summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-0411-74/+1293
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2015-07-0311-74/+1293
| |\
| | * Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen2015-07-011-5/+14
| | * Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov2015-07-011-1/+1
| | * Input: arc_ps2 - add HAS_IOMEM dependencySebastian Ott2015-06-291-0/+1
| | * Input: wdt87xx_i2c - fix format warningDmitry Torokhov2015-06-291-1/+1
| | * Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-253-27/+46
| | * Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov2015-06-251-6/+1
| | * Input: use for_each_set_bit() where appropriateAnshul Garg2015-06-251-25/+9
| | * Input: add a driver for wdt87xx touchscreen controllerHungNien Chen2015-06-243-0/+1153
| | * Input: axp20x-pek - fix reporting button state as invertedHans de Goede2015-06-241-2/+6
| | * Input: xpad - re-send LED command on present eventPavel Rojtberg2015-06-221-8/+20
| | * Input: xpad - set the LEDs properly on XBox Wireless controllersPierre-Loup A. Griffais2015-06-221-5/+45
| | * Input: imx_keypad - check for clk_prepare_enable() errorFabio Estevam2015-06-221-1/+3
* | | Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-07-031-1/+1
|\ \ \
| * | | drm/crtc: Fix edid length computationShixin Zeng2015-07-041-1/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-0310-25/+292
|\ \ \ \
| * | | | virtio-pci: alloc only resources actually used.Gerd Hoffmann2015-06-244-14/+32
| * | | | macvtap/tun: cross-endian support for little-endian hostsGreg Kurz2015-06-013-2/+128
| * | | | vhost: cross-endian support for legacy devicesGreg Kurz2015-06-013-3/+108
| * | | | virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-013-3/+6
| * | | | vhost: introduce vhost_is_little_endian() helperGreg Kurz2015-06-011-6/+11
| * | | | macvtap: introduce macvtap_is_little_endian() helperGreg Kurz2015-06-011-2/+7
| * | | | tun: add tun_is_little_endian() helperGreg Kurz2015-06-011-2/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-4/+2
|\ \ \ \ \
| * | | | | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-4/+2
* | | | | | Merge tag 'remoteproc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2015-07-037-29/+366
|\ \ \ \ \ \
| * | | | | | remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen2015-06-181-0/+7
| * | | | | | remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3Dave Gerlach2015-06-173-0/+271
| * | | | | | remoteproc: add a rproc ops for performing address translationSuman Anna2015-06-171-6/+25
| * | | | | | remoteproc: introduce rproc_get_by_phandle APIDave Gerlach2015-06-161-0/+50
| * | | | | | remoteproc: fix various checkpatch warningsSuman Anna2015-05-022-19/+10
| * | | | | | remoteproc/davinci: fix quoted split string checkpatch warningSuman Anna2015-05-021-2/+1
| * | | | | | remoteproc/ste: add blank lines after declarationsSuman Anna2015-05-021-2/+2
| |/ / / / /
* | | | | | Merge tag 'hwspinlock-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2015-07-036-4/+436
|\ \ \ \ \ \
| * | | | | | hwspinlock: qcom: Correct msb in regmap_fieldBjorn Andersson2015-07-011-1/+1
| * | | | | | hwspinlock: add a CSR atlas7 driverWei Chen2015-06-123-0/+149
| * | | | | | hwspinlock: qcom: Add support for Qualcomm HW Mutex blockBjorn Andersson2015-05-023-0/+194
| * | | | | | hwspinlock/omap: add support for dt nodesSuman Anna2015-05-021-4/+14
| * | | | | | hwspinlock/core: add device tree supportSuman Anna2015-05-021-0/+79
| |/ / / / /
* | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-032-26/+27
|\ \ \ \ \ \
| * | | | | | hwmon: (w83627ehf) Use swap() in w82627ehf_swap_tempreg()Fabian Frederick2015-07-031-21/+5
| * | | | | | hwmon: (w83792d) Additional PWM outputs supportRoger Lucas2015-07-031-5/+22
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-031-2/+7
|\ \ \ \ \ \ \
| * | | | | | | NVMe: Fix irq freeing when queue_request_irq failsJon Derrick2015-07-021-2/+7
* | | | | | | | Merge tag 'fbdev-fixes-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-031-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | OMAPDSS: fix probing if rfbi device is enabledTomi Valkeinen2015-07-021-0/+9
* | | | | | | | | Merge tag 'edac_urgent_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-07-033-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | EDAC, octeon: Fix broken build due to model helper renamesAaro Koskinen2015-07-023-3/+3
* | | | | | | | | | crypto: marvell/cesa - another fix up for of_get_named_gen_pool() renameStephen Rothwell2015-07-031-2/+2
| |_|_|/ / / / / / |/| | | | | | | |