summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* extcon: max3355: include mod_devicetable.hArnd Bergmann2018-07-111-0/+1
* headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann2018-07-107-0/+7
* Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panicSunil Muthuswamy2018-07-081-0/+110
* slimbus: stream: Fix htmldocs warningsSrinivas Kandagatla2018-07-081-2/+1
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-0788-0/+88
* misc: ti-st: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2018-07-071-1/+2
* android: binder: Drop dependency on !M68KGeert Uytterhoeven2018-07-071-1/+1
* tsl2550: fix lux1_input error in low lightMatt Ranostay2018-07-071-1/+1
* misc: mic: fix passing the current timeArnd Bergmann2018-07-073-3/+14
* siox: don't create a thread without starting itUwe Kleine-König2018-07-071-5/+5
* siox: treat type errors as status errorsUwe Kleine-König2018-07-071-10/+10
* misc: mic: mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
* sgi-xp: xpc_partition: mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+2
* eeprom: at25: mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+4
* misc: ibmvmc: Use GFP_ATOMIC under spin lockWei Yongjun2018-07-071-1/+1
* /dev/mem: Mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
* vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter2018-07-071-2/+2
* nvmem: core: remove unused nvmem_device ncells memberSrinivas Kandagatla2018-07-071-2/+0
* nvmem: rave-sp-eeprom: Remove VLA usageKees Cook2018-07-071-1/+5
* ds2490.c: Move struct open braces to previous lineHenriette Hofmeier2018-07-071-4/+2
* ds2490.c: Remove unnecessary whitespaceHenriette Hofmeier2018-07-071-1/+1
* ds2490.c: Add required spacesHenriette Hofmeier2018-07-071-4/+4
* slimbus: ngd: add stream supportSrinivas Kandagatla2018-07-071-2/+147
* slimbus: stream: add stream supportSrinivas Kandagatla2018-07-074-1/+669
* slimbus: ngd: Add qcom SLIMBus NGD driverSrinivas Kandagatla2018-07-074-0/+1403
* slimbus: messaging: add slim_alloc/free_txn_tid()Srinivas Kandagatla2018-07-072-22/+54
* slimbus: core: add of_slim_device_get() helperSrinivas Kandagatla2018-07-071-0/+39
* slimbus: qcom: remove redundant depends in KconfigSrinivas Kandagatla2018-07-071-1/+0
* slimbus: messaging: initialize completion correctlySrinivas Kandagatla2018-07-071-0/+1
* slimbus: messaging: remove multiple calls to pm_runtime_mark_last_busySrinivas Kandagatla2018-07-071-1/+1
* slimbus: messaging: pass correct wbufSrinivas Kandagatla2018-07-071-1/+1
* ipack: add error handling for ioremap_nocacheZhouyang Jia2018-07-071-0/+7
* Merge tag 'fsi-updates-2018-06-12' of https://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-07-075-87/+1283
|\
| * fsi/sbefifo: Add driver for the SBE FIFOBenjamin Herrenschmidt2018-06-123-0/+1013
| * fsi: scom: Remove PIB reset during probeEddie James2018-06-121-8/+0
| * fsi/master-gpio: Replace bit_bit lock with IRQ disable/enableJeremy Kerr2018-06-121-25/+23
| * fsi/fsi-master-gpio: More error handling cleanupBenjamin Herrenschmidt2018-06-121-21/+5
| * fsi/fsi-master-gpio: Implement CRC error recoveryBenjamin Herrenschmidt2018-06-121-18/+72
| * fsi/gpio: Use relative-addressing commandsJeremy Kerr2018-06-121-11/+91
| * fsi/gpio: Include command build in locked sectionJeremy Kerr2018-06-121-7/+18
| * fsi/fsi-master-gpio: Delay sampling of FSI data inputBenjamin Herrenschmidt2018-06-121-0/+5
| * fsi/fsi-master-gpio: Reduce dpoll clocksBenjamin Herrenschmidt2018-06-121-2/+3
| * fsi/fsi-master-gpio: Reduce turnaround clocksBenjamin Herrenschmidt2018-06-121-1/+1
| * fsi/fsi-master-gpio: Add "no-gpio-delays" optionBenjamin Herrenschmidt2018-06-121-4/+16
| * fsi/fsi-master-gpio: Sample input data on different clock phaseBenjamin Herrenschmidt2018-06-121-3/+5
| * fsi: gpio: Use a mutex to protect transfersJeremy Kerr2018-06-121-22/+64
| * fsi: gpio: Remove unused 'id' variableAndrew Jeffery2018-06-121-2/+1
| * fsi: gpio: Trace busy countAndrew Jeffery2018-06-121-0/+3
* | misc: sram: enable clock before registering regionsJohan Hovold2018-07-061-6/+7
* | misc: sram: fix resource leaks in probe error pathJohan Hovold2018-07-061-1/+8