summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-278-60/+60
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-263-11/+25
|\
| * Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-211-3/+12
| |\
| | * efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-151-3/+12
| * | x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ...Luis R. Rodriguez2015-07-211-6/+9
| * | x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn()Luis R. Rodriguez2015-07-211-2/+4
* | | Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-07-2520-161/+170
|\ \ \
| * | | USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern2015-07-221-1/+1
| * | | cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn2015-07-221-0/+1
| * | | usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectorsHans de Goede2015-07-221-0/+11
| * | | usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum2015-07-221-0/+12
| * | | USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-07-221-6/+1
| * | | usb: core: lpm: set lpm_capable for root hub deviceLu Baolu2015-07-223-3/+7
| * | | Merge tag 'phy-for-4.2-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2015-07-223-133/+45
| |\ \ \
| | * | | phy: berlin-usb: fix divider for BG2Thomas Hebb2015-07-151-1/+1
| | * | | phy: berlin-usb: fix divider for BG2CDThomas Hebb2015-07-151-2/+2
| | * | | phy/pxa: add HAS_IOMEM dependencySebastian Ott2015-07-151-0/+2
| | * | | phy: ti-pipe3: fix suspendRoger Quadros2015-07-151-131/+41
| * | | | xhci: do not report PLC when link is in internal resume stateZhuang Jin Can2015-07-221-1/+8
| * | | | xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can2015-07-223-3/+7
| * | | | xhci: report U3 when link is in resume stateZhuang Jin Can2015-07-221-2/+5
| * | | | xhci: Calculate old endpoints correctly on device resetBrian Campbell2015-07-221-0/+3
| * | | | usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP2015-07-221-1/+1
| * | | | xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani2015-07-221-3/+37
| * | | | xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman2015-07-221-0/+17
| * | | | usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn2015-07-221-0/+4
| * | | | usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda2015-07-201-6/+8
| * | | | usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov2015-07-201-1/+1
| * | | | usb: ulpi: ulpi_init should be executed in subsys_initcallLu Baolu2015-07-201-1/+1
| | |/ / | |/| |
* | | | Merge tag 'tty-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-07-259-23/+52
|\ \ \ \
| * | | | tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley2015-07-231-0/+1
| * | | | serial: core: Fix crashes while echoing when closingPeter Hurley2015-07-231-1/+2
| * | | | Revert "serial: imx: initialized DMA w/o HW flow enabled"David Jander2015-07-231-8/+7
| * | | | sc16is7xx: fix FIFO address of secondary UARTBo Svangård2015-07-231-7/+23
| * | | | sc16is7xx: fix Kconfig dependenciesJakub Kicinski2015-07-231-1/+1
| * | | | serial: etraxfs-uart: Fix release etraxfs_uart_portsAxel Lin2015-07-231-1/+1
| * | | | tty/vt: Fix the memory leak in visual_initDongxing Zhang2015-07-231-0/+2
| * | | | serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-231-2/+2
| * | | | n_tty: signal and flush atomicallyPeter Hurley2015-07-231-3/+13
| |/ / /
* | | | Merge tag 'staging-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-258-26/+31
|\ \ \ \
| * \ \ \ Merge tag 'iio-fixes-for-4.2c' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-238-26/+31
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iio:light:stk3310: make endianness independent of hostHartmut Knaack2015-07-191-6/+6
| | * | | iio:light:stk3310: move device register to end of probeHartmut Knaack2015-07-191-7/+7
| | * | | iio: mma8452: use iio event type IIO_EV_TYPE_MAGMartin Kepplinger2015-07-191-4/+4
| | * | | iio: mcp320x: Fix NULL pointer dereferenceManfred Schlaegl2015-07-191-0/+2
| | * | | iio: adc: vf610: fix the adc register read fail issueFugang Duan2015-07-191-1/+1
| | * | | iio: mlx96014: Replace offset signCrt Mori2015-07-191-1/+1
| | * | | iio: magnetometer: mmc35240: fix SET/RESET sequenceViorel Suman2015-07-191-3/+4
| | * | | iio: magnetometer: mmc35240: Fix SET/RESET maskDaniel Baluta2015-07-191-2/+2
| | * | | iio: magnetometer: mmc35240: Fix crash in pm suspendDaniel Baluta2015-07-191-0/+1