summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2015-04-01IRQCHIP: Add new driver for BCM7038-style level 1 interrupt controllersKevin Cernekee-0/+341
2015-04-01IRQCHIP: bcm7120-l2: Add support for BCM3380-style controllersKevin Cernekee-4/+51
2015-04-01IRQCHIP: bcm7120-l2: Split STB-specific logic into its own functionKevin Cernekee-55/+68
2015-04-01IRQCHIP: bcm7120-l2: Refactor driver for arbitrary IRQEN/IRQSTAT offsetsKevin Cernekee-13/+28
2015-04-01IRQCHIP: brcmstb-l2: don't clear wakeable interrupts at init timeBrian Norris-3/+6
2015-04-01CLOCKSOURCE: versatile: Add PLAT_VERSATILE dependencyDeng-Cheng Zhu-1/+1
2015-03-31CLOCKSOURCE: mips-gic-timer: Ensure GIC counter is runningMarkos Chandras-0/+3
2015-03-31IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras-0/+21
2015-03-31ttyFDC: Implement KGDB IO operations.James Hogan-6/+179
2015-03-31MIPS, ttyFDC: Add early FDC console supportJames Hogan-0/+33
2015-03-31TTY: Add MIPS EJTAG Fast Debug Channel TTY driverJames Hogan-0/+1145
2015-03-31IRQCHIP: mips-gic: Add function for retrieving FDC IRQJames Hogan-0/+23
2015-03-31irqchip: mips-gic: Don't treat FDC IRQ as percpu devidJames Hogan-5/+10
2015-03-31MIPS: Add CDMM bus supportJames Hogan-0/+730
2015-03-31IRQCHIP: mips-gic: Fix typo in commentJames Hogan-1/+1
2015-03-31CLK: Pistachio: Register external clock gatesAndrew Bresticker-0/+21
2015-03-31CLK: Pistachio: Register system interface gate clocksAndrew Bresticker-0/+42
2015-03-31CLK: Pistachio: Register peripheral clocksAndrew Bresticker-0/+67
2015-03-31CLK: Pistachio: Register core clocksAndrew Bresticker-0/+200
2015-03-31CLK: Pistachio: Add PLL driverAndrew Bresticker-0/+452
2015-03-31CLK: Add basic infrastructure for Pistachio clocksAndrew Bresticker-0/+266
2015-03-22Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/mdLinus Torvalds-3/+2
2015-03-22Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-183/+3
2015-03-22Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-17/+17
2015-03-22Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+12
2015-03-22Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-719/+124
2015-03-21Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-80/+137
2015-03-21Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-23/+54
2015-03-21Merge git://people.freedesktop.org/~airlied/linuxLinus Torvalds-372/+159
2015-03-21Merge tag 'devicetree-fixes-for-4.0-part2' of git://git.kernel.org/pub/scm/li...Linus Torvalds-12/+14
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-47/+60
2015-03-21Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds-26/+141
2015-03-21Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds-1/+2
2015-03-21Merge branches 'pm-cpuidle', 'powercap', 'irq-pm' and 'acpi-resources'Rafael J. Wysocki-889/+1272
2015-03-21md: fix problems with freeing private data after ->run failure.NeilBrown-3/+2
2015-03-20Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki-1/+8
2015-03-20Merge tag 'drm-intel-fixes-2015-03-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie-4/+28
2015-03-20Merge tag 'drm-amdkfd-fixes-2015-03-19' of git://people.freedesktop.org/~gabb...Dave Airlie-11/+23
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier-18/+16
2015-03-19target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger-2/+2
2015-03-19target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger-1/+1
2015-03-19tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter-1/+2
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche-0/+4
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche-16/+8
2015-03-19tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche-1/+1
2015-03-19iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger-4/+10
2015-03-19Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target"Nicholas Bellinger-3/+1
2015-03-19target: Disallow changing of WRITE cache/FUA attrs after exportNicholas Bellinger-1/+15
2015-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-55/+185
2015-03-19Merge tag 'mmc-v4.0-rc4' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds-1/+1