summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: omap1: add back omap_set_dma_priority() stubArnd Bergmann2022-04-291-16/+2
* ARM: omap: fix missing declaration warningsArnd Bergmann2022-04-293-2/+3
* ARM: omap: fix address space warnings from sparseArnd Bergmann2022-04-292-2/+2
* ARM: omap1: htc_herald: fix typos in commentsJulia Lawall2022-04-221-1/+1
* ARM: OMAP1: fix typos in commentsJulia Lawall2022-04-221-1/+1
* ARM: OMAP1: clock: Remove noop codeJanusz Krzysztofik2022-04-223-27/+1
* ARM: OMAP1: clock: Remove unused codeJanusz Krzysztofik2022-04-222-132/+2
* ARM: OMAP1: clock: Fix UART rate reporting algorithmJanusz Krzysztofik2022-04-221-1/+1
* ARM: OMAP1: clock: Fix early UART rate issuesJanusz Krzysztofik2022-04-221-5/+5
* ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCFJanusz Krzysztofik2022-04-224-10/+10
* ARM: omap1: fix build with no SoC selectedArnd Bergmann2022-04-222-0/+8
* ARM: omap1: move mach/*.h into mach directoryArnd Bergmann2022-04-2257-166/+127
* ARM: omap1: use pci_remap_iospace() for omap_cfArnd Bergmann2022-04-221-45/+0
* ARM: omap1: relocate static I/O mappingArnd Bergmann2022-04-221-1/+1
* ARM: omap: un-merge plat/sram.cArnd Bergmann2022-04-223-8/+89
* ARM: omap: split up arch/arm/plat-omap/KconfigArnd Bergmann2022-04-221-0/+37
* ARM: omap1: move plat/dma.c to mach/omap-dma.cArnd Bergmann2022-04-222-1/+898
* ARM: omap1: move 32k counter from plat-omap to mach-omap1Arnd Bergmann2022-04-212-3/+109
* ARM: omap1: innovator: move ohci phy power handling to board fileArnd Bergmann2022-04-211-0/+19
* ARM: omap1: move CF chipselect setup to board fileArnd Bergmann2022-04-211-5/+33
* ARM: omap1: move perseus spi pinconf to board fileArnd Bergmann2022-04-211-0/+6
* ARM: omap1: move some headers to include/linux/socArnd Bergmann2022-04-216-646/+10
* ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann2022-04-2116-142/+39
* ARM: omap1: ams-delta: remove camera leftoversArnd Bergmann2022-04-211-11/+0
* fbdev: omap: pass irqs as resourceArnd Bergmann2022-04-211-1/+18
* ARM: omap1: move lcd_dma code into omapfb driverArnd Bergmann2022-04-214-554/+0
* ARM: omap1: innovator: pass lcd control address as pdataArnd Bergmann2022-04-211-0/+3
* Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-1/+1
|\
| * irq: remove handle_domain_{irq,nmi}()Mark Rutland2021-10-261-1/+1
* | ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann2021-10-052-46/+82
|/
* Merge tag 'omap-for-v5.14/fixes-not-urgent-signed' of git://git.kernel.org/pu...Olof Johansson2021-06-233-18/+10
|\
| * ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_powerMaciej Falkowski2021-05-261-14/+0
| * ARM: OMAP1: isp1301-omap: Add missing gpiod_add_lookup_table functionMaciej Falkowski2021-05-181-1/+3
| * ARM: OMAP1: Fix use of possibly uninitialized irq variableMaciej Falkowski2021-05-181-3/+7
* | ARM: OMAP1: Remove leading spaces in KconfigJuerg Haefliger2021-05-211-6/+6
|/
* Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-1/+5
|\
| * ARM: omap1: osk: Constify the software nodeHeikki Krogerus2021-04-081-1/+5
* | Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-04-261-1/+1
|\ \
| * | ARM: OMAP1: fix incorrect kernel-doc comment syntax in fileAditya Srivastava2021-03-311-1/+1
| |/
* / ARM: omap1: fix building with clang IASArnd Bergmann2021-04-011-0/+1
|/
* Merge branch 'cpuidle-fix' into fixesTony Lindgren2021-01-153-10/+28
|\
| * Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+1
| |\
| | * dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig2020-11-181-1/+1
| * | Merge tag 'arm-soc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-12-161-7/+7
| |\ \
| | * | ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean codeTang Bin2020-11-191-7/+7
| | |/
| * | Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman2020-12-071-1/+1
| |\ \
| * | | usb: isp1301-omap: Convert to use GPIO descriptorsLinus Walleij2020-11-261-2/+20
| | |/ | |/|
* | | ARM: OMAP1: OSK: fix ohci-omap breakageLinus Walleij2020-12-181-0/+2
| |/ |/|
* | usb: ohci-omap: Fix descriptor conversionLinus Walleij2020-12-041-1/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-1/+1
|\