aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/plat-omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-22ARM: omap1: move mach/*.h into mach directoryArnd Bergmann1-21/+0
2022-04-22ARM: omap: remove empty plat-omap directoryArnd Bergmann1-9/+0
2022-04-22ARM: omap: un-merge plat/sram.cArnd Bergmann3-138/+1
2022-04-22ARM: omap: split up arch/arm/plat-omap/KconfigArnd Bergmann1-92/+0
2022-04-22ARM: omap1: move plat/dma.c to mach/omap-dma.cArnd Bergmann2-898/+1
2022-04-22ARM: omap1: dma: remove omap2 specific bitsArnd Bergmann1-162/+55
2022-04-21ARM: omap: dma: make usb support optionalArnd Bergmann1-23/+22
2022-04-21ARM: omap: remove debug-leds driverArnd Bergmann3-185/+0
2022-04-21ARM: omap1: move 32k counter from plat-omap to mach-omap1Arnd Bergmann4-133/+1
2022-04-21ARM: omap1: move some headers to include/linux/socArnd Bergmann1-1/+3
2021-03-31ARM: OMAP2+: Use DEFINE_SPINLOCK() for spinlockLifu Chen1-2/+1
2020-10-16PM: AVS: smartreflex Move driver to soc specific driversUlf Hansson1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-13ARM: OMAP: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-12-30dmaengine: ti: omap-dma: Configure global priority register directlyTony Lindgren1-36/+0
2019-12-17dmaengine: ti: omap-dma: Add device tree match data and use it for cpu_pmTony Lindgren1-43/+0
2019-12-17ARM: OMAP2+: Drop sdma interrupt handling for mach-omap2Tony Lindgren1-237/+8
2019-12-17ARM: OMAP2+: Drop unused sdma functionsTony Lindgren1-148/+1
2019-08-09ARM: OMAP: dma: Mark expected switch fall-throughsGustavo A. R. Silva1-9/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-17/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Remove MODULE_ALIAS() calls that take undefined macroMasahiro Yamada1-1/+0
2018-11-08ARM: Kconfig: remove useless "default n"Russell King1-1/+0
2018-07-20ARM/time: Remove read_boot_clock64()Pavel Tatashin1-1/+1
2018-04-16ARM: OMAP2+: Drop unused pm-noopTony Lindgren1-10/+0
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-1478/+0
2018-03-21ARM: OMAP: Fix SRAM W+X mappingTony Lindgren2-11/+36
2018-02-22ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksourceKeerthy3-980/+0
2018-02-22ARM: OMAP: Move dmtimer.h out of plat-omapKeerthy2-430/+1
2018-02-22ARM: OMAP: timer: Wrap the inline functions under OMAP2PLUS defineKeerthy1-1/+16
2018-02-22ARM: OMAP: dmtimer: Remove all the exportsKeerthy1-27/+0
2018-02-22Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timerTony Lindgren1-5/+2
2018-02-22ARM: OMAP: Fix dmtimer init for omap1Tony Lindgren1-5/+2
2018-02-14ARM: OMAP: Move plat/i2c.h into mach-omap1 folderSuman Anna1-53/+0
2018-02-14ARM: OMAP2+: Cleanup omap_timer_capability_dev_attr usageSuman Anna1-4/+0
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-13/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-11ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()Markus Elfring1-2/+2
2017-10-11ARM: OMAP: Use kcalloc() in omap_system_dma_probe()Markus Elfring1-2/+3
2017-10-11ARM: OMAP: Improve a size determination in two functionsMarkus Elfring2-2/+2
2017-10-11ARM: OMAP: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2-7/+2
2016-11-10ARM: OMAP2+: Remove legacy mux codeTony Lindgren1-26/+0
2016-11-10ARM: OMAP2+: Remove legacy i2c.c platform init codeTony Lindgren2-119/+0
2015-11-30ARM: OMAP: dmtimer: check for fixed timers during configSuman Anna1-0/+7
2015-11-30ARM: OMAP: add DT support for ti,dm816-timerNeil Armstrong1-0/+4
2015-11-30ARM: OMAP: dmtimer: Add clock source from DTNeil Armstrong1-1/+30
2015-05-20ARM: OMAP1: Change interrupt numbering for sparse IRQTony Lindgren1-0/+4
2015-04-03ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clock64() and use themXunlei Pang1-9/+1
2015-04-03ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() replacementXunlei Pang1-10/+12