summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | regulator: axp20x: Fix LDO4 linear voltage rangeMaxime Ripard2016-04-261-1/+3
| | |/ / /
* | | | | Merge tag 'regmap-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-133-2/+6
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/...Mark Brown2016-05-133-2/+5
| |\ \ \ \ \ \ \
| | | | * | | | | regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham2016-04-151-1/+1
| | | | | |/ / / | | | | |/| | |
| | * | | | | | regmap: mmio: Parse endianness definitions from DTMark Brown2016-03-301-1/+3
| | * | | | | | regmap: Fix implicit inclusion of device.hMark Brown2016-03-301-0/+1
| | * | | | | | regmap: mmio: Fix value endianness selectionMark Brown2016-03-231-1/+1
| | |/ / / / /
| * | | | | | Merge remote-tracking branch 'regmap/fix/mmio' into regmap-linusMark Brown2016-05-131-0/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | regmap: mmio: Explicitly say little endian is the defualt in the bus configMark Brown2016-03-311-0/+1
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'media/v4.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-05-131-6/+0
|\ \ \ \ \ \
| * | | | | | Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"Mauro Carvalho Chehab2016-05-111-6/+0
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-1314-74/+44
|\ \ \ \ \ \ \
| * | | | | | | drm/amdgpu: fix DP mode validationAlex Deucher2016-05-121-2/+2
| * | | | | | | drm/radeon: fix DP mode validationAlex Deucher2016-05-121-2/+2
| * | | | | | | Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-05-122-1/+11
| |\ \ \ \ \ \ \
| | * | | | | | | drm/radeon: fix PLL sharing on DCE6.1 (v2)Lucas Stach2016-05-051-0/+10
| | * | | | | | | drm/radeon: fix DP link training issue with second 4K monitorArindam Nath2016-05-051-1/+1
| * | | | | | | | Merge tag 'drm-intel-fixes-2016-05-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-05-1210-69/+29
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | drm/i915: Bail out of pipe config compute loop on LPTDaniel Vetter2016-05-101-1/+7
| | * | | | | | | Revert "drm/i915: start adding dp mst audio"Lyude2016-05-045-65/+8
| | * | | | | | | drm/i915/bdw: Add missing delay during L3 SQC credit programmingImre Deak2016-05-041-0/+6
| | * | | | | | | drm/i915/lvds: separate border enable readout from panel fitterJani Nikula2016-05-042-3/+4
| | * | | | | | | drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequencyVille Syrjälä2016-05-042-0/+4
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-123-2/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller2016-05-091-0/+1
| * | | | | | | | | Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski2016-05-091-2/+4
| * | | | | | | | | Input: byd - update copyright headerChris Diamand2016-05-091-0/+4
* | | | | | | | | | Merge tag 'pinctrl-v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-121-0/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | pinctrl: at91-pio4: fix pull-up/down logicLudovic Desroches2016-04-291-0/+2
* | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-05-112-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | qla1280: Don't allocate 512kb of host tagsJohannes Thumshirn2016-04-301-1/+1
| * | | | | | | | | | scsi_dh_alua: uninitialized variable in alua_rtpg()Dan Carpenter2016-04-301-0/+1
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-116-46/+83
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: phylib: fix interrupts re-enablement in phy_startShaohui Xie2016-05-101-3/+5
| * | | | | | | | | | | net: nps_enet: bug fix - handle lost tx interruptsElad Kanfi2016-05-101-0/+15
| * | | | | | | | | | | net: nps_enet: Tx handler synchronizationElad Kanfi2016-05-102-8/+9
| * | | | | | | | | | | Merge tag 'wireless-drivers-for-davem-2016-05-09' of git://git.kernel.org/pub...David S. Miller2016-05-101-35/+48
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge tag 'iwlwifi-for-kalle-2016-05-04' of https://git.kernel.org/pub/scm/li...Kalle Valo2016-05-061-35/+48
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | iwlwifi: mvm: don't override the rate with the AMSDU lenEmmanuel Grumbach2016-05-041-35/+48
| * | | | | | | | | | | | | net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de2016-05-101-0/+4
| * | | | | | | | | | | | | ravb: Add missing free_irq() call to ravb_close()Geert Uytterhoeven2016-05-091-0/+2
* | | | | | | | | | | | | | Merge tag 'spi-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-114-37/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/omap2-mcspi', 'sp...Mark Brown2016-05-064-37/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | spi: spi-ti-qspi: Handle truncated frames properlyBen Hutchings2016-04-131-12/+20
| | | | | * | | | | | | | | | | | | | spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overriddenBen Hutchings2016-04-131-6/+9
| | | | | | |_|_|_|_|_|_|_|_|_|/ / / | | | | | |/| | | | | | | | | | | |
| | | | * / | | | | | | | | | | | | spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPTJarkko Nikula2016-04-261-1/+1
| | | | |/ / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | spi: omap2-mcspi: Undo broken fix for dma transfer of vmalloced bufferAkinobu Mita2016-04-121-17/+45
| | * | | | | | | | | | | | | | | spi: spi-fsl-dspi: Fix cs_change handling in message transferAndrey Vostrikov2016-04-051-2/+2
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-101-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | PCI: Do not treat EPROBE_DEFER as device attach failureLukas Wunner2016-05-021-1/+1