summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
Commit message (Expand)AuthorAgeFilesLines
* ARM: spitz: fix compile error when matrix keypad driver is enabledDmitry Torokhov5 days1-1/+1
* ARM: spitz: Use software nodes/properties for the matrix keypadDmitry Torokhov2024-09-051-23/+41
* ARM: spitz: Use software nodes/properties for the GPIO-driven buttonsDmitry Torokhov2024-09-051-31/+68
* ARM: pxa/gumstix: fix attaching properties to vbus gpio deviceDmitry Torokhov2024-08-071-4/+7
* ARM: pxa: fix build breakage on PXA3xxDmitry Torokhov2024-07-151-0/+2
* ARM: spitz: Use software nodes for the ADS7846 touchscreenLinus Walleij2024-07-091-25/+15
* ARM: spitz: Use software nodes to describe LED GPIOsDmitry Torokhov2024-07-091-21/+50
* ARM: spitz: Use software nodes to describe MMC GPIOsDmitry Torokhov2024-07-094-29/+28
* ARM: spitz: Use software nodes to describe LCD GPIOsDmitry Torokhov2024-07-091-19/+19
* ARM: spitz: Use software nodes to describe audio GPIOsDmitry Torokhov2024-07-091-22/+44
* ARM: spitz: Use software nodes to describe SPI CS linesLinus Walleij2024-07-092-11/+11
* ARM: spitz: Simplify instantiating SPI controllerDmitry Torokhov2024-07-091-15/+9
* ARM: pxa/gumstix: convert vbus gpio to use software nodesDmitry Torokhov2024-07-094-15/+16
* ARM: pxa: consolidate GPIO chip platform dataDmitry Torokhov2024-07-093-13/+15
* ARM: spitz: fix GPIO assignment for backlightDmitry Torokhov2024-07-091-20/+10
* Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-141-10/+12
|\
| * ARM: pxa: spitz: Open code gpio_request_array()Andy Shevchenko2024-04-031-10/+12
* | spi: pxa2xx: Provide num-cs for Sharp PDAs via device propertiesAndy Shevchenko2024-05-031-7/+18
* | spi: pxa2xx: Kill pxa2xx_set_spi_info()Andy Shevchenko2024-03-252-19/+13
|/
* Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-08-301-6/+0
|\
| * ARM: pxa: Drop unused includesRob Herring2023-08-121-6/+0
* | Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-292-15/+1
|\ \
| * | ARM: pxa: remove use of symbol_get()Arnd Bergmann2023-08-022-15/+1
| |/
* / backlight: corgi_lcd: fix missing prototypeArnd Bergmann2023-07-272-1/+1
|/
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\
| * ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+1
* | Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-06-296-16/+7
|\ \
| * \ Merge tag 'gpio-omap-descriptors-v6.5' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2023-05-261-1/+10
| |\ \
| * | | ARM: pxa: fix missing-prototypes warningsArnd Bergmann2023-05-266-16/+7
| | |/ | |/|
* | | Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-1/+10
|\ \ \ | | |/ | |/|
| * | Input: ads7846 - Convert to use software nodesLinus Walleij2023-05-241-1/+10
| |/
* / ARM: 9298/1: Drop custom mdesc->handle_irq()Linus Walleij2023-06-194-4/+2
|/
* Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-05-011-0/+1
|\
| * Merge tag 'v6.3-rc2' into nextDmitry Torokhov2023-03-17121-32846/+7
| |\
| * | ARM: spitz: include header defining input event codesDmitry Torokhov2023-02-231-0/+1
* | | ARM: pxa: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-141-2/+1
* | | ARM: Convert to platform remove callback returning voidUwe Kleine-König2023-03-171-4/+2
| |/ |/|
* | ARM: pxa: restore mfp-pxa320.hArnd Bergmann2023-02-081-0/+458
* | ARM: pxa: prune unused device supportArnd Bergmann2023-01-209-501/+3
* | ARM: pxa: remove unused pxa3xx-ulpiArnd Bergmann2023-01-206-618/+1
* | ARM: pxa: remove irda leftoverArnd Bergmann2023-01-204-95/+0
* | ARM: pxa: remove pxa93x supportArnd Bergmann2023-01-205-733/+0
* | ARM: pxa: remove unused board filesArnd Bergmann2023-01-20105-31357/+1
* | ARM: pxa: enable PXA310/PXA320 for DT-only buildArnd Bergmann2023-01-091-0/+2
|/
* ARM: pxa: fix building with clangArnd Bergmann2022-12-192-0/+16
* Merge tag 'mfd-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2022-08-062-6/+2
|\
| * mfd: tc6393xb: Make disable callback return voidUwe Kleine-König2022-07-192-5/+2
| * mfd: tc6387xb: Drop disable callback that is never calledUwe Kleine-König2022-07-191-1/+0
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-042-10/+3
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-102-10/+3
| |/