aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27block: DAC960: print a hex number after a 0x prefixUwe Kleine-König1-2/+2
2016-10-27device-dax: fix percpu_ref_exit orderingDan Williams1-1/+1
2016-10-27nvdimm: make CONFIG_NVDIMM_DAX 'bool'Arnd Bergmann2-2/+2
2016-10-27Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds11-18/+57
2016-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-12/+62
2016-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-4/+6
2016-10-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-19/+28
2016-10-27Merge branch 'for-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-19/+22
2016-10-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-10-27driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE strongerLaura Abbott1-2/+4
2016-10-27vt: clear selection before resizingScot Doyle1-0/+3
2016-10-27sc16is7xx: always write state when configuring GPIO as an outputFrancois Berder1-2/+6
2016-10-27tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih1-1/+2
2016-10-27tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-10-27tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice1-2/+1
2016-10-27serial: 8250_lpss: enable MSI for sureAndy Shevchenko1-1/+1
2016-10-27serial: core: fix console problems on uart_closeRob Herring1-2/+0
2016-10-27serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada1-1/+1
2016-10-27serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko1-1/+1
2016-10-27serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun1-0/+1
2016-10-27serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne1-0/+2
2016-10-27serial: SERIAL_STM32 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-10-27serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven1-1/+1
2016-10-27tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-10-26doc: Add missing parameter for msi_setupStephen Hemminger1-0/+2
2016-10-26Merge tag 'extcon-fixes-for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linusGreg Kroah-Hartman1-1/+1
2016-10-26extcon: qcom-spmi-misc: Sync the extcon state on interruptStephen Boyd1-1/+1
2016-10-26drm/drivers: add support for using the arch wc mapping API.Dave Airlie6-0/+38
2016-10-25ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig1-1/+1
2016-10-25i2c: imx: defer probe if bus recovery GPIOs are not readyStefan Agner1-4/+7
2016-10-25i2c: designware: Avoid aborted transfers with fast reacting I2C slavesJarkko Nikula1-3/+14
2016-10-25i2c: i801: Fix I2C Block Read on 8-Series/C220 and laterJean Delvare1-3/+13
2016-10-25i2c: xgene: Avoid dma_buffer overrunHoan Tran1-1/+1
2016-10-25i2c: digicolor: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-25i2c: xlr: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-25i2c: xlp9xx: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-25i2c: jz4780: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-25i2c: allow configuration of imx driver for ColdFire architectureGreg Ungerer1-2/+2
2016-10-25i2c: mark device nodes only in case of successful instantiationRalf Ramsauer1-1/+10
2016-10-25i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timingsDavid Wu1-0/+2
2016-10-25i2c: hix5hd2: allow build with ARCH_HISIRuqiang Ju1-4/+4
2016-10-25usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren1-0/+2
2016-10-25hv: do not lose pending heartbeat vmbus packetsLong Li1-3/+7
2016-10-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2016-10-24Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds11-26/+32
2016-10-24Merge tag 'gpio-v4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds8-8/+57
2016-10-24Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-19/+34
2016-10-24cpufreq: intel_pstate: Always set max P-state in performance modeRafael J. Wysocki1-3/+8
2016-10-24nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville1-1/+1
2016-10-24mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin1-2/+4