summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds26-579/+709
2011-01-06Merge branch 'misc' into develRussell King3-8/+7
2011-01-06Merge branch 'smp' into miscRussell King1-3/+2
2011-01-03ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()Russell King1-4/+4
2010-12-22omap2+: Add struct omap_board_data and use it for platform level serial initTony Lindgren1-1/+4
2010-12-22omap2+: Add support for hwmod specific muxing of devicesTony Lindgren1-0/+13
2010-12-22Merge branch 'pm-sr' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khil...Tony Lindgren3-0/+396
2010-12-22OMAP4: Adding voltage driver supportThara Gopinath1-0/+12
2010-12-22OMAP3: PM: Adding smartreflex driver support.Thara Gopinath1-0/+245
2010-12-22OMAP: Introduce voltage domain information in the hwmod structuresThara Gopinath1-0/+5
2010-12-22OMAP3: PM: Adding voltage driver support.Thara Gopinath1-0/+134
2010-12-22Merge branch 'integration-2.6.38-for-tony' of git://git.pwsan.com/linux-2.6 i...Tony Lindgren11-366/+71
2010-12-22Merge branches 'devel-gpmc' and 'devel-misc' into omap-for-linusTony Lindgren5-169/+141
2010-12-22Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik1-15/+20
2010-12-21OMAP: PM noop: implement context loss count for non-omap_devicesKevin Hilman1-0/+2
2010-12-21OMAP: PM: implement context loss count APIsKevin Hilman3-2/+4
2010-12-21OMAP: clock: fix configuration of J-Type DPLLs to work for OMAP3 and OMAP4Jon Hunter1-2/+3
2010-12-21OMAP2+: hwmod: Add wakeup support for new OMAP4 IPsBenoit Cousson1-1/+4
2010-12-21OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregisterBenoit Cousson1-2/+0
2010-12-21OMAP3: clock: clarify usage of struct clksel_rate.flags and struct omap_clk.cpuPaul Walmsley2-13/+18
2010-12-21OMAP3: control/PM: move padconf save code to mach-omap2/control.cPaul Walmsley1-3/+0
2010-12-21OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley3-222/+1
2010-12-21OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-151/+0
2010-12-21OMAP2/3: clockdomain: remove unneeded .clkstctrl_reg, remove some direct CM r...Paul Walmsley1-5/+0
2010-12-21OMAP4: clockdomains: add OMAP4 PRCM data and OMAP4 supportPaul Walmsley1-6/+14
2010-12-21OMAP4: powerdomains: add PRCM partition data; use OMAP4 PRM functionsPaul Walmsley1-2/+5
2010-12-21OMAP4: PRCM: add OMAP4-specific accessor/mutator functionsPaul Walmsley1-3/+4
2010-12-21OMAP3: PRM/CM: separate CM context save/restore; remove PRM context save/restorePaul Walmsley1-3/+0
2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2-7/+2
2010-12-21OMAP2+: clockdomains: move clockdomain static data to .c filesPaul Walmsley1-2/+9
2010-12-21OMAP2+: powerdomains: move powerdomain static data to .c filesPaul Walmsley1-3/+10
2010-12-21OMAP: powerdomain: Infrastructure to put arch specific codeRajendra Nayak1-1/+42
2010-12-21OMAP: powerdomain: Move static allocations from powerdomains.h to a .c fileRajendra Nayak1-0/+1
2010-12-21OMAP2+: hwmod: fix a warning, add some docs, remove unused fieldsPaul Walmsley1-12/+4
2010-12-21OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley1-3/+3
2010-12-21OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley1-1/+8
2010-12-21OMAP2+: hwmod: add postsetup statePaul Walmsley1-1/+5
2010-12-21OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley1-0/+10
2010-12-21OMAP2+: io: split omap2_init_common_hw()Paul Walmsley1-2/+3
2010-12-21OMAP3: Devkit8000: Add DEBUG_LL supportThomas Weber1-0/+1
2010-12-21Merge branch 'pm-opp' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khi...Tony Lindgren1-21/+10
2010-12-21Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren1-0/+11
2010-12-21Merge branch 'devel-dma' into omap-for-linusTony Lindgren1-133/+99
2010-12-21OMAP2+: use global values for the SRAM PA addressesJean Pihet1-0/+11
2010-12-21OMAP3: remove OPP interfaces from OMAP PM layerKevin Hilman1-21/+10
2010-12-21OMAP2/3: GPMC: put sync_clk value in picoseconds instead of nanosecondsAdrian Hunter1-4/+5
2010-12-20Merge branches 'devel-iommu-mailbox' and 'devel-l2x0' into omap-for-linusTony Lindgren3-5/+12
2010-12-20omap1: Fix innovator FPGA init for multi-omapTony Lindgren1-4/+0
2010-12-20OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah1-11/+46
2010-12-20OMAP2430: hwmod data: add system DMAG, Manjunath Kondaiah1-0/+1