aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-08ARM: OMAP2+: raw read and write endian fixVictor Kamensky1-5/+5
2014-04-11ARM: OMAP2+: hwmod: fix missing braces in _init()Suman Anna1-1/+2
2014-02-19ARM: OMAP4: hwmod: Fix SOFTRESET logic for OMAP4Illia Smyrnov1-9/+11
2014-01-28Merge tag 'clk-for-linus-3.14-part2' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-1/+4
2014-01-21arch/arm/mach-omap2/omap_hwmod.c: use memblock apis for early memory allocationsSantosh Shilimkar1-6/+2
2014-01-17ARM: OMAP3: hwmod: initialize clkdm from clkdm_nameTero Kristo1-1/+2
2014-01-17ARM: OMAP: hwmod: fix an incorrect clk type cast with _get_clkdmTero Kristo1-0/+2
2013-12-10Merge tag 'for-v3.13-rc/hwmod-fixes-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixesKevin Hilman1-1/+44
2013-12-09ARM: OMAP2+: hwmod: Fix usage of invalid iclk / oclk when clock node is not presentNishanth Menon1-0/+2
2013-12-09ARM: OMAP2+: hwmod: Fix SOFTRESET logicRoger Quadros1-1/+42
2013-12-06ARM: OMAP2+: Fix overwriting hwmod data with data from device treeTony Lindgren1-20/+78
2013-10-13ARM: OMAP2+: hwmod: AM43x operationsAfzal Mohammed1-0/+8
2013-10-09ARM: OMAP2+: hwmod: Extract no-idle and no-reset info from DTRajendra Nayak1-7/+17
2013-10-08ARM: OMAP2+: hwmod: check for module address space during initSuman Anna1-10/+19
2013-08-29Merge tag 'omap-for-v3.12/dra7xx-prcm' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into late/allOlof Johansson1-1/+1
2013-08-23ARM: OMAP2+: Only write the sysconfig on idle when necessaryJon Hunter1-1/+3
2013-08-13ARM: DRA7: hwmod: Reuse the soc_ops used for OMAP4/5Rajendra Nayak1-1/+1
2013-07-30ARM: OMAP2+: hwmod: rt address space index for DTAfzal Mohammed1-1/+1
2013-05-22Merge tag 'omap-fixes-a-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixesOlof Johansson1-85/+26
2013-05-19ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apisSantosh Shilimkar1-68/+0
2013-05-19ARM: OMAP2+: hwmod: Add a new flag to handle SIDLE in SWSUP only in activeRajendra Nayak1-1/+2
2013-05-19ARM: OMAP2+: hwmod: Fix sidle programming in _enable_sysc()/_idle_sysc()Rajendra Nayak1-17/+25
2013-05-16ARM: OMAP: fix __init section mismatch for _enable_preprogramjean-philippe francois1-1/+1
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+44
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann1-2/+5
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+2
2013-05-02Merge branch 'cleanup' into for-linusRussell King1-2/+2
2013-05-02ARM: OMAP: use consistent error checkingRussell King1-2/+2
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+0
2013-04-09ARM: OMAP2+: hwmod: Don't call _init_mpu_rt_base if no syscSantosh Shilimkar1-1/+2
2013-04-09ARM: OMAP2+: hwmod: extract module address space from DT blobSantosh Shilimkar1-3/+42
2013-04-08arm: Use generic idle loopThomas Gleixner1-3/+4
2013-03-31ARM: OMAP2+: hwmod: Remove unused _HWMOD_WAKEUP_ENABLED flagRajendra Nayak1-4/+0
2013-03-13ARM: OMAP3: hwmod data: keep MIDLEMODE in force-standby for musbGrazvydas Ignotas1-2/+5
2013-02-28Merge tag 'late-omap' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+19
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+8
2013-02-12Merge tag 'omap-for-v3.9/pm-omap4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into late/omapOlof Johansson1-0/+18
2013-02-12Merge tag 'omap-for-v3.9/pm-wfi-take2-signed-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into late/omapOlof Johansson1-0/+8
2013-02-10ARM: OMAP2+: hwmod: add enable_preprogram hookPaul Walmsley1-0/+18
2013-02-08ARM: OMAP2+: AM33XX: Update the hardreset APIVaibhav Bedia1-4/+1
2013-01-26ARM: OMAP2+: hwmod: add support for blocking WFI when a device is activePaul Walmsley1-0/+8
2013-01-11ARM: OMAP2+: Use omap initcallsTony Lindgren1-1/+1
2012-11-29Merge tag 'omap-for-v3.8/devel-prcm-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/pm2Olof Johansson1-32/+113
2012-11-25Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson1-14/+49
2012-11-21ARM: OMAP2+: hwmod: Add possibility to count hwmod resources based on typePeter Ujfalusi1-11/+16
2012-11-21ARM: OMAP2+: hwmod: Add support for per hwmod/module context lost countRajendra Nayak1-4/+51
2012-11-12ARM: OMAP: hwmod: Cleanup !CONFIG_COMMON_CLK partsRajendra Nayak1-16/+2
2012-11-12ARM: OMAP2+: hwmod: Invoke init_clkdm before other init functionsVaibhav Hiremath1-2/+3
2012-11-12ARM: OMAP: hwmod: Fix up hwmod based clkdm accessesRajendra Nayak1-14/+56
2012-11-08ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley1-1/+0