summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP2+: Remove useless check for legacy booting for dm814xTony Lindgren2015-12-091-2/+1
* ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_lateDave Gerlach2015-09-161-0/+1
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-031-0/+2
|\
| * Revert "ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688"Russell King2015-07-251-0/+2
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-09-011-8/+62
|\ \
| * \ Merge branch 'dm814x-soc' into omap-for-v4.3/socTony Lindgren2015-07-231-6/+6
| |\ \
| | * | ARM: OMAP2: Add minimal dm814x hwmod supportTony Lindgren2015-07-231-2/+2
| | * | ARM: OMAP2+: Add support for initializing dm814x clocksTony Lindgren2015-07-161-2/+2
| | * | ARM: OMAP2+: Add minimal clockdomains for dm814xTony Lindgren2015-07-161-2/+2
| | |/
| * | ARM: DRA7: Provide proper IO map tableNishanth Menon2015-07-161-2/+56
| |/
* | clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-021-0/+2
* | ARM: OMAP4: clock: remove clock44xx.h headerTero Kristo2015-06-021-1/+0
|/
* Merge branch '4.0-rc1-prcm-cleanup-v6' of https://github.com/t-kristo/linux-p...Tony Lindgren2015-04-011-73/+39
|\
| * ARM: OMAP4+: control: add support for initializing control module via DTTero Kristo2015-03-311-3/+3
| * ARM: OMAP4+: control: remove support for legacy pad read/writeTero Kristo2015-03-311-7/+4
| * ARM: OMAP2+: CM: move SoC specific init calls within a generic APITero Kristo2015-03-311-11/+5
| * ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo2015-03-311-10/+11
| * ARM: OMAP2+: control: determine control module base address from DTTero Kristo2015-03-271-18/+16
| * ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo2015-03-271-11/+1
| * ARM: OMAP2+: CM: determine CM base address from device treeTero Kristo2015-03-271-12/+2
| * ARM: OMAP2+: PRCM: split PRCM module init to their own driver filesTero Kristo2015-03-271-0/+4
| * ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init orderTero Kristo2015-03-251-1/+1
| * ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driverTero Kristo2015-03-251-4/+0
| * ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driverTero Kristo2015-03-251-4/+0
| * ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_initTero Kristo2015-03-251-1/+1
* | ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688Stefan Hengelein2015-03-161-2/+0
|/
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-211-7/+19
|\
| * ARM: OMAP3: use clock data from TI clock driver for legacy bootTero Kristo2015-01-301-9/+19
* | ARM: OMAP2+: Add dm816x hwmod supportTony Lindgren2015-01-261-2/+6
* | ARM: OMAP2+: Add clock domain support for dm816xAida Mynzhasova2015-01-261-38/+40
* | ARM: OMAP2+: Disable omap3 PM init for ti81xxTony Lindgren2015-01-141-1/+0
* | ARM: OMAP2+: Fix ti81xx class typeTony Lindgren2015-01-141-4/+21
|/
* ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* ARM: OMAP4: CM: move public definitions from cminst44xx.h to cm44xx.hTero Kristo2014-10-271-1/+1
* ARM: AM33xx: PRM: add support for prm_initTero Kristo2014-10-271-0/+2
* ARM: OMAP4/AM33xx: add cm_init / cm_exit calls for AM33xx and OMAP4+Tero Kristo2014-10-271-0/+6
* ARM: AM43XX: PRM: use OMAP4 PRM driverTero Kristo2014-10-271-0/+1
* Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-10-151-2/+10
|\
| * clk: ti: change clock init to use generic of_clk_initTero Kristo2014-09-291-2/+10
* | ARM: OMAP4+: Remove static iotable mappings for SRAMRajendra Nayak2014-09-181-17/+0
* | ARM: DRA7: Add hook in SoC initcalls to enable pm initializationRajendra Nayak2014-09-081-0/+3
* | ARM: OMAP5: Add hook in SoC initcalls to enable pm initializationSantosh Shilimkar2014-09-081-0/+3
|/
* Merge tag 'dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2014-08-081-2/+5
|\
| * ARM: OMAP24xx: clock: remove legacy clock dataTero Kristo2014-07-021-12/+4
| * ARM: OMAP2: clock: use DT clock boot if availableTero Kristo2014-07-021-2/+13
* | ARM: OMAP2+: clock: introduce ti_clk_features flagsTero Kristo2014-07-151-0/+2
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-051-0/+2
|\
| * ARM: l2c: AM43x: add L2 cache supportSekhar Nori2014-05-301-0/+1
| * ARM: l2c: omap2+: get rid of init callSekhar Nori2014-05-301-0/+1
* | ARM: DRA752: add detection of SoC informationNishanth Menon2014-05-191-0/+1
|/
OpenPOWER on IntegriCloud