summaryrefslogtreecommitdiff
path: root/drivers/soc/aspeed/aspeed-lpc-snoop.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-08soc: aspeed: lpc-snoop: Lift channel config to const structsAndrew Jeffery1-54/+45
2025-07-08soc: aspeed: lpc-snoop: Consolidate channel initialisationAndrew Jeffery1-27/+24
2025-07-08soc: aspeed: lpc-snoop: Use dev_err_probe() where possibleAndrew Jeffery1-10/+5
2025-07-08soc: aspeed: lpc-snoop: Switch to devm_clk_get_enabled()Andrew Jeffery1-16/+4
2025-07-08soc: aspeed: lpc-snoop: Rearrange channel pathsAndrew Jeffery1-22/+28
2025-07-08soc: aspeed: lpc-snoop: Rename 'channel' to 'index' in channel pathsAndrew Jeffery1-21/+22
2025-07-08soc: aspeed: lpc-snoop: Constrain parameters in channel pathsAndrew Jeffery1-9/+16
2025-07-08soc: aspeed: lpc-snoop: Ensure model_data is validAndrew Jeffery1-6/+6
2025-07-02soc: aspeed: lpc-snoop: Don't disable channels that aren't enabledAndrew Jeffery1-0/+11
2025-07-02soc: aspeed: lpc-snoop: Cleanup resources in stack-orderAndrew Jeffery1-1/+1
2025-05-22soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()Henry Martin1-2/+13
2025-05-22soc: aspeed: lpc: Fix impossible judgment conditionSu Hui1-1/+1
2024-11-01soc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-10-13soc/aspeed: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-12soc: aspeed: Explicitly include correct DT includesRob Herring1-1/+0
2021-04-23soc: aspeed: fix a ternary sign expansion bugDan Carpenter1-1/+3
2021-04-09soc: aspeed: Adapt to new LPC device tree layoutChia-Wei, Wang1-8/+15
2021-02-10soc: aspeed: snoop: Add clock control logicJae Hyun Yoo1-3/+27
2020-09-25soc: aspeed: lpc: Add AST2600 compatible stringsBrad Bishop1-0/+2
2019-12-05soc: aspeed: Fix snoop_file_poll()'s return typeLuc Van Oostenryck1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-29soc: add aspeed folder and misc driversPatrick Venture1-0/+349