summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-27Merge tag 'keystone-reset-driver' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson3-0/+175
2014-05-27power: reset: keystone-reset: introduce keystone reset driverIvan Khoronzhuk3-0/+175
2014-05-27Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-75/+260
2014-05-27Merge tag 'omap-for-v3.16/l3-noc-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson2-300/+651
2014-05-26soc: qcom: fix of_device_id tableArnd Bergmann1-0/+1
2014-05-24bus: add Broadcom GISB bus arbiter timeout/error handlerFlorian Fainelli3-0/+298
2014-05-24Merge tag 'sunxi-drivers-for-3.16-2' of https://github.com/mripard/linux into...Arnd Bergmann3-0/+93
2014-05-24Merge tag 'qcom-drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann7-0/+111
2014-05-23soc: qcom: Add GSBI driverAndy Gross5-0/+103
2014-05-23soc: Introduce drivers/soc place-holder for SOC specific driversSantosh Shilimkar3-0/+8
2014-05-23power: reset: Add Allwinner A31 reset codeMaxime Ripard3-0/+93
2014-05-22Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-0/+8
2014-05-22Merge branch 'sunxi/drivers-for-3.16' of https://github.com/mripard/linux int...Olof Johansson1-3/+18
2014-05-20Merge tag 'mvebu-drivers-3.16' of git://git.infradead.org/linux-mvebu into ne...Olof Johansson1-72/+162
2014-05-15reset: sunxi: allow MFD subdevices probeBoris BREZILLON1-3/+18
2014-05-06Merge tag 'socfpga-driver-update-for-3.16' of git://git.rocketboards.org/linu...Olof Johansson2-0/+147
2014-05-05bus: omap_l3_noc: Add AM4372 interconnect error dataAfzal Mohammed2-0/+92
2014-05-05bus: omap_l3_noc: Add DRA7 interconnect error dataRajendra Nayak2-0/+152
2014-05-05bus: omap_l3_noc: introduce concept of submoduleNishanth Menon2-6/+17
2014-05-05bus: omap_l3_noc: Add information about the context of operationNishanth Menon2-4/+16
2014-05-05bus: omap_l3_noc: add information about the type of operationNishanth Menon2-1/+21
2014-05-05bus: omap_l3_noc: ignore masked out unclearable targetsAfzal Mohammed2-0/+13
2014-05-05bus: omap_l3_noc: improve readability by using helper for slave event parsingNishanth Menon1-98/+113
2014-05-05bus: omap_l3_noc: make error reporting and handling commonNishanth Menon2-28/+47
2014-05-05bus: omap_l3_noc: fix masterid detectionNishanth Menon2-1/+9
2014-05-05bus: omap_l3_noc: convert flagmux information into a structureNishanth Menon2-30/+56
2014-05-05bus: omap_l3_noc: use of_match_data to pick up SoC informationSricharan R2-43/+84
2014-05-05bus: omap_l3_noc: Add support for discountinous flag mux input numbersRajendra Nayak2-3/+39
2014-05-05bus: omap_l3_noc: convert target information into a structureNishanth Menon2-84/+54
2014-05-05bus: omap_l3_noc: move L3 master data structure outNishanth Menon1-4/+11
2014-05-05bus: omap_l3_noc: un-obfuscate l3_targ address computationNishanth Menon1-1/+1
2014-05-05bus: omap_l3_noc: switch over to relaxed variants of readl/writelNishanth Menon1-12/+14
2014-05-05bus: omap_l3_noc: populate l3->dev and use itNishanth Menon1-5/+6
2014-05-05bus: omap_l3_noc: remove iclk from omap_l3 structNishanth Menon1-1/+0
2014-05-05bus: omap_l3_noc: rename functions and data to omap_l3Sricharan R2-17/+18
2014-05-05bus: omap_l3_noc: Fix copyright informationNishanth Menon2-24/+12
2014-05-05drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsPeter Ujfalusi1-4/+3
2014-05-05drivers: bus: omap_l3: Remove the platform driver's remove functionPeter Ujfalusi1-6/+0
2014-05-05drivers: bus: omap_l3: Convert to use devm_request_irq()Peter Ujfalusi1-18/+5
2014-05-05drivers: bus: omap_l3: Convert to use devm_ioremap_resource()Peter Ujfalusi1-48/+11
2014-05-05drivers: bus: omap_l3: Convert to use devm_kzallocPeter Ujfalusi1-8/+3
2014-05-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2014-05-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+5
2014-05-04vexpress: Initialise the sysregs before setting up the clocksCatalin Marinas1-0/+2
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-35/+21
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+11
2014-05-03Merge tag 'pm+acpi-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-59/+85
2014-05-03Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+17
2014-05-03Merge branches 'acpi-ec' and 'acpi-processor'Rafael J. Wysocki2-12/+16
2014-05-03Merge branch 'pnp'Rafael J. Wysocki2-20/+28