aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge branch 'at91/cleanup5' into next/driversArnd Bergmann8-60/+8
2014-12-08Merge branch 'brcm/stb-smp-uart' into next/driversArnd Bergmann1-6/+41
2014-12-04Merge branch 'clocksource/physical-timers' into next/driversOlof Johansson1-1/+12
2014-12-04clocksource: arch_timer: Allow the device tree to specify uninitialized timer registersDoug Anderson1-0/+8
2014-12-04clocksource: arch_timer: Fix code to use physical timers when requestedSonny Rao1-1/+4
2014-12-04Merge tag 'tegra-for-3.19-iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversArnd Bergmann29-1487/+3913
2014-12-04Merge tag 'reset-for-3.19-2' of git://git.pengutronix.de/git/pza/linux into next/driversArnd Bergmann5-0/+193
2014-12-04Merge tag 'arm-soc/for-3.19/brcmstb-drivers' of https://github.com/brcm/linux into next/driversArnd Bergmann2-20/+100
2014-12-04memory: Add NVIDIA Tegra memory controller supportThierry Reding12-1482/+3801
2014-12-03ARM: at91/clocksource: remove !DT PIT initializationsArnd Bergmann1-32/+0
2014-11-28bus: brcmstb_gisb: Add register offset tables for older chipsKevin Cernekee1-6/+46
2014-11-28bus: brcmstb_gisb: Look up register offsets in a tableKevin Cernekee1-8/+34
2014-11-28bus: brcmstb_gisb: Introduce wrapper functions for MMIO accessesKevin Cernekee1-7/+17
2014-11-28bus: brcmstb_gisb: Make the driver buildable on MIPSKevin Cernekee2-1/+5
2014-11-28Merge tag 'samsung-driver' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversArnd Bergmann1-2/+2
2014-11-26ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre3-4/+4
2014-11-26ARM: tegra: Move AHB Kconfig to drivers/ambaThierry Reding2-0/+14
2014-11-26amba: Add Kconfig fileThierry Reding1-0/+2
2014-11-26clk: tegra: Implement memory-controller clockThierry Reding6-4/+40
2014-11-22serial: samsung: Fix serial config dependencies for exynos7Pankaj Dubey1-2/+2
2014-11-21bus: brcmstb_gisb: resolve section mismatchFlorian Fainelli1-3/+3
2014-11-21ARM: at91/Kconfig: remove useless fbdev Kconfig optionsNicolas Ferre1-17/+0
2014-11-20Merge branch 'at91/cleanup' into next/driversArnd Bergmann1-1/+1
2014-11-20Merge tag 'arm-perf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into next/driversArnd Bergmann1-108/+444
2014-11-20Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/driversArnd Bergmann2-37/+125
2014-11-20Merge tag 'keystone-driver-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/driversArnd Bergmann2-10/+11
2014-11-20Merge tag 'omap-for-v3.19/w1-and-l3-noc' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/driversArnd Bergmann2-2/+68
2014-11-19ARM: at91/Kconfig: remove unused config optionsNicolas Ferre3-5/+2
2014-11-13rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON1-4/+24
2014-11-13rtc: at91sam9: rework the Kconfig descriptionBoris BREZILLON1-8/+15
2014-11-13rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON2-9/+56
2014-11-13rtc: at91sam9: add DT supportBoris BREZILLON1-0/+9
2014-11-13rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON1-19/+10
2014-11-13rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON1-4/+4
2014-11-13rtc: at91sam9: remove references to mach specific headersBoris BREZILLON1-4/+18
2014-11-13ARM: at91: move sdramc/ddrsdr header to include/soc/at91Alexandre Belloni1-2/+2
2014-11-12bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handlerKeerthy1-2/+6
2014-11-12bus: omap_l3_noc: Add resume hook to restore contextKeerthy1-0/+55
2014-11-10w1: omap-hdq: support device probing with device-treeNeilBrown1-0/+7
2014-11-08Merge tag 'berlin-driver-3.19-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/driversOlof Johansson2-0/+132
2014-11-04iommu: Improve error handling when setting bus iommuHeiko Stübner1-2/+16
2014-11-04iommu: Do more input validation in iommu_map_sg()Joerg Roedel1-11/+18
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan10-0/+34
2014-11-04reset: add socfpga_reset_statusDinh Nguyen1-0/+15
2014-11-03soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after freeAxel Lin1-2/+2
2014-11-03ARM: at91: remove no-MMU at91x40 supportNicolas Ferre1-1/+1
2014-11-03Merge tag 'sti-reset-for-v3.19-1' of git://git.stlinux.com/devel/kernel/linux-sti into reset/for_v3.19Philipp Zabel3-0/+163
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds5-21/+70
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-10/+42
2014-11-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-82/+116