aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-09Merge tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/socOlof Johansson1-9/+0
2014-02-28ARM: OMAP2+: AM43x: determine featuresAfzal Mohammed1-0/+1
2014-02-13ARM: OMAP2+: Remove legacy macros for zoom platformsPaul Bolle1-9/+0
2014-01-31ARM: OMAP4+: move errata initialization to omap4_pm_init_earlyNishanth Menon1-0/+1
2014-01-28Merge tag 'clk-for-linus-3.14-part2' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-8/+36
2014-01-17ARM: OMAP3: use DT clock init if DT data is availableTero Kristo1-1/+12
2014-01-17ARM: AM33xx: remove old clock data and link in new clock init codeTero Kristo1-1/+1
2014-01-17ARM: AM43xx: Enable clock initTero Kristo1-0/+1
2014-01-17ARM: OMAP: DRA7: Enable clock initTero Kristo1-0/+1
2014-01-17ARM: OMAP4: remove old clock data and link in new clock init codeTero Kristo1-1/+1
2014-01-17ARM: OMAP2+: io: use new clock init APITero Kristo1-9/+23
2014-01-17CLK: TI: add omap5 clock init fileTero Kristo1-0/+1
2013-12-11ARM: add permission annotations to MT_MEMORY* mapping typesRussell King1-2/+2
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+20
2013-10-22ARM: OMAP2+: add missing lateinit hook for calling pm late initNishanth Menon1-0/+20
2013-10-13ARM: OMAP2+: AM43x PRCM initAmbresh K1-0/+6
2013-08-23ARM: OMAP: DRA7: Enable PM framework initializationsAmbresh K1-0/+5
2013-08-13ARM: DRA7: Reuse io tables and add a new .init_earlyR Sricharan1-2/+18
2013-07-05ARM: OMAP: omap_common_late_init may be unusedArnd Bergmann1-1/+1
2013-06-20Merge branch 'omap/pm-voltdomain-cleanup' into next/socArnd Bergmann1-1/+0
2013-06-20Merge tag 'omap-for-v3.11/soc-part2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann1-1/+1
2013-06-18ARM: OMAP3+: am33xx id: Add new am33xx specific function to check dev_featureVaibhav Hiremath1-1/+1
2013-06-17ARM: AM33xx: Remove the unused voltagedomain dataRajendra Nayak1-1/+0
2013-06-14Merge tag 'omap-for-v3.11/omap5-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson1-0/+6
2013-06-12ARM: OMAP2+: AM43x: early initAfzal Mohammed1-0/+13
2013-06-12ARM: OMAP2+: AM43x: static mappingAfzal Mohammed1-2/+2
2013-06-08ARM: OMAP5: Enable build and frameowrk initialisationsSantosh Shilimkar1-0/+6
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-18/+16
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2013-04-08ARM: OMAP2+: Export SoC information to userspaceRuslan Bilovol1-0/+1
2013-04-08ARM: OMAP2+: Move common part of late init into common functionRuslan Bilovol1-18/+15
2013-03-26ARM: OMAP: clocks: Delay clk inits atleast until slab is initializedRajendra Nayak1-6/+12
2013-03-19ARM: OMAP5: Make errata i688 workaround availableSantosh Shilimkar1-0/+9
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+1
2012-11-30Merge tag 'tags/omap-for-v3.8/devel-prcm-signed' into omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3Tony Lindgren1-14/+87
2012-11-21ARM: OMAP2+: PRM: initialize some PRM functions earlyPaul Walmsley1-0/+8
2012-11-12ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK partsRajendra Nayak1-2/+0
2012-11-12ARM: OMAP3: clock: Cleanup !CONFIG_COMMON_CLK partsRajendra Nayak1-10/+0
2012-11-12ARM: OMAP4: clock: Cleanup !CONFIG_COMMON_CLK partsRajendra Nayak1-6/+0
2012-11-12ARM: OMAP: clock: list all clk_hw_omap clks to enable/disable autoidleRajendra Nayak1-0/+27
2012-11-08ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley1-1/+0
2012-11-08ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setupPaul Walmsley1-24/+27
2012-11-08ARM: OMAP2+: CM/clock: convert _omap2_module_wait_ready() to use SoC-independent CM functionsPaul Walmsley1-0/+5
2012-11-08ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io codePaul Walmsley1-14/+63
2012-11-06ARM: OMAP: Remove omap_init_consistent_dma_size()Tomi Valkeinen1-12/+0
2012-10-31ARM: OMAP: Split sram.h to local headers and minimal shared headerTony Lindgren1-2/+1
2012-10-24ARM: OMAP: Split plat/serial.h for omap1 and omap2+Tony Lindgren1-1/+1
2012-10-18ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren1-1/+1
2012-10-18ARM: OMAP: Merge plat/multi.h into plat/cpu.hTony Lindgren1-2/+1
2012-10-18ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2Tony Lindgren1-1/+1