aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-aspeed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26clk: aspeed: Add RMII RCLK gates for both AST2500 MACsAndrew Jeffery1-1/+26
2019-09-06clk: aspeed: Move structures to headerJoel Stanley1-64/+3
2019-08-07clk: aspeed: Add SDIO gateJoel Stanley1-3/+8
2019-04-18clk: Aspeed: Setup video engine clockingEddie James1-3/+39
2018-08-15Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2018-07-11clk: aspeed: Support HPLL strapping on ast2400Joel Stanley1-13/+29
2018-07-06clk: aspeed: Fix SDCLK nameLei YU1-1/+1
2018-07-06clk: aspeed: Mark bclk (PCIe) and dclk (VGA) as criticalJoel Stanley1-2/+2
2018-07-06clk: aspeed: Treat a gate in reset as disabledBenjamin Herrenschmidt1-0/+13
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-11/+46
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-3/+3
2018-06-04Merge branches 'clk-imx6sx', 'clk-imx7d-enet' and 'clk-aspeed-24' into clk-nextStephen Boyd1-1/+8
2018-06-01clk: aspeed: Add 24MHz fixed clockLei YU1-1/+8
2018-05-15clk:aspeed: Fix reset bits for PCI/VGA and PECIJae Hyun Yoo1-2/+2
2018-05-15clk: aspeed: Support second reset registerJoel Stanley1-8/+36
2018-03-15clk: aspeed: Prevent reset if clock is enabledEddie James1-12/+17
2018-03-15clk: aspeed: Fix is_enabled for certain clocksEddie James1-1/+2
2018-01-26clk: aspeed: Handle inverse polarity of USB port 1 clock gateBenjamin Herrenschmidt1-3/+12
2018-01-26clk: aspeed: Fix return value check in aspeed_cc_init()Wei Yongjun1-1/+1
2018-01-26clk: aspeed: Add reset controllerJoel Stanley1-1/+81
2018-01-26clk: aspeed: Register gated clocksJoel Stanley1-0/+130
2018-01-26clk: aspeed: Add platform driver and register PLLsJoel Stanley1-0/+130
2018-01-26clk: aspeed: Register core clocksJoel Stanley1-0/+177
2018-01-26clk: Add clock driver for ASPEED BMC SoCsJoel Stanley1-0/+141