summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Remove redundant variable 'approved'Colin Ian King2018-07-251-2/+0
* thunderbolt: Use correct ICM commands in system suspendMika Westerberg2018-07-251-5/+13
* thunderbolt: No need to take tb->lock in domain suspend/completeMika Westerberg2018-07-251-14/+1
* thunderbolt: Do not unnecessarily call ICM get routeMika Westerberg2018-07-251-9/+26
* thunderbolt: Use 64-bit DMA mask if supported by the platformMika Westerberg2018-07-251-0/+8
* thunderbolt: Fix small typo in variable nameNathan Ciobanu2018-07-251-1/+1
* android: binder: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+3
* android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+1
* mei: add mei_msg_hdr_init wrapper.Tomas Winkler2018-07-242-15/+20
* mei: move hbuf_depth from the mei device to the hw modulesTomas Winkler2018-07-245-49/+58
* mei: cleanup slots to data conversionsTomas Winkler2018-07-244-12/+14
* Merge tag 'fsi-updates-2018-07-24' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-07-247-62/+2006
|\
| * fsi: Add support for device-tree provided chip IDsBenjamin Herrenschmidt2018-07-231-0/+24
| * fsi: sbefifo: Fix inconsistent use of ffdc mutexBenjamin Herrenschmidt2018-07-231-4/+9
| * fsi: master-ast-cf: Add new FSI master using Aspeed ColdFireBenjamin Herrenschmidt2018-07-234-0/+1605
| * Merge remote-tracking branch 'gpio/ib-aspeed' into upstream-readyBenjamin Herrenschmidt2018-07-231311-9970/+13026
| |\
| | * gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt2018-07-021-20/+231
| | * gpio: aspeed: Add command source registersBenjamin Herrenschmidt2018-07-021-0/+54
| | * gpio: aspeed: Add "Read Data" register to read the write latchBenjamin Herrenschmidt2018-07-021-2/+27
| | * gpio: aspeed: Rework register type accessorsBenjamin Herrenschmidt2018-07-021-49/+69
* | | uio: add SPDX license tagsStephen Hemminger2018-07-216-10/+6
* | | uio: fix wrong return value from uio_mmap()Hailong Liu2018-07-211-1/+1
* | | uio: add SPDX license tagStephen Hemminger2018-07-211-2/+1
* | | Merge tag 'extcon-next-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-07-213-18/+9
|\ \ \
| * | | extcon: Release locking when sending the notification of connector stateChanwoo Choi2018-07-121-1/+2
| * | | extcon: usbc-cros-ec: Switch to SPDX identifier.Enric Balletbo i Serra2018-07-121-15/+5
| * | | extcon: usbc-cros-ec: Make license text and module license match.Enric Balletbo i Serra2018-07-121-1/+1
| * | | extcon: int3496: Use proper GPIO includeWolfram Sang2018-07-121-1/+1
| | |/ | |/|
* | | misc: vexpress/syscfg: Use devm_ioremap_resource() to map memorySudeep Holla2018-07-161-7/+3
* | | drivers/misc: Aspeed LPC snoop output using misc chardevRobert Lippert2018-07-161-10/+74
* | | mei: bus: suppress sign-compare warningsTomas Winkler2018-07-161-3/+3
* | | gnss: fix potential error pointer dereferenceDan Carpenter2018-07-161-2/+2
* | | gnss: ubx: make struct ubx_gserial_ops staticColin Ian King2018-07-161-1/+1
* | | virtio: virtconsole: Use seq_file for debugfs operationsTuomas Tynkkynen2018-07-161-38/+22
* | | vme: ca91cx42: remove redundant variable iColin Ian King2018-07-161-2/+0
* | | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-16314-1239/+2836
|\ \ \
| * \ \ Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2018-07-142-6/+6
| |\ \ \
| | * | | rtc: fix alarm read and set offsetAlexandre Belloni2018-07-131-3/+5
| | * | | rtc: mrst: fix error code in probe()Dan Carpenter2018-06-201-3/+1
| | |/ /
| * | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-07-133-11/+19
| |\ \ \
| | * | | i2c: recovery: if possible send STOP with recovery pulsesWolfram Sang2018-07-121-1/+10
| | * | | i2c: tegra: Fix NACK error handlingJon Hunter2018-07-101-9/+8
| | * | | i2c: stu300: use non-archaic spelling of failesThadeu Lima de Souza Cascardo2018-07-031-1/+1
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-07-131-1/+1
| |\ \ \ \
| | * | | | clocksource: arm_arch_timer: Set arch_mem_timer cpumask to cpu_possible_maskSudeep Holla2018-07-101-1/+1
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-07-138-27/+39
| |\ \ \ \ \
| | * | | | | RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathKamal Heib2018-07-111-6/+12
| | * | | | | RDMA/uverbs: Don't fail in creation of multiple flowsLeon Romanovsky2018-07-031-1/+1
| | * | | | | IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl2018-06-265-9/+9
| | * | | | | RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flowLeon Romanovsky2018-06-251-11/+12