aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+0
2022-08-18ARM: remove obsolete Makefile.boot infrastructureArnd Bergmann1-8/+0
2022-08-16gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König1-8/+4
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds23-113/+37
2022-08-02Merge tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+8
2022-07-22ARM: davinci: mark all ATAGS board files as unusedArnd Bergmann1-0/+8
2022-07-01ARM: davinci: Delete DM646x board filesLinus Walleij4-1618/+0
2022-07-01ARM: davinci: Delete DM644x board filesLinus Walleij6-2113/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)Thomas Gleixner24-98/+41
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1)Thomas Gleixner4-37/+4
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds3-11/+5
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds40-1205/+1065
2022-04-29ARM: davinci: remove include/mach/ subdirectoryArnd Bergmann39-1205/+1064
2022-04-25gpio: pcf857x: Make teardown callback return voidUwe Kleine-König3-11/+5
2022-04-08ARM: rework endianess selectionArnd Bergmann1-0/+1
2022-04-04ARM: davinci: da850-evm: Avoid NULL pointer dereferenceNathan Chancellor1-1/+3
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn1-1/+0
2021-04-08ARM: davinci: Constify the software nodesHeikki Krogerus6-6/+30
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-1/+0
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-9/+6
2020-10-17Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds10-10/+11
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-06dma-contiguous: remove dev_set_cma_areaChristoph Hellwig1-1/+1
2020-10-06dma-contiguous: remove dma_declare_contiguousChristoph Hellwig1-6/+10
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal10-10/+10
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal1-1/+2
2020-09-03ARM: davinci: use simple i2c probe functionStephen Kitt2-9/+6
2020-07-22ARM: davinci: dm646x-evm: Simplify error handling in 'evm_sw_setup()'Christophe JAILLET1-9/+4
2020-07-21ARM: davinci: Fix trivial spellingKieran Bingham1-1/+1
2020-07-21ARM: davinci: Replace HTTP links with HTTPS onesAlexander A. Klimov12-14/+12
2020-05-28ARM: davinci: fix build failure without I2CArnd Bergmann1-13/+13
2020-05-15ARM: davinci: Drop unneeded select of TIMER_OFGeert Uytterhoeven1-1/+0
2020-02-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-479/+56
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+12
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-21Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman1-0/+1
2020-01-15usb: musb: davinci: Convert to use GPIO descriptorLinus Walleij1-0/+12
2020-01-13ARM: davinci: dm644x-evm: Add Fixed regulators needed for tlv320aic33Peter Ujfalusi1-0/+20
2020-01-13ARM: davinci: dm365-evm: Add Fixed regulators needed for tlv320aic3101Peter Ujfalusi1-0/+20
2020-01-13ARM: davinci: remove legacy timer supportBartosz Golaszewski6-472/+1
2020-01-13ARM: davinci: dm365: switch to using the clocksource driverBartosz Golaszewski1-7/+15
2020-01-08ARM: davinci: select CONFIG_RESET_CONTROLLERArnd Bergmann1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-17ARM: davinci: dm365: Fix McBSP dma_slave_map entryPeter Ujfalusi1-2/+2
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-24/+66
2019-09-09ARM: davinci: support multiplatform build for ARM v5Bartosz Golaszewski2-4/+15
2019-09-04Merge tag 'davinci-for-v5.4/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/socArnd Bergmann9-110/+94
2019-08-26ARM: davinci: da850-evm: switch to using a fixed regulator for lcdcBartosz Golaszewski1-18/+44
2019-08-26ARM: davinci: da850-evm: model the backlight GPIO as an actual deviceBartosz Golaszewski1-12/+28
2019-08-26ARM: davinci: dm646x: Fix a typo in the commentChristophe JAILLET1-1/+1