aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2017-06-08ARM: OMAP2+: SmartReflex: Delete an error message for a failed memory allocat...Gravatar Markus Elfring 1-7/+2
2017-06-08ARM: OMAP2+: Use kcalloc() in sr_set_nvalues()Gravatar Markus Elfring 1-3/+1
2017-06-08ARM: OMAP2+: Improve a size determination in sr_dev_init()Gravatar Markus Elfring 1-1/+1
2017-06-08ARM: OMAP2+: Delete an error message for a failed memory allocation in two fu...Gravatar Markus Elfring 1-4/+1
2017-06-08ARM: OMAP2+: Remove unused legacy code for device initGravatar Tony Lindgren 1-175/+0
2017-06-08ARM: OMAP2+: Remove unused legacy code for PMUGravatar Tony Lindgren 2-100/+0
2017-06-08ARM: OMAP2+: Remove unused legacy code for oppGravatar Tony Lindgren 4-270/+0
2017-06-06ARM: OMAP2+: hwmod: populate clkctrl clocks for hwmods if availableGravatar Tero Kristo 1-15/+130
2017-06-06ARM: OMAP4: cminst: add support for clkdm_xlate_addressGravatar Tero Kristo 1-0/+10
2017-06-06ARM: omap2+: clockdomain: add clkdm_xlate_addressGravatar Tero Kristo 2-0/+10
2017-06-06ARM: OMAP2+: PRCM: store also physical addresses for instancesGravatar Tero Kristo 16-56/+82
2017-06-06ARM: OMAP4: hwmod_data: add opt clks for dss_hdmi and dss_vencGravatar Tero Kristo 1-1/+9
2017-06-06ARM: OMAP2+: timer: add support for fetching fck handle from DTGravatar Tero Kristo 1-1/+4
2017-06-06ARM: OMAP2+: Remove unused legacy code for timerGravatar Tony Lindgren 1-150/+19
2017-05-19ARM: remove duplicate 'const' annotations'Gravatar Arnd Bergmann 2-2/+2
2017-05-18Merge tag 'v4.12-rc1' into fixesGravatar Olof Johansson 7-50/+16
2017-05-16ARM: OMAP2+: pm: Remove __init from omap_pm_clkdms_setupGravatar Dave Gerlach 1-1/+1
2017-05-16ARM: OMAP2+: timer: Add suspend-resume callbacks for clkevent deviceGravatar Dave Gerlach 1-0/+28
2017-05-16ARM: OMAP: Wakeupgen: Add context save/restore for AM43XXGravatar Dave Gerlach 1-6/+62
2017-05-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 7-50/+16
2017-05-09ARM: omap2+: make omap4_get_cpu1_ns_pa_addr declaration usableGravatar Arnd Bergmann 3-10/+14
2017-05-09Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 12-215/+78
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-1/+1
2017-04-28ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUPGravatar Kishon Vijay Abraham I 1-1/+1
2017-04-04ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe deferGravatar Dave Gerlach 1-0/+8
2017-03-28ARM: OMAP2+: mark omap_init_rng as __initGravatar Arnd Bergmann 1-1/+1
2017-03-28ARM: OMAP2+: dm81xx: Add clkdm and hwmod for SATAGravatar Kevin Hilman 3-0/+45
2017-03-28ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ssGravatar Roger Quadros 1-0/+2
2017-03-28ARM: DRA7: hwmod: Fix DCAN1 stuck in transitionGravatar Roger Quadros 1-0/+2
2017-03-27ARM: omap2+: Revert omap-smp.c changes resetting CPU1 during bootGravatar Tony Lindgren 5-20/+96
2017-03-23ARM: OMAP2+ hwmod: Allow modules to disable HW_AUTOGravatar Roger Quadros 2-2/+12
2017-03-23ARM: OMAP2+: omap_hwmod: provide space for more hwmod flagsGravatar Sekhar Nori 1-1/+1
2017-03-23Merge branch 'hwmod-cleanup' into omap-for-v4.12/socGravatar Tony Lindgren 7-210/+15
2017-03-14ARM: OMAP2+: Make hwmod clkdm_name constGravatar Tony Lindgren 1-1/+1
2017-03-14ARM: OMAP2+: Remove unused CLOCKACT_TEST_ICLKGravatar Tony Lindgren 7-12/+1
2017-03-14ARM: OMAP2+: Use list_for_each_entry for hwmod slave_portsGravatar Tony Lindgren 1-73/+10
2017-03-14ARM: OMAP2+: Remove mostly unused hwmod linkspaceGravatar Tony Lindgren 2-125/+4
2017-03-08clk: ti: convert to use proper register definition for all accessesGravatar Tero Kristo 7-18/+15
2017-03-08clk: ti: move omap2_init_clk_clkdm under TI clock driverGravatar Tero Kristo 1-32/+0
2017-03-08clk: ti: add clkdm_lookup to the exported functionsGravatar Tero Kristo 1-0/+1
2017-03-06ARM: OMAP: PM: Drop useless checks for PM_SUSPEND_STANDBYGravatar Geert Uytterhoeven 1-1/+0
2017-03-06Merge tag 'v4.11-rc1' into omap-for-v4.11/fixesGravatar Tony Lindgren 14-354/+70
2017-03-04ARM: OMAP2+: Release device node after it is no longer needed.Gravatar Guenter Roeck 1-2/+7
2017-03-04ARM: OMAP2+: Fix device node reference countsGravatar Guenter Roeck 1-6/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 3-12/+12
2017-02-28ARM: OMAP2+: Remove legacy gpmc-nand.cGravatar Ladislav Michl 2-157/+0
2017-02-28ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureGravatar Ladislav Michl 1-4/+6
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolGravatar Florian Fainelli 3-12/+12