summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvmem: imx-ocotp: reset error status on probeLucas Stach2019-11-051-0/+4
* nvmem: imx: scu: support writePeng Fan2019-11-051-1/+72
* nvmem: imx: scu: support hole region checkPeng Fan2019-11-051-5/+42
* nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to request o...Baolin Wang2019-11-051-12/+1
* char: xillybus: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-051-4/+1
* mei: me: add comet point V device idAlexander Usyskin2019-11-052-0/+2
* mei: bus: prefix device names on bus with the bus nameAlexander Usyskin2019-11-051-4/+5
* Merge tag 'extcon-next-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2019-11-053-3/+21
|\
| * extcon: sm5502: remove redundant assignment to variable cable_typeColin Ian King2019-10-311-1/+1
| * extcon: sm5502: Reset registers during initializationStephan Gerhold2019-10-112-0/+6
| * extcon-intel-cht-wc: Don't reset USB data connection at probeYauhen Kharuzhy2019-09-301-2/+14
* | coresight: etm4x: Fix BMVAL misuseRikard Falkeborn2019-11-041-1/+1
* | coresight: Serialize enabling/disabling a link device.Yabin Cui2019-11-044-52/+90
* | coresight: Add explicit architecture dependencyMark Brown2019-11-041-0/+1
* | coresight: etm4x: Add missing single-shot control API to sysfsMike Leach2019-11-043-1/+149
* | coresight: etm4x: Add view comparator settings API to sysfs.Mike Leach2019-11-041-0/+52
* | coresight: etm4x: Improve usability of sysfs - CID and VMID masks.Mike Leach2019-11-041-2/+8
* | coresight: etm4x: Improve usability of sysfs - include/exclude addr.Mike Leach2019-11-041-5/+9
* | coresight: etm4x: Fix issues with start-stop logic.Mike Leach2019-11-042-4/+36
* | coresight: etm4x: Add missing API to set EL match on address filtersMike Leach2019-11-041-0/+42
* | coresight: etm4x: Fix input validation for sysfs.Mike Leach2019-11-041-8/+13
* | coresight: etm4x: Fixes for ETM v4.4 architecture updates.Mike Leach2019-11-043-11/+21
* | coresight: etm4x: Add support for ThunderX2Tanmay Vilas Kumar Jagdale2019-11-041-0/+1
* | coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray2019-11-043-0/+388
* | drivers: mcb: use symbol namespacesJohannes Thumshirn2019-11-039-15/+22
* | Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-27240-1502/+2156
|\ \
| * \ Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-272-5/+20
| |\ \
| | * \ Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2019-10-252-5/+20
| | |\ \
| | | * | irqchip/sifive-plic: Skip contexts except supervisor in plic_init()Alan Mikhak2019-10-251-2/+2
| | | * | irqchip/gic-v3-its: Use the exact ITSList for VMOVPZenghui Yu2019-10-241-3/+18
| * | | | Merge tag 'tty-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-261-4/+4
| |\ \ \ \
| | * | | | 8250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King2019-10-151-4/+4
| * | | | | Merge tag 'staging-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-261-4/+2
| |\ \ \ \ \
| | * | | | | staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYSColin Ian King2019-10-141-4/+2
| | |/ / / /
| * | | | | Merge tag 'char-misc-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-262-9/+4
| |\ \ \ \ \
| | * | | | | binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-172-9/+4
| | |/ / / /
| * | | | | Merge tag 'usb-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-267-44/+47
| |\ \ \ \ \
| | * | | | | usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros2019-10-181-1/+3
| | * | | | | USB: ldusb: fix read info leaksJohan Hovold2019-10-181-7/+11
| | * | | | | Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-181-8/+4
| | |\ \ \ \ \
| | | * | | | | USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold2019-10-161-2/+2
| | | * | | | | USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold2019-10-161-7/+3
| | | |/ / / /
| | * | | | | USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-151-1/+3
| | * | | | | usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva2019-10-151-3/+3
| | * | | | | usb: cdns3: Fix dequeue implementation.Pawel Laszczak2019-10-151-15/+20
| | * | | | | USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter2019-10-151-1/+1
| | * | | | | USB: legousbtower: fix memleak on disconnectJohan Hovold2019-10-151-4/+1
| | * | | | | USB: ldusb: fix memleak on disconnectJohan Hovold2019-10-151-4/+1
| | |/ / / /
| * | | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-263-29/+48
| |\ \ \ \ \
| | * | | | | i2c: stm32f7: remove warning when compiling with W=1Alain Volmat2019-10-241-1/+1