summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* clocksource: mips-gic: Add device-tree supportAndrew Bresticker2014-11-242-7/+35
* irqchip: mips-gic: Add device-tree supportAndrew Bresticker2014-11-241-5/+87
* ath5k: update dependenciesSergey Ryazanov2014-11-245-11/+11
* ath5k: revert AHB bus support removingSergey Ryazanov2014-11-246-3/+294
* TC: Error handling clean-upsMaciej W. Rozycki2014-11-241-17/+19
* clocksource: mips-gic: Bump up rating of GIC timerAndrew Bresticker2014-11-241-1/+1
* clocksource: mips-gic: Use clockevents_config_and_registerAndrew Bresticker2014-11-241-9/+1
* clocksource: mips-gic: Use CPU notifiers to setup the timerAndrew Bresticker2014-11-241-16/+44
* clocksource: mips-gic: Use percpu_dev_idAndrew Bresticker2014-11-241-3/+2
* clocksource: mips-gic: Remove gic_event_handlerAndrew Bresticker2014-11-241-5/+0
* clocksource: mips-gic: Move gic_frequency to clocksource driverAndrew Bresticker2014-11-242-1/+3
* clocksource: mips-gic: Staticize local symbolsAndrew Bresticker2014-11-241-5/+5
* clocksource: mips-gic: Combine with GIC clockevent driverAndrew Bresticker2014-11-242-1/+91
* MIPS: Move GIC clocksource driver to drivers/clocksource/Andrew Bresticker2014-11-244-1/+38
* irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macrosAndrew Bresticker2014-11-241-2/+2
* irqchip: mips-gic: Remove gic_{pending,itrmask}_regsAndrew Bresticker2014-11-241-13/+3
* irqchip: mips-gic: Clean up #includesAndrew Bresticker2014-11-241-5/+2
* irqchip: mips-gic: Clean up header fileAndrew Bresticker2014-11-241-2/+2
* clk: ls1x: Update relationship among all clocksKelvin Cheung2014-11-241-29/+80
* MIPS: BCM47XX: Make bcma init NVRAM instead of bcm47xx polling itRafał Miłecki2014-11-241-2/+11
* MIPS: BCM47XX: Make ssb init NVRAM instead of bcm47xx polling itRafał Miłecki2014-11-241-1/+13
* MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker2014-11-241-1/+1
* irqchip: mips-gic: Use proper iomem accessorsAndrew Bresticker2014-11-241-71/+135
* irqchip: mips-gic: Export function to read counter widthAndrew Bresticker2014-11-241-0/+11
* irqchip: mips-gic: Remove unnecessary globalsAndrew Bresticker2014-11-241-24/+4
* irqchip: mips-gic: Support local interruptsAndrew Bresticker2014-11-241-68/+223
* irqchip: mips-gic: Use separate edge/level irq_chipsAndrew Bresticker2014-11-241-11/+21
* irqchip: mips-gic: Probe for number of external interruptsAndrew Bresticker2014-11-241-20/+20
* irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker2014-11-241-96/+105
* irqchip: mips-gic: Use IRQ domainsAndrew Bresticker2014-11-241-8/+40
* irqchip: mips-gic: Fix gic_set_affinity() return valueAndrew Bresticker2014-11-241-1/+1
* irqchip: mips-gic: Implement irq_set_type callbackAndrew Bresticker2014-11-241-2/+55
* irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker2014-11-241-3/+8
* MIPS: Move GIC to drivers/irqchip/Andrew Bresticker2014-11-243-0/+407
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-11-221-6/+6
|\
| * clockevent: sun4i: Fix race condition in the probe codeMaxime Ripard2014-11-191-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-2137-166/+350
|\ \
| * | virtio-net: validate features during probeJason Wang2014-11-211-0/+37
| * | Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-214-8/+13
| |\ \
| | * | brcmfmac: don't include linux/unaligned/access_ok.hJohannes Berg2014-11-201-1/+1
| | * | brcmfmac: fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-171-2/+2
| | * | brcmfmac: kill URB when request timed outMathy Vanhoef2014-11-171-2/+4
| | * | ath9k: fix regression in bssidmask calculationBen Greear2014-11-171-3/+6
| * | | cxgb4 : Fix DCB priority groups being returned in wrong orderAnish Bhatt2014-11-211-1/+1
| * | | pptp: fix stack info leak in pptp_getname()Mathias Krause2014-11-201-1/+3
| * | | cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connectionAnish Bhatt2014-11-192-1/+3
| * | | Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-ca...David S. Miller2014-11-199-64/+177
| |\ \ \
| | * | | can: m_can: update to support CAN FD featuresDong Aisheng2014-11-181-43/+134
| | * | | can: m_can: fix incorrect error messagesDong Aisheng2014-11-181-3/+3
| | * | | can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng2014-11-181-0/+1