aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-23ARM: davinci: fix sleep.S build error on ARMv4Arnd Bergmann1-0/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-21/+22
2019-07-02ARM: davinci: da830-evm: fix GPIO lookup for OHCIBartosz Golaszewski1-1/+1
2019-07-02ARM: davinci: omapl138-hawk: add missing regulator constraints for OHCIBartosz Golaszewski1-0/+3
2019-07-02ARM: davinci: da830-evm: add missing regulator constraints for OHCIBartosz Golaszewski1-0/+3
2019-06-25Merge tag 'davinci-for-v5.3/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/socOlof Johansson1-21/+22
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds6-24/+6
2019-06-20ARM: davinci: Use GPIO lookup table for DA850 LEDsLinus Walleij1-21/+22
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner6-24/+6
2019-06-16Merge tag 'davinci-fixes-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixesOlof Johansson2-0/+5
2019-06-14ARM: davinci: da8xx: specify dma_coherent_mask for lcdcBartosz Golaszewski1-0/+3
2019-06-14ARM: davinci: da850-evm: call regulator_has_full_constraints()Bartosz Golaszewski1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-29/+2
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds7-0/+7
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd7-0/+7
2019-04-12ARM: davinci: da830-evm: add a fixed regulator for ohci-da8xxBartosz Golaszewski1-3/+46
2019-04-12ARM: davinci: omapl138-hawk: add a fixed regulator for ohci-da8xxBartosz Golaszewski1-3/+46
2019-04-12ARM: davinci: add missing sentinels to GPIO lookup tablesBartosz Golaszewski5-0/+6
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-27/+1
2019-02-20Merge tag 'davinci-for-v5.1/soc-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/lateArnd Bergmann33-1201/+469
2019-02-19ARM: davinci: remove intc related fields from davinci_soc_infoBartosz Golaszewski7-221/+0
2019-02-19irqchip: davinci-cp-intc: move the driver to drivers/irqchipBartosz Golaszewski3-268/+2
2019-02-19ARM: davinci: cp-intc: remove redundant commentsBartosz Golaszewski1-3/+0
2019-02-19ARM: davinci: cp-intc: drop GPL license boilerplateBartosz Golaszewski1-10/+8
2019-02-19ARM: davinci: cp-intc: use readl/writel_relaxed()Bartosz Golaszewski1-2/+2
2019-02-19ARM: davinci: cp-intc: unify error handlingBartosz Golaszewski1-4/+7
2019-02-19ARM: davinci: cp-intc: improve coding styleBartosz Golaszewski1-6/+7
2019-02-19ARM: davinci: cp-intc: request the memory region before remapping itBartosz Golaszewski1-0/+9
2019-02-19ARM: davinci: cp-intc: use the new-style config structureBartosz Golaszewski4-56/+48
2019-02-19ARM: davinci: cp-intc: convert all hex numbers to lowercaseBartosz Golaszewski1-4/+4
2019-02-19ARM: davinci: cp-intc: use a common prefix for all symbolsBartosz Golaszewski4-73/+77
2019-02-19ARM: davinci: cp-intc: add the new config structures for da8xx SoCsBartosz Golaszewski2-0/+20
2019-02-19ARM: davinci: cp-intc: add a wrapper around cp_intc_init()Bartosz Golaszewski7-4/+16
2019-02-19ARM: davinci: cp-intc: remove cp_intc.hBartosz Golaszewski7-63/+19
2019-02-19irqchip: davinci-aintc: move the driver to drivers/irqchipBartosz Golaszewski3-171/+4
2019-02-19ARM: davinci: aintc: remove unnecessary includesBartosz Golaszewski1-4/+0
2019-02-19ARM: davinci: aintc: remove the timer-specific irq_set_handler()Bartosz Golaszewski1-3/+0
2019-02-19ARM: davinci: aintc: request memory region before remapping itBartosz Golaszewski1-0/+9
2019-02-19ARM: davinci: aintc: unify error handlingBartosz Golaszewski1-4/+14
2019-02-19ARM: davinci: aintc: use the new config structureBartosz Golaszewski6-25/+24
2019-02-19ARM: davinci: aintc: use the new irqchip config structure in dm* SoCsBartosz Golaszewski4-0/+44
2019-02-19ARM: davinci: aintc: use writel_relaxed()Bartosz Golaszewski1-1/+1
2019-02-19ARM: davinci: aintc: drop the 00 prefix from register offsetsBartosz Golaszewski1-11/+11
2019-02-19ARM: davinci: aintc: use a common prefix for symbols in the driverBartosz Golaszewski6-57/+60
2019-02-19ARM: davinci: aintc: wrap davinci_irq_init() with a helperBartosz Golaszewski12-8/+32
2019-02-19ARM: davinci: aintc: drop GPL license boilerplateBartosz Golaszewski1-20/+6
2019-02-19ARM: davinci: make irqs.h a local headerBartosz Golaszewski16-26/+30
2019-02-19ARM: davinci: select SPARSE_IRQBartosz Golaszewski7-2/+8