summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+12
2011-12-16Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2....Tony Lindgren1-1/+2
2011-12-16ARM: OMAP: PRCM: add support for chain interrupt handlerTero Kristo1-2/+3
2011-12-13ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVMHemant Pedanekar1-0/+1
2011-12-08ARM: OMAP4: PM: Add CPUidle supportSantosh Shilimkar1-1/+2
2011-12-08ARM: OMAP4: PM: Add CPUX OFF mode supportSantosh Shilimkar1-2/+4
2011-12-08ARM: OMAP4: PM: Add WakeupGen module as OMAP gic_arch_extnSantosh Shilimkar1-1/+1
2011-12-08ARM: OMAP: Add Secure HAL and monitor mode API infrastructure.Santosh Shilimkar1-5/+6
2011-11-08ARM: OMAP: HWMOD: Unify DSS resets for OMAPsTomi Valkeinen1-4/+1
2011-11-01Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-4/+3
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-46/+36
2011-09-30Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Arnd Bergmann1-2/+0
2011-09-21ARM: OMAP: voltage: voltage layer present, even when CONFIG_PM=nKevin Hilman1-2/+0
2011-09-15Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Tony Lindgren1-2/+3
2011-09-15Merge branch 'omap_chip_remove_cleanup_3.2' of git://git.pwsan.com/linux-2.6 ...Tony Lindgren1-1/+4
2011-09-15OMAP2+: voltage: split out voltage processor (VP) code into new layerKevin Hilman1-1/+1
2011-09-15OMAP2+: voltage: split voltage controller (VC) code into dedicated layerKevin Hilman1-1/+1
2011-09-15OMAP2: add voltage domains and connect to powerdomainsKevin Hilman1-1/+2
2011-09-14OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomainPaul Walmsley1-1/+4
2011-09-09usb: musb: fix build breakageFelipe Balbi1-6/+5
2011-08-22omap2+: Use Kconfig symbol in Makefile instead of obj-yTony Lindgren1-44/+32
2011-07-09omap_hwmod: share identical omap_hwmod_mpu_irqs arraysPaul Walmsley1-3/+8
2011-07-09omap_hwmod: share identical omap_hwmod_addr_space arraysPaul Walmsley1-3/+8
2011-07-04OMAP: New twl-common for common TWL configurationPeter Ujfalusi1-1/+1
2011-06-27omap2+: Rename timer-gp.c into timer.c to combine timer init functionsTony Lindgren1-1/+1
2011-05-26Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki1-3/+3
2011-05-17Merge branches 'devel-fixes', 'devel-cleanup' and 'devel-genirq' into for-nextTony Lindgren1-2/+2
2011-05-17omap: drop board-igep0030.cMike Rapoport1-2/+0
2011-05-03omap: consolidate touch screen initialization among different boardsMike Rapoport1-0/+2
2011-04-29OMAP2+ / PM: move runtime PM implementation to use device power domainsKevin Hilman1-3/+3
2011-04-26arm: omap2: enable smc instruction for sleep34xxOskar Andero1-1/+1
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+47
2011-03-10Merge remote branch 'remotes/origin/voltage_split_2.6.39' into tmp-integratio...Paul Walmsley1-5/+17
2011-03-10Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley1-14/+30
2011-03-10OMAP2+: voltage: reorganize, split code from dataPaul Walmsley1-5/+17
2011-03-09OMAP4: l3: Introduce l3-interconnect error handling driverSantosh Shilimkar1-0/+1
2011-03-09OMAP3: l3: Introduce l3-interconnect error handling driverFelipe Balbi1-0/+3
2011-03-07OMAP2+: clock: add interface clock type code with autoidle supportPaul Walmsley1-2/+4
2011-03-07OMAP2: clock: add DPLL autoidle supportPaul Walmsley1-1/+2
2011-03-01arm: omap2: usb: rename usb-ehci.c to usb-host.cFelipe Balbi1-1/+1
2011-02-25OMAP4: DPLL: Add dpll api to control GATE_CTRLRajendra Nayak1-1/+1
2011-02-25OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdmRajendra Nayak1-0/+1
2011-02-25OMAP: clockdomain: Arch specific funcs to handle depsRajendra Nayak1-0/+2
2011-02-23OMAP2, 3: DSS2: Create new file display.c for central dss driver registration.Sumit Semwal1-0/+3
2011-02-22Merge branch 'for-tony' of git://gitorious.org/usb/usb into omap-for-linusTony Lindgren1-1/+2
2011-02-17omap: add hwspinlock deviceSimon Que1-0/+1
2011-02-17usb: musb: AM35x: moving internal phy functions out of usb_musb.c fileHema HK1-1/+2
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren1-10/+11
2011-02-16TI816X: Create board support and enable build for TI816X EVMHemant Pedanekar1-0/+1