index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
aspeed
Age
Commit message (
Expand
)
Author
Lines
9 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
9 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2025-08-11
soc: aspeed: socinfo: Add AST27xx silicon IDs
Ryan Chen
-0
/
+4
2025-08-11
soc: aspeed: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring (Arm)
-22
/
+6
2025-07-08
soc: aspeed: lpc-snoop: Lift channel config to const structs
Andrew Jeffery
-54
/
+45
2025-07-08
soc: aspeed: lpc-snoop: Consolidate channel initialisation
Andrew Jeffery
-27
/
+24
2025-07-08
soc: aspeed: lpc-snoop: Use dev_err_probe() where possible
Andrew Jeffery
-10
/
+5
2025-07-08
soc: aspeed: lpc-snoop: Switch to devm_clk_get_enabled()
Andrew Jeffery
-16
/
+4
2025-07-08
soc: aspeed: lpc-snoop: Rearrange channel paths
Andrew Jeffery
-22
/
+28
2025-07-08
soc: aspeed: lpc-snoop: Rename 'channel' to 'index' in channel paths
Andrew Jeffery
-21
/
+22
2025-07-08
soc: aspeed: lpc-snoop: Constrain parameters in channel paths
Andrew Jeffery
-9
/
+16
2025-07-08
soc: aspeed: lpc-snoop: Ensure model_data is valid
Andrew Jeffery
-6
/
+6
2025-07-02
soc: aspeed: lpc-snoop: Don't disable channels that aren't enabled
Andrew Jeffery
-0
/
+11
2025-07-02
soc: aspeed: lpc-snoop: Cleanup resources in stack-order
Andrew Jeffery
-1
/
+1
2025-05-21
soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
Henry Martin
-2
/
+13
2025-05-21
soc: aspeed: lpc: Fix impossible judgment condition
Su Hui
-1
/
+1
2024-11-01
soc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-4
/
+4
2023-10-13
soc/aspeed: Convert to platform remove callback returning void
Uwe Kleine-König
-16
/
+8
2023-08-30
Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
-4
/
+2
2023-08-12
soc: aspeed: socinfo: Add kfree for kstrdup
Jiasheng Jiang
-0
/
+1
2023-08-12
soc: aspeed: uart-routing: Use __sysfs_match_string
Zev Weiss
-1
/
+1
2023-08-12
soc: aspeed: Explicitly include correct DT includes
Rob Herring
-4
/
+2
2022-02-08
soc: aspeed: lpc-ctrl: Block error printing on probe defer cases
Jae Hyun Yoo
-4
/
+3
2021-10-22
soc: aspeed: Add UART routing support
Chia-Wei Wang
-4
/
+618
2021-08-26
soc: aspeed-lpc-ctrl: Fix clock cleanup in error path
Yang Yingliang
-10
/
+10
2021-08-19
soc: aspeed: Re-enable FWH2AHB on AST2600
Joel Stanley
-6
/
+23
2021-08-19
soc: aspeed: socinfo: Add AST2625 variant
Joel Stanley
-0
/
+1
2021-08-17
soc: aspeed: p2a-ctrl: Fix boundary check for mmap
Iwona Winiarska
-1
/
+1
2021-08-17
soc: aspeed: lpc-ctrl: Fix boundary check for mmap
Iwona Winiarska
-1
/
+1
2021-04-23
soc: aspeed: fix a ternary sign expansion bug
Dan Carpenter
-1
/
+3
2021-04-09
soc: aspeed: Adapt to new LPC device tree layout
Chia-Wei, Wang
-14
/
+29
2021-02-10
soc: aspeed: socinfo: Add new systems
Joel Stanley
-8
/
+25
2021-02-10
soc: aspeed: snoop: Add clock control logic
Jae Hyun Yoo
-3
/
+27
2020-11-19
soc: aspeed: Enable drivers with ARCH_ASPEED
Joel Stanley
-0
/
+4
2020-11-19
soc: aspeed: Fix a reference leak in aspeed_socinfo_init()
Dan Carpenter
-1
/
+3
2020-11-19
soc: aspeed: remove unneeded semicolon
Tom Rix
-1
/
+1
2020-09-25
soc: aspeed-lpc-ctrl: Fix driver name
Joel Stanley
-1
/
+1
2020-09-25
soc: aspeed-lpc-ctrl: Fix whitespace
Joel Stanley
-2
/
+2
2020-09-25
soc: aspeed-lpc-ctrl: LPC to AHB mapping on ast2600
Joel Stanley
-0
/
+17
2020-09-25
soc: aspeed-lpc-ctrl: Fail probe of lpc-ctrl if reserved memory is not aligned
Andrew Jeffery
-0
/
+13
2020-09-25
soc: aspeed: lpc: Add AST2600 compatible strings
Brad Bishop
-0
/
+3
2020-09-25
soc: aspeed: Add soc info driver
Joel Stanley
-0
/
+141
2020-09-21
soc: aspeed: Improve kconfig
Joel Stanley
-16
/
+20
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
-1
/
+1
2019-12-05
soc: aspeed: Fix snoop_file_poll()'s return type
Luc Van Oostenryck
-2
/
+2
2019-06-25
Merge tag 'aspeed-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Olof Johansson
-23
/
+38
2019-06-22
soc: aspeed: lpc-ctrl: Fix probe error handling
Joel Stanley
-2
/
+3
2019-06-17
soc: aspeed: lpc-ctrl: make parameter optional
Vijay Khemka
-22
/
+36
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
-10
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+2
[next]