summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-03-311-3/+1
|\
| * dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...Pierre-Yves MORDRET2019-03-251-3/+1
* | Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-302-11/+13
|\ \
| * | leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes2019-03-301-1/+2
| * | leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu2019-03-301-2/+6
| * | leds: trigger: netdev: fix refcnt leak on interface renameRafał Miłecki2019-03-261-8/+5
| |/
* | Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-306-16/+25
|\ \
| * \ Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-03-293-9/+7
| |\ \
| | * | gpio: mockup: use simple_read_from_buffer() in debugfs read callbackBartosz Golaszewski2019-03-281-8/+2
| | * | gpio: mockup: fix debugfs readBartosz Golaszewski2019-03-271-4/+6
| | * | Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery2019-03-271-2/+2
| | * | gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu2019-03-251-0/+2
| * | | gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven2019-03-281-1/+7
| * | | gpio: of: Check for "spi-cs-high" in child instead of parent nodeAndrey Smirnov2019-03-281-3/+3
| * | | gpio: of: Check propname before applying "cs-gpios" quirksAndrey Smirnov2019-03-281-1/+2
| |/ /
| * | gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin2019-03-221-2/+4
| * | gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu2019-03-221-0/+2
| |/
* | Merge tag 'staging-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-3043-4587/+276
|\ \
| * | staging: vt6655: Remove vif check from vnt_interruptMalcolm Priestley2019-03-291-2/+1
| * | staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-03-291-20/+25
| * | staging: octeon-ethernet: fix incorrect PHY modeAaro Koskinen2019-03-263-7/+39
| * | staging: vc04_services: Fix an error code in vchiq_probe()Dan Carpenter2019-03-261-2/+6
| * | staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-03-261-13/+28
| * | staging: vt6655: Fix interrupt race condition on device start up.Malcolm Priestley2019-03-261-4/+4
| * | staging: rtlwifi: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-03-211-0/+2
| * | staging: rtl8712: uninitialized memory in read_bbreg_hdl()Dan Carpenter2019-03-212-10/+2
| * | staging: rtlwifi: rtl8822b: fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-211-0/+2
| * | staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki2019-03-214-11/+16
| * | staging, mt7621-pci: fix build without pci supportMaxim Zhukov2019-03-181-0/+1
| * | staging: speakup_soft: Fix alternate speech with other synthsSamuel Thibault2019-03-183-5/+18
| * | staging: axis-fifo: add CONFIG_OF dependencyArnd Bergmann2019-03-181-0/+1
| * | staging: olpc_dcon_xo_1: add missing 'const' qualifierArnd Bergmann2019-03-181-1/+1
| * | staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott2019-03-183-7/+38
| * | staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2019-03-182-2/+9
| * | staging: mt7621-dts: update ethernet settings.NeilBrown2019-03-182-19/+83
| * | staging: remove mt7621-ethNeilBrown2019-03-1816-4484/+0
| |/
* | Merge tag 'tty-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-3010-51/+74
|\ \
| * | tty: fix NULL pointer issue when tty_port ops is not setFabien Dessenne2019-03-281-5/+5
| * | Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang2019-03-281-1/+3
| * | tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu2019-03-281-3/+21
| * | tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-03-281-12/+12
| * | serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An2019-03-191-11/+1
| * | serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar2019-03-191-16/+8
| * | tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor2019-03-191-1/+1
| * | sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan2019-03-191-2/+10
| * | tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
| * | tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
| * | serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+2
| * | serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+3
| |/
* | Merge tag 'usb-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-3023-37/+110
|\ \