summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP2+: Remove legacy mux codeTony Lindgren2016-11-101-26/+0
* ARM: OMAP2+: Remove legacy i2c.c platform init codeTony Lindgren2016-11-102-119/+0
* ARM: OMAP: dmtimer: check for fixed timers during configSuman Anna2015-11-301-0/+7
* ARM: OMAP: add DT support for ti,dm816-timerNeil Armstrong2015-11-301-0/+4
* ARM: OMAP: dmtimer: Add clock source from DTNeil Armstrong2015-11-301-1/+30
* ARM: OMAP1: Change interrupt numbering for sparse IRQTony Lindgren2015-05-201-0/+4
* ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang2015-04-031-9/+1
* ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() repla...Xunlei Pang2015-04-031-10/+12
* Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-311-1/+14
|\
| * ARM: OMAP: dmtimer: disable pm runtime on removeSuman Anna2015-03-171-0/+2
| * ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failureSuman Anna2015-03-171-1/+12
* | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz2015-03-131-1/+1
|/
* ARM: OMAP: dma.c: Remove unused functionRickard Strandqvist2015-01-071-8/+0
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-10-141-3/+0
|\
| * kbuild: remove unnecessary variable initializaionsMasahiro Yamada2014-10-021-3/+0
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-731/+6
|\ \
| * | ARM: OMAP: Remove unused pieces of legacy DMA APITony Lindgren2014-09-181-731/+6
| |/
* / ARM: OMAP: Fix Kconfig warning for omap1Tony Lindgren2014-09-091-0/+3
|/
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-2/+3
|\
| * ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driverNishanth Menon2014-07-211-2/+3
* | ARM: OMAP: add deprecation message for legacy OMAP DMA APIRussell King2014-07-011-0/+2
|/
* Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-024-22/+22
|\
| * ARM: OMAP: debug-leds: raw read and write endian fixVictor Kamensky2014-05-081-7/+7
| * ARM: OMAP: counter-32k: raw read and write endian fixVictor Kamensky2014-05-081-3/+3
| * ARM: OMAP: dmtimer: raw read and write endian fixVictor Kamensky2014-05-082-12/+12
* | ARM: OMAP2+: Fix DMA hang after off-idleTony Lindgren2014-05-161-0/+10
|/
* Merge tag 'dt-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2014-04-051-3/+0
|\
| * Merge tag 'omap-for-v3.15/dt-part3' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2014-03-171-3/+0
| |\
| | * ARM: OMAP3: remove deprecated CONFIG_OMAP_IOMMU_IVA2Florian Vaussard2014-03-121-3/+0
| * | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linuxUwe Kleine-König2014-02-241-33/+0
| |\ \ | | |/ | |/|
* | | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-33/+0
|\ \ \
| * \ \ Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-33/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-33/+0
* | | ARM: omap: move dma channel allocation into plat-omap codeRussell King2014-04-041-3/+8
* | | dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King2014-04-041-0/+6
|/ /
* | Merge branch 'efm32/soc' into next/socKevin Hilman2013-12-201-1/+4
|\ \
| * | ARM: OMAP2+: Disable POSTED mode for errata i103 and i767Joel Fernandes2013-11-261-1/+4
| |/
* / ARM: OMAP: Switch to sched_clock_register()Stephen Boyd2013-11-211-2/+2
|/
* ARM: OMAP: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-031-1/+0
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-1/+1
|\
| * ARM: DRA7: Add the build support in omap2plusR Sricharan2013-08-131-1/+1
* | ARM: OMAP: dma: fix error return code in omap_system_dma_probe()Wei Yongjun2013-08-211-0/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-1/+1
|\
| * sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-1/+1
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-024-559/+0
|\ \
| * | mailbox/omap: move the OMAP mailbox framework to driversSuman Anna2013-06-114-559/+0
| * | ARM: OMAP2+: mbox: remove dependencies with soc.hSuman Anna2013-06-111-1/+1
| * | omap: mailbox: call request_irq after mbox queues are allocatedSuman Anna2013-06-111-9/+9
| |/
* | ARM: OMAP: dma: Remove the erroneous freeing of platform dataRajendra Nayak2013-06-181-4/+0
* | ARM: OMAP: dma: Fix the dma_chan_link_map init orderR Sricharan2013-06-181-1/+2