summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-213-9/+10
|\
| * ARM: OMAP2+: using strlcpy instead of strncpyChen Gang2013-02-041-1/+2
| * ARM: OMAP2+: Fix selection of clockevent timer when using device-treeJon Hunter2013-02-011-1/+1
| * ARM: OMAP: make wakeupgen_lock rawThomas Gleixner2013-02-011-7/+7
* | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-2120-13/+82
|\ \
| * | ARM: OMAP: USB: Add phy binding informationKishon Vijay Abraham I2013-02-0617-0/+34
| * | ARM: OMAP2: MUSB: Specify omap4 has mailboxKishon Vijay Abraham I2013-02-061-0/+3
| * | ARM: OMAP: devices: create device for usb part of control moduleKishon Vijay Abraham I2013-02-061-0/+45
| * | ARM: OMAP4: remove control module address space from PHY and OTGKishon Vijay Abraham I2013-02-061-13/+0
| |/
* | Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-211-1/+1
|\ \
| * | iio:light:tsl2563 move out of stagingJonathan Cameron2013-01-271-1/+1
| |/
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+3
|\ \
| * | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-268-16/+26
| |\|
| * | ARM: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-211-5/+5
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-5/+5
| |\ \ \ | | |_|/ | |/| |
| | * | wlcore: move wl12xx_platform_data up and make it truly optionalLuciano Coelho2013-02-081-5/+5
* | | | PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-261-2/+0
|/ / /
* | | ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transportLuciano Coelho2013-01-211-0/+6
* | | ARM: OMAP2+: DT node Timer iteration fixPantelis Antoniou2013-01-211-6/+2
* | | ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()Tony Lindgren2013-01-211-1/+1
* | | ARM: OMAP2+: fix build break for omapdrmRob Clark2013-01-211-1/+2
* | | ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function callsJon Hunter2013-01-192-0/+4
* | | ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDMPeter Ujfalusi2013-01-191-1/+5
* | | ARM: OMAP4: clock data: Lock ABE DPLL on all revisionsPeter Ujfalusi2013-01-191-7/+6
| |/ |/|
* | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-097-36/+120
|\ \
| * | ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs arrayPantelis Antoniou2013-01-071-1/+1
| * | Merge tag 'omap-fixes-a2-for-v3.8-rc' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren2013-01-037-35/+119
| |\ \
| | * | ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return valuesPaul Walmsley2013-01-023-28/+110
| | * | ARM: OMAP3: clock data: Add missing enable/disable for EMU clockJon Hunter2013-01-021-0/+2
| | * | ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sourcesIvan Khoronzhuk2013-01-021-1/+1
| | * | ARM: OMAP4: PRM: fix RSTTIME and RSTST offsetsNishanth Menon2013-01-021-2/+2
| | * | ARM: OMAP4: PRM: Correct reset source mapIvan Khoronzhuk2013-01-021-2/+2
| | * | ARM: OMAP AM33xx: hwmod data: resolve sparse warningsPaul Walmsley2013-01-011-2/+2
| | |/
* | / ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-9/+9
|/ /
* | Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-3011-18/+128
|\ \ | |/ |/|
| * arch/arm/mach-omap2/dpll3xxx.c: drop if around WARN_ONJulia Lawall2012-12-171-2/+1
| * OMAP2: Fix a typo - replace regist with register.YOSHIFUJI Hideaki2012-12-171-1/+1
| * ARM: OMAP2+: PMU: Remove unused headerJon Hunter2012-12-171-2/+0
| * ARM: OMAP4: remove duplicated include from omap_hwmod_44xx_data.cWei Yongjun2012-12-171-1/+0
| * ARM: OMAP2+: omap_twl: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC...Peter Ujfalusi2012-12-171-4/+4
| * ARM: OMAP2+: Drop plat/cpu.h for omap2plusTony Lindgren2012-12-174-7/+3
| * ARM: OMAP: Split fb.c to remove last remaining cpu_is_omap usageTony Lindgren2012-12-172-1/+119
* | Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-211-1/+1
|\ \
| * | ARM: OMAP2+: Fix compillation error in mach-omap2/timer.cPeter Ujfalusi2012-12-201-1/+1
* | | ARM: OMAP2+: Trivial fix for IOMMU merge issueTony Lindgren2012-12-201-2/+2
* | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-203-133/+40
|\ \ \ | |/ / |/| |
| * | ARM: OMAP4: hwmod data: ipu and dsp to use parent clocks instead of leaf clocksOmar Ramirez Luna2012-12-032-24/+2
| * | iommu/omap: Adapt to runtime pmOmar Ramirez Luna2012-12-031-1/+0
| * | iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna2012-12-032-131/+39