aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-12ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary coresNishanth Menon1-0/+41
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds8-8/+8
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-7/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-7/+8
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds35-482/+764
2018-05-25Merge tag 'omap-for-v4.18/soc-late-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson3-0/+205
2018-05-25Merge tag 'omap-for-v4.18/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson9-0/+419
2018-05-23OMAP: CLK: CLKSRC: Add suspend resume hooksKeerthy1-0/+32
2018-05-23ARM: AM43XX: Add functions to save/restore am43xx control registersTero Kristo2-0/+173
2018-05-21Merge branch 'omap-for-v4.18/soc-fixes' into omap-for-v4.18/socTony Lindgren1-0/+13
2018-05-18ARM: OMAP2+: Make sure LOGICRETSTATE bits are not clearedTony Lindgren1-0/+13
2018-05-18ARM: OMAP2+: prm44xx: Inroduce cpu_pm notifiers for context save/restoreKeerthy1-0/+25
2018-05-18ARM: OMAP2+: prm44xx: Introduce context save/restore for am43 PRCM IODave Gerlach1-0/+29
2018-05-18ARM: OMAP2+: powerdomain: Introduce cpu_pm notifiers for context save/restoreKeerthy1-0/+27
2018-05-18ARM: OMAP2+: Add functions to save and restore powerdomain contextRuss Dill4-0/+148
2018-05-18ARM: OMAP2+: clockdomain: Inroduce cpu_pm notifiers for context save/restoreKeerthy1-0/+27
2018-05-17ARM: OMAP2+: Add functions to save and restore clockdomain context en-masse.Russ Dill4-0/+150
2018-05-17i2c: omap: move header to platform_dataWolfram Sang8-8/+8
2018-05-14Merge tag 'omap-for-v4.18/ti-sysc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson24-482/+140
2018-05-01ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for traceTero Kristo1-2/+2
2018-04-30ARM: OMAP2+: Make display related init into device_initcallTony Lindgren3-5/+2
2018-04-30ARM: OMAP2+: Initialize SoC PM laterTony Lindgren4-66/+40
2018-04-30ARM: OMAP2+: Only probe SDMA via ti-sysc if configured in dtsTony Lindgren1-7/+15
2018-04-30ARM: OMAP2+: Use signed value for sysc register offsetsTony Lindgren9-13/+34
2018-04-30ARM: OMAP2+: Allow using ti-sysc for system timersTony Lindgren1-15/+52
2018-04-18ARM: OMAP2+: Fix build when using split object directoriesDave Gerlach4-7/+4
2018-04-16ARM: OMAP2+: Drop unused pm-noopTony Lindgren11-380/+1
2018-04-05ARM: omap2: fix am43xx build without L2X0Arnd Bergmann1-2/+6
2018-03-27Merge tag 'omap-for-v4.17/soc-pt2-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann1-4/+16
2018-03-20ARM: OMAP5: control: add support for control module wkup pad configTero Kristo1-0/+5
2018-03-20ARM: omap2+: control: add support for auxiliary control module instancesTero Kristo1-4/+11
2018-03-07Merge tag 'omap-for-v4.17/ti-sysc-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann6-15/+500
2018-03-07Merge tag 'omap-for-v4.17/am-pm-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann9-0/+850
2018-03-07Merge tag 'omap-for-v4.17/timer-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann2-33/+1
2018-02-28ARM: OMAP2+: Enable ti-sysc to use device tree data for smartreflexTony Lindgren3-11/+20
2018-02-28ARM: OMAP2+: Try to parse earlycon from parent tooTony Lindgren1-0/+6
2018-02-28ARM: OMAP2+: Add checks for device tree based sysconfig dataTony Lindgren1-3/+106
2018-02-28ARM: OMAP2+: Add functions to allocate module data from device treeTony Lindgren2-1/+315
2018-02-28ARM: OMAP2+: Fix typo for wakeup_ns_pa_addrTony Lindgren1-1/+1
2018-02-28ARM: OMAP2+: Use v7_invalidate_l1 in omap4_finish_suspendTony Lindgren1-6/+1
2018-02-27ARM: OMAP2+: pm33xx-core: Add platform code needed for PMDave Gerlach9-0/+253
2018-02-27ARM: OMAP2+: Introduce low-level suspend code for AM43XXDave Gerlach1-0/+385
2018-02-27ARM: OMAP2+: Introduce low-level suspend code for AM33XXDave Gerlach1-0/+212
2018-02-26bus: ti-sysc: Add support for platform data callbacksTony Lindgren2-3/+41
2018-02-22ARM: OMAP2+: Prepare to pass auxdata for smartreflexTony Lindgren2-0/+15
2018-02-22ARM: OMAP: pdata-quirks: Remove unused timer pdataKeerthy1-32/+0
2018-02-22ARM: OMAP: Move dmtimer.h out of plat-omapKeerthy2-2/+2
2018-02-14ARM: OMAP2+: Remove unused gpio header file referencesSuman Anna3-4/+1
2018-02-14ARM: OMAP: Move plat/i2c.h into mach-omap1 folderSuman Anna1-2/+2
2018-02-14ARM: OMAP2+: Cleanup omap_mcbsp_dev_attr and other legacy dataSuman Anna5-29/+0