aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'dt-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+0
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-33/+0
2014-04-04ARM: omap: move dma channel allocation into plat-omap codeRussell King1-3/+8
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King1-0/+6
2014-03-17Merge tag 'omap-for-v3.15/dt-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dtArnd Bergmann1-3/+0
2014-03-12ARM: OMAP3: remove deprecated CONFIG_OMAP_IOMMU_IVA2Florian Vaussard1-3/+0
2014-02-24Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linuxUwe Kleine-König1-33/+0
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanupOlof Johansson1-33/+0
2013-12-20Merge branch 'efm32/soc' into next/socKevin Hilman1-1/+4
2013-12-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König1-33/+0
2013-11-26ARM: OMAP2+: Disable POSTED mode for errata i103 and i767Joel Fernandes1-1/+4
2013-11-21ARM: OMAP: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-10-03ARM: OMAP: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+0
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-08-21ARM: OMAP: dma: fix error return code in omap_system_dma_probe()Wei Yongjun1-0/+1
2013-08-13ARM: DRA7: Add the build support in omap2plusR Sricharan1-1/+1
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-559/+0
2013-06-18ARM: OMAP: dma: Remove the erroneous freeing of platform dataRajendra Nayak1-4/+0
2013-06-18ARM: OMAP: dma: Fix the dma_chan_link_map init orderR Sricharan1-1/+2
2013-06-18ARM: OMAP: dma: Remove the wrong dev_id checkR Sricharan1-2/+2
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-1/+1
2013-06-11mailbox/omap: move the OMAP mailbox framework to driversSuman Anna4-559/+0
2013-06-11ARM: OMAP2+: mbox: remove dependencies with soc.hSuman Anna1-1/+1
2013-06-11omap: mailbox: call request_irq after mbox queues are allocatedSuman Anna1-9/+9
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-97/+145
2013-05-02Merge branch 'cleanup' into for-linusRussell King1-6/+6
2013-05-02ARM: OMAP: use consistent error checkingRussell King1-1/+1
2013-04-09ARM: OMAP2+: Populate DMTIMER errata when using device-treeJon Hunter1-8/+37
2013-04-09ARM: dts: OMAP2+: Update DMTIMER compatibility propertyJon Hunter1-1/+6
2013-04-09ARM: OMAP: Add function to request timer by nodeJon Hunter2-74/+94
2013-04-09ARM: OMAP: Force dmtimer restore if context loss is not detectableJon Hunter1-0/+2
2013-04-09ARM: OMAP: Simplify dmtimer context-loss handlingNeilBrown1-20/+12
2013-02-28Merge tag 'late-omap' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-17/+0
2013-02-24ARM: cleanup: clk_get() error handlingRussell King1-5/+5
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-33/+10
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-01ARM: OMAP2+: Get rid of custom OMAP_32K_TIMER_HZSantosh Shilimkar2-17/+0
2013-02-01ARM: OMAP: Fix the use of uninitialized dma_lch_countChen Gang1-1/+1
2013-01-25ARM: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-11ARM: OMAP2+: Enable ARCH_MULTIPLATFORM supportTony Lindgren2-30/+2
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren1-1/+1
2013-01-11ARM: OMAP: Fix i2c cmdline initcall for multiplatformTony Lindgren2-2/+7
2013-01-08Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+4
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2-6/+6
2013-01-03Merge tag 'omap-fixes-a2-for-v3.8-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.8-rc2/fixesTony Lindgren2-0/+4
2013-01-01ARM: OMAP: SRAM: resolve sparse warningsPaul Walmsley1-0/+2
2012-12-30Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-181/+2
2012-12-28ARM: OMAP: 32k counter: resolve sparse warningsPaul Walmsley1-0/+2
2012-12-17ARM/omap: use module_platform_driver macroSrinivas Kandagatla1-12/+1