aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-11/+114
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds19-2029/+39
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-22/+0
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-10/+6
2014-03-25ARM: davinci: da850: update SATA AHCI supportBartlomiej Zolnierkiewicz2-92/+9
2014-03-21ARM: davinci: fix Kconfig for DA850_EVMArnd Bergmann1-5/+0
2014-03-21ARM: davinci: make dm644x-evm phy fixup conditionalArnd Bergmann1-5/+6
2014-03-17Merge tag 'davinci-for-v3.15/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socArnd Bergmann7-32/+39
2014-03-17ARM: davinci: remove tnetv107x supportArnd Bergmann12-1997/+0
2014-03-06ARM: davinci: da8xx: fix multiple watchdog device registrationSekhar Nori6-19/+32
2014-03-06ARM: davinci: enable da8xx build concurrently with older devicesSekhar Nori1-13/+7
2014-02-23ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk6-11/+114
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanupOlof Johansson1-22/+0
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-16/+10
2014-01-16Merge tag 'davinci-for-v3.14/watchdog' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/driversKevin Hilman9-10/+10
2014-01-16Merge tag 'davinci-for-v3.14/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socKevin Hilman1-1/+1
2014-01-09watchdog: davinci: rename platform driver to davinci-wdtIvan Khoronzhuk9-10/+10
2013-12-26gpio: davinci: remove unused variable intc_irq_numLad, Prabhakar6-6/+0
2013-12-20Merge branch 'efm32/soc' into next/socKevin Hilman5-8/+11
2013-12-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König1-22/+0
2013-12-06Merge branch 'soc/sched_clock' into next/socKevin Hilman1-2/+2
2013-12-04Merge tag 'davinci-fixes-for-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixesOlof Johansson5-4/+7
2013-12-05ARM: davinci: Fix McASP mem resource namesPeter Ujfalusi5-4/+7
2013-11-27ARM: davinci: clock: return 0 upon error from clk_round_rate()Paul Walmsley1-1/+1
2013-11-21ARM: davinci: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-11-21ARM: davinci: fix number of resources passed to davinci_gpio_register()Lad, Prabhakar4-4/+4
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds7-7/+7
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2013-11-13arch/arm/mach-davinci/sram.c: use gen_pool_dma_alloc() to sram.cNicolin Chen1-8/+1
2013-11-11Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds21-234/+251
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-1/+0
2013-10-17Merge branch 'davinci/soc' into next/socKevin Hilman1-7/+2
2013-10-17ARM: davinci: convert to clockevents_config_and_registerUwe Kleine-König1-7/+2
2013-10-16cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar1-1/+0
2013-10-11Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/socKevin Hilman2-3/+3
2013-10-07ARM: davinci: remove deprecated IRQF_DISABLEDMichael Opdenacker3-4/+4
2013-09-30misc: (at24) move header to linux/platform_data/Vivien Didelot7-7/+7
2013-09-25ARM: davinci: gpio: use gpiolib API instead of inline functionsPhilip Avinash2-178/+0
2013-09-25ARM: davinci: board: gpio device creationPhilip Avinash6-15/+52
2013-09-25ARM: davinci: da8xx boards: gpio device creationPhilip Avinash3-4/+22
2013-09-24ARM: davinci: support gpio platform devicePhilip Avinash7-28/+126
2013-09-24ARM: davinci: da8xx: support gpio platform deviceKV Sujith4-10/+51
2013-09-24gpio: davinci: move to platform deviceKV Sujith1-0/+1
2013-09-19ARM: davinci: dm365 evm: fix unused variable warningBrian Norris1-1/+1
2013-09-19ARM: davinci: fix build breakage with DEBUG_LLSekhar Nori1-2/+2
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds27-201/+275
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-09-05Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-65/+0
2013-09-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+2
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King1-65/+0