aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27ep93xx: clock: Do not return the address of the freed memoryGenjian Zhang1-4/+6
2022-04-07ep93xx: clock: Don't use plain integer as NULL pointerAlexander Sverdlin1-1/+1
2022-04-07ep93xx: clock: Fix UAF in ep93xx_clk_register_gate()Alexander Sverdlin1-1/+3
2021-10-20ep93xx: clock: convert in-place to COMMON_CLKNikita Shubin1-417/+558
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-28ARM: ep93xx: move private headers out of mach/*Arnd Bergmann1-1/+1
2019-04-28ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann1-0/+1
2017-07-28ARM: ep93xx: Add ADC clockAlexander Sverdlin1-0/+8
2017-07-27ARM: ep93xx: normalize clk APIAlexander Sverdlin1-0/+20
2013-10-29usb: ohci: remove ep93xx bus glue platform driverH Hartley Sweeten1-1/+1
2012-03-14ep93xx: Make syscon access functions private to SoCRyan Mallon1-0/+1
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD1-1/+1
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-2/+1
2010-09-08ARM: 6359/1: ep93xx: move clock initialization earlierMika Westerberg1-1/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-1/+66
2010-07-22ARM: AMBA: Add pclk definition for platforms using primecellsRussell King1-1/+1
2010-06-09Merge branch 'ep93xx' into for-2.6.36Mark Brown1-1/+66
2010-06-09EP93xx: Add i2s core supportRyan Mallon1-1/+66
2010-05-13ARM: 6124/1: ep93xx: SPI driver platform support codeMika Westerberg1-0/+13
2010-02-25Merge branches 'clks' and 'pnx' into develRussell King1-3/+1
2010-02-24ARM: 5953/1: ep93xx: fix broken build of clock.cHartley Sweeten1-1/+1
2010-02-12ARM: Consolidate clks_register() and similarRussell King1-3/+1
2010-01-12ARM: 5879/1: ep93xx: define magic numbers for pll1 and pll2Hartley Sweeten1-8/+12
2010-01-12ARM: 5875/1: ep93xx: use pr_fmt in clock.cHartley Sweeten1-2/+4
2009-10-10ARM: 5756/1: ep93xx: introduce clk parentHartley Sweeten1-47/+119
2009-09-23ep93xx video driver platform supportRyan Mallon1-1/+87
2009-07-30ARM: 5628/1: ep93xx: Introduce Pulse Width Modulator (PWM) driverHartley Sweeten1-0/+4
2009-07-09[ARM] 5593/1: ep93xx: clock.c __iomem pointerHartley Sweeten1-1/+1
2009-07-09[ARM] 5578/1: ep93xx: add ep93xx-keypad clockHartley Sweeten1-33/+68
2009-07-09[ARM] 5577/2: ep93xx: syscon locked register functionsHartley Sweeten1-10/+14
2009-06-11[ARM] 5552/1: ep93xx get_uart_rate(): use EP93XX_SYSCON_PWRCNT and EP93XX_SYSCON_PWRCNMatthias Kaehlcke1-2/+2
2009-06-10Merge branch 'ep93xx' into develRussell King1-27/+27
2009-05-29[ARM] 5528/1: ep93xx: add defines for dma clock magic numbersHartley Sweeten1-26/+26
2009-05-29[ARM] 5526/1: ep93xx: usb driver cleanupHartley Sweeten1-1/+1
2009-05-16[ARM] 5509/1: ep93xx: clkdev enable UARTSHartley Sweeten1-8/+61
2009-02-27[ARM] 5413/1: Add ep93xx dma m2p clocksRyan Mallon1-0/+79
2008-11-30[ARM] ep93xx: convert to clkdev and match clocks by struct device where possibleRussell King1-45/+23
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-10[ARM] 5171/1: ep93xx: fix compilation of modules using clocksDmitry Baryshkov1-0/+5
2007-04-22[ARM] Convert AMBA PL010 driver to use the clk infrastructureRussell King1-0/+5
2007-02-08[ARM] 4120/1: ep93xx: make clock init an arch_initcall()Lennert Buytenhek1-1/+5
2006-06-24[ARM] 3634/1: ep93xx: initial implementation of the clk_* APILennert Buytenhek1-0/+156