summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko2017-01-266-34/+32
* avoid spurious "may be used uninitialized" warningLinus Torvalds2016-12-251-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-2584-189/+179
|\
| * ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-2534-64/+54
| * ktime: Get rid of the unionThomas Gleixner2016-12-256-15/+15
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-2548-110/+110
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-2528-233/+178
|\ \ | |/ |/|
| * irqchip/armada-xp: Consolidate hotplug state spaceThomas Gleixner2016-12-251-1/+1
| * irqchip/gic: Consolidate hotplug state spaceThomas Gleixner2016-12-251-1/+1
| * coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner2016-12-251-2/+2
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-2524-30/+30
| * staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner2016-12-251-40/+45
| * scsi/bnx2i: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-251-48/+30
| * scsi/bnx2fc: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-251-46/+33
| * bus: arm-ccn: Prevent hotplug callback leakThomas Gleixner2016-12-251-1/+4
| * scsi: qedi: Convert to hotplug state machineThomas Gleixner2016-12-251-64/+32
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24386-386/+386
* | Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2417-57/+261
|\ \
| * | watchdog: it87_wdt: add IT8620E IDMaciej S. Szmigiero2016-12-162-3/+5
| * | watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-161-1/+0
| * | watchdog: octeon: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-161-1/+0
| * | watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriateRasmus Villemoes2016-12-161-0/+20
| * | watchdog: loongson1: Add Loongson1 SoC watchdog driverYang Ling2016-12-163-0/+178
| * | watchdog: cpwd: remove memory allocate failure messageAmit Kushwaha2016-12-161-16/+7
| * | watchdog: da9062/61: watchdog driverSteve Twiss2016-12-162-4/+12
| * | intel-mid_wdt: Error code is just an integerAndy Shevchenko2016-12-161-11/+8
| * | intel-mid_wdt: make sure watchdog is not running at startupAndy Shevchenko2016-12-161-0/+3
| * | watchdog: mei_wdt: request stop on reboot to prevent false positive eventAlexander Usyskin2016-12-161-0/+2
| * | watchdog: jz4740: Fix modular buildStephen Boyd2016-12-161-1/+1
| * | watchdog: qcom: fix kernel panic due to external abort on non-linefetchChristian Lamparter2016-12-161-1/+1
| * | watchdog: davinci: add support for deferred probingTero Kristo2016-12-161-1/+5
| * | watchdog: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-12-161-1/+0
| * | watchdog: Standardize leading tabs and spaces in Kconfig fileRobert P. J. Day2016-12-161-17/+17
| * | watchdog: max77620_wdt: fix module autoloadJavier Martinez Canillas2016-12-161-0/+1
| * | watchdog: bcm7038_wdt: fix module autoloadJavier Martinez Canillas2016-12-161-0/+1
* | | Merge tag 'ntb-4.10' of git://github.com/jonmason/ntbLinus Torvalds2016-12-245-32/+737
|\ \ \ | |_|/ |/| |
| * | ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl2016-12-231-1/+0
| * | NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET2016-12-232-2/+2
| * | ntb: fix SKX NTB config space size register offsetsDave Jiang2016-12-231-4/+4
| * | ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K2016-12-231-12/+16
| * | NTB: Register and offset values fix for memory windowShyam Sundar S K2016-12-231-10/+4
| * | NTB: add support for hotplug featureXiangliang Yu2016-12-232-2/+12
| * | ntb: Adding Skylake Xeon NTB supportDave Jiang2016-12-232-5/+703
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-231-3/+7
|\ \
| * | Input: i8042 - Trust firmware a bit more when probing on X86Dmitry Torokhov2016-12-191-3/+7
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-231-6/+16
|\ \ \
| * | | clocksource/drivers/moxart: Plug memory and mapping leaksSudip Mukherjee2016-12-191-6/+16
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-231-1/+1
|\ \ \
| * | | irqchip/st: Mark st_irq_syscfg_resume() __maybe_unusedJérémy Lefaure2016-12-191-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-2316-127/+170
|\ \ \