aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/da850.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)Thomas Gleixner1-4/+2
2022-04-29ARM: davinci: remove include/mach/ subdirectoryArnd Bergmann1-7/+5
2020-07-21ARM: davinci: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-08-08ARM: davinci: da850: switch to using the clocksource driverBartosz Golaszewski1-33/+13
2019-08-08ARM: davinci: WARN_ON() if clk_get() failsBartosz Golaszewski1-0/+4
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2019-02-19ARM: davinci: remove intc related fields from davinci_soc_infoBartosz Golaszewski1-108/+0
2019-02-19ARM: davinci: cp-intc: use the new-style config structureBartosz Golaszewski1-1/+1
2019-02-19ARM: davinci: cp-intc: use a common prefix for all symbolsBartosz Golaszewski1-1/+1
2019-02-19ARM: davinci: cp-intc: add the new config structures for da8xx SoCsBartosz Golaszewski1-0/+10
2019-02-19ARM: davinci: cp-intc: add a wrapper around cp_intc_init()Bartosz Golaszewski1-0/+5
2019-02-19ARM: davinci: make irqs.h a local headerBartosz Golaszewski1-1/+1
2019-02-19ARM: davinci: wrap HW interrupt numbers with a macroBartosz Golaszewski1-14/+14
2019-02-19ARM: davinci: remove davinci_intc_typeBartosz Golaszewski1-1/+0
2019-02-18cpufreq: davinci: move configuration to include/linux/platform_dataBartosz Golaszewski1-1/+1
2018-11-26ARM: davinci: da850: set the GPIO base to 0Bartosz Golaszewski1-1/+3
2018-06-26ARM: davinci: da850: Remove legacy clock initDavid Lechner1-652/+1
2018-06-26ARM: davinci: da850: add new clock init using common clock frameworkDavid Lechner1-13/+142
2018-06-26ARM: davinci: pass clock as parameter to davinci_timer_init()David Lechner1-1/+1
2018-02-19ARM: davinci: move davinci_clk_init() to init_timeDavid Lechner1-2/+5
2018-02-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2018-01-09ARM: da8xx: remove con_id from USB clocksDavid Lechner1-2/+2
2017-12-23ARM: davinci: make davinci_soc_info structures constBhumika Goyal1-1/+1
2017-04-11ARM: davinci: Add clock for CPPI 4.1 DMA engineAlexandre Bailon1-0/+6
2017-02-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2017-02-23Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+19
2017-02-16Merge tag 'davinci-for-v4.11/soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socArnd Bergmann1-5/+19
2017-01-31ARM: davinci: da850: add con_id for the SATA clockBartosz Golaszewski1-1/+1
2017-01-19ARM: da850: add the nand dev_id to the clock lookup tableBartosz Golaszewski1-9/+1
2017-01-02ARM: davinci: da850: fix da850_set_pll0rate()Bartosz Golaszewski1-4/+18
2017-01-02ARM: davinci: da850: coding style fixBartosz Golaszewski1-1/+1
2017-01-02ARM: davinci: da850: don't add emac clock to lookup table twiceBartosz Golaszewski1-1/+11
2017-01-02ARM: davinci: da850: fix infinite loop in clk_set_rate()Bartosz Golaszewski1-1/+19
2016-12-15Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-40/+2
2016-11-30Merge tag 'davinci-for-v4.10/soc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socArnd Bergmann1-1/+1
2016-11-30Merge tag 'davinci-for-v4.10/cleanup-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socArnd Bergmann1-38/+0
2016-11-23ARM: davinci: da8xx: Fix ohci device nameAxel Haslam1-1/+1
2016-11-16ARM: davinci: PM: rework init, remove platform deviceKevin Hilman1-38/+0
2016-11-01ARM: davinci: da850: Fix pwm name matchingDavid Lechner1-3/+45
2016-10-31ARM: davinci: da8xx: Add USB device names to clock lookup tablesDavid Lechner1-2/+2
2016-08-23ARM: davinci: da850: Add ti-aemif lookup for clock matchingKarl Beldan1-0/+1
2016-06-10ARM: davinci: da850: add clocks for mcbsp0 and 1Petr Kulhavy1-0/+16
2016-04-27ARM: davinci: da850: use clk->set_parent for async3David Lechner1-48/+33
2016-04-27ARM: davinci: Move clock init after ioremap.David Lechner1-0/+2
2015-12-01ARM: davinci: make headers more localArnd Bergmann1-1/+1
2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre1-2/+2
2015-05-06clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.hRussell King1-0/+1
2014-04-30ARM: davinci: da850: Use cpufreq_for_each_entry macro for iterationStratos Karafotis1-4/+5
2014-03-25ARM: davinci: da850: update SATA AHCI supportBartlomiej Zolnierkiewicz1-1/+1