summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2022-10-071-9/+0
|\
| * mfd/omap1: htc-i2cpld: Convert to a pure GPIO driverLinus Walleij2022-09-281-9/+0
* | ARM: remove obsolete Makefile.boot infrastructureArnd Bergmann2022-08-181-4/+0
|/
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-047-53/+8
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-101-9/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_298.RULEThomas Gleixner2022-06-101-8/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-102-9/+3
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-103-27/+3
* | ARM: omap1: add Kconfig dependencies for unused boardsArnd Bergmann2022-07-221-0/+10
* | ARM: add ATAGS dependencies to non-DT platformsArnd Bergmann2022-07-221-0/+1
|/
* ARM: omap1: enable multiplatformArnd Bergmann2022-06-035-120/+18
* ARM: OMAP1: clock: Convert to CCFJanusz Krzysztofik2022-06-035-764/+563
* 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
|\ \