summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2013-02-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds33-101/+64
2013-02-22Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+10
2013-02-22Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds20-13/+82
2013-02-22Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2013-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+5
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+5
2013-02-08wlcore: move wl12xx_platform_data up and make it truly optionalLuciano Coelho1-5/+5
2013-02-06ARM: OMAP: USB: Add phy binding informationKishon Vijay Abraham I17-0/+34
2013-02-06ARM: OMAP2: MUSB: Specify omap4 has mailboxKishon Vijay Abraham I1-0/+3
2013-02-06ARM: OMAP: devices: create device for usb part of control moduleKishon Vijay Abraham I1-0/+45
2013-02-06ARM: OMAP4: remove control module address space from PHY and OTGKishon Vijay Abraham I1-13/+0
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson1-5/+0
2013-02-04ARM: OMAP2+: using strlcpy instead of strncpyChen Gang1-1/+2
2013-02-02ARM: OMAP2+: Fix selection of clockevent timer when using device-treeJon Hunter1-1/+1
2013-02-02ARM: OMAP: make wakeupgen_lock rawThomas Gleixner1-7/+7
2013-01-28Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson8-16/+26
2013-01-27iio:light:tsl2563 move out of stagingJonathan Cameron1-1/+1
2013-01-26Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman8-16/+26
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-2/+0
2013-01-26ARM: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-21ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transportLuciano Coelho1-0/+6
2013-01-21ARM: OMAP2+: DT node Timer iteration fixPantelis Antoniou1-6/+2
2013-01-21ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()Tony Lindgren1-1/+1
2013-01-21ARM: OMAP2+: fix build break for omapdrmRob Clark1-1/+2
2013-01-19ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function callsJon Hunter2-0/+4
2013-01-19ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDMPeter Ujfalusi1-1/+5
2013-01-19ARM: OMAP4: clock data: Lock ABE DPLL on all revisionsPeter Ujfalusi1-7/+6
2013-01-15Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson6-21/+8
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson10-55/+132
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-10/+3
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring5-6/+5
2013-01-12ARM: use common irqchip_init for GIC initRob Herring1-7/+2
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring3-5/+0
2013-01-11ARM: remove unused arch_decomp_wdog()Shawn Guo1-5/+0
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-3/+1
2013-01-09Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-36/+120
2013-01-08Merge tag 'swarren-for-3.9-arm-timer-rework' of git://git.kernel.org/pub/scm/...Olof Johansson29-65/+53
2013-01-08ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs arrayPantelis Antoniou1-1/+1
2013-01-04ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2-9/+9
2013-01-03Merge tag 'omap-fixes-a2-for-v3.8-rc' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren7-35/+119
2013-01-02ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return valuesPaul Walmsley3-28/+110
2013-01-02ARM: OMAP3: clock data: Add missing enable/disable for EMU clockJon Hunter1-0/+2
2013-01-02ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sourcesIvan Khoronzhuk1-1/+1
2013-01-02ARM: OMAP4: PRM: fix RSTTIME and RSTST offsetsNishanth Menon1-2/+2
2013-01-02ARM: OMAP4: PRM: Correct reset source mapIvan Khoronzhuk1-2/+2
2013-01-02ARM: OMAP AM33xx: hwmod data: resolve sparse warningsPaul Walmsley1-2/+2
2012-12-30Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-18/+128
2012-12-24ARM: delete struct sys_timerStephen Warren29-65/+53
2012-12-21Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1