aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-24Merge branch 'fixes-dss' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesArnd Bergmann1-0/+3
2011-11-10ARM: OMAP: Fix dpll_data compile error when omap2 only is selectedTony Lindgren1-1/+1
2011-11-08ARM: OMAP: HWMOD: Unify DSS resets for OMAPsTomi Valkeinen1-0/+3
2011-11-07Merge branch 'fixes-modulesplit' into fixesTony Lindgren3-0/+3
2011-11-07ARM: OMAP: omap_device: Include linux/export.hAxel Lin1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-04ARM: OMAP1: Remove unused omap-alsa.hJarkko Nikula1-123/+0
2011-11-04ARM: OMAP: change get_context_loss_count ret value to intTomi Valkeinen6-14/+24
2011-11-04ARM: OMAP: I2C: Fix omap_register_i2c_bus() return value on successLaurent Pinchart1-1/+1
2011-11-04ARM: OMAP: dmtimer: Include linux/module.hAxel Lin1-0/+1
2011-11-04Merge branch 'for_3.2/pm-cleanup-2' of git://github.com/khilman/linux-omap-pm into fixesTony Lindgren1-5/+12
2011-11-01Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds7-134/+335
2011-11-01Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2-1/+20
2011-11-01Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2-375/+571
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds11-616/+373
2011-11-01Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxLinus Torvalds1-0/+27
2011-11-01Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann6-106/+21
2011-10-31arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker1-0/+1
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-10-31Merge branch 'next/fixes' into next/cleanupArnd Bergmann8-119/+14
2011-10-31Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann6-106/+21
2011-10-31Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann4-26/+3
2011-10-31Merge branches 'stericsson/timer' and 'omap/dmtimer' into next/timerArnd Bergmann7-473/+596
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds9-2499/+71
2011-10-29I2C: OMAP1: set i2c unit feature implementation flags in platform dataAndy Green1-0/+13
2011-10-29I2C: OMAP2+: Pass flags up to omap i2c platform_data as wellAndy Green1-1/+6
2011-10-29I2C: OMAP2+: Pass hwmod rev knowledge via platform_data when i2c bus addedAndy Green1-0/+6
2011-10-29I2C: OMAP1: set IP revision in platform dataAndy Green1-0/+3
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-36/+0
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-1/+18
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds6-106/+21
2011-10-27mmc: omap_hsmmc: if multiblock reads are broken, disable themPaul Walmsley1-1/+18
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds4-26/+3
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linusRussell King1-0/+1
2011-10-21Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into nextJoerg Roedel9-2499/+71
2011-10-19ARM: OMAP: Warn if omap_ioremap is called before SoC detectionTony Lindgren2-0/+12
2011-10-19ARM: OMAP: Move set_globals initialization to happen in init_earlyTony Lindgren1-7/+7
2011-10-19ARM: OMAP: Map SRAM later on with ioremap_exec()Tony Lindgren2-49/+22
2011-10-19ARM: OMAP: Remove calls to SRAM allocations for framebufferTony Lindgren1-16/+0
2011-10-19ARM: OMAP: Avoid cpu_is_omapxxxx usage until map_io is doneTony Lindgren1-0/+1
2011-10-19ARM: OMAP1: Use generic map_io, init_early and init_irqTony Lindgren1-2/+25
2011-10-18Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stableRussell King4-93/+11
2011-10-13ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_HNicolas Pitre1-1/+1
2011-10-08Merge branch 'depends/rmk/devel-stable' into next/cleanupArnd Bergmann3-13/+10
2011-10-07ARM: OMAP3: PM: fix I/O wakeup and I/O chain clock control detectionPaul Walmsley1-5/+12
2011-10-04ARM: OMAP: omap_device: Add a method to build an omap_device from a DT nodeBenoit Cousson1-0/+101
2011-10-04ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integrationBenoit Cousson1-58/+119
2011-10-04ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson1-9/+1
2011-10-04ARM: OMAP: omap_device: Create a default omap_device_pm_latencyBenoit Cousson1-1/+18
2011-10-04ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_nameNishanth Menon2-0/+37