aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge branch 'brcm/stb-smp-uart' into next/driversArnd Bergmann7-10/+439
2014-12-04Merge branch 'clocksource/physical-timers' into next/driversOlof Johansson4-1/+38
2014-12-04clocksource: arch_timer: Allow the device tree to specify uninitialized timer registersDoug Anderson2-0/+16
2014-12-04clocksource: arch_timer: Fix code to use physical timers when requestedSonny Rao3-1/+22
2014-12-04Merge tag 'tegra-for-3.19-iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversArnd Bergmann45-1527/+4189
2014-12-04Merge tag 'reset-for-3.19-2' of git://git.pengutronix.de/git/pza/linux into next/driversArnd Bergmann9-0/+305
2014-12-04Merge tag 'arm-soc/for-3.19/brcmstb-drivers' of https://github.com/brcm/linux into next/driversArnd Bergmann3-21/+105
2014-12-04memory: Add NVIDIA Tegra memory controller supportThierry Reding16-1482/+3988
2014-11-28bus: brcmstb_gisb: Add register offset tables for older chipsKevin Cernekee2-7/+51
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-26of: Add NVIDIA Tegra memory controller bindingThierry Reding1-0/+36
2014-11-26ARM: tegra: Move AHB Kconfig to drivers/ambaThierry Reding3-8/+15
2014-11-26amba: Add Kconfig fileThierry Reding3-6/+2
2014-11-26clk: tegra: Implement memory-controller clockThierry Reding9-7/+43
2014-11-26Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuThierry Reding963-8815/+19685
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: common: edma: edma_pm_resume may be unusedArnd Bergmann1-0/+2
2014-11-20Merge tag 'davinci-for-v3.19/edma' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/driversArnd Bergmann1-2/+50
2014-11-20Merge branch 'at91/cleanup' into next/driversArnd Bergmann23-5571/+5
2014-11-20Merge tag 'arm-perf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into next/driversArnd Bergmann10-403/+772
2014-11-20Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/driversArnd Bergmann10-38/+162
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 Bergmann3-2/+85
2014-11-18ARM: common: edma: add suspend resume hookDaniel Mack1-2/+50
2014-11-18powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel4-23/+27
2014-11-13rtc: at91sam9: add DT bindings documentationBoris BREZILLON1-0/+23
2014-11-13rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON1-4/+24
2014-11-13ARM: at91: add clk_lookup entry for RTT devicesBoris BREZILLON7-1/+14
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-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-treeNeilBrown2-0/+24
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 Haugan11-0/+56
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 at91sam9rl legacy board supportNicolas Ferre6-2079/+0
2014-11-03ARM: at91: remove at91sam9g45/9m10 legacy board supportNicolas Ferre6-3091/+0
2014-11-03ARM: at91: remove no-MMU at91x40 supportNicolas Ferre15-397/+5