summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Kconfig : Remove HAS_IOMEM dependency for Graphics supportFarhan Ali2018-03-192-4/+7
| |/ / / /
| * | | | s390/dasd: set timestamps unconditionallyStefan Haberland2018-02-271-12/+13
| * | | | s390/dasd: remove unneeded sanity checkStefan Haberland2018-02-271-2/+7
| * | | | s390/sclp: 64 bit event maskClaudio Imbrenda2018-02-221-1/+1
| * | | | s390/sclp: 32 bit event mask compatibility modeClaudio Imbrenda2018-02-223-8/+33
| * | | | s390/sclp: generic event mask accessorsClaudio Imbrenda2018-02-224-23/+75
| * | | | s390/sclp: clean up, use sccb_mask_t where appropriateClaudio Imbrenda2018-02-223-8/+8
| * | | | s390/dasd: configurable IFCC handlingStefan Haberland2018-02-222-3/+57
| * | | | s390/sclp: Add support for Store Data SCLP interfacePeter Oberparleiter2018-02-223-1/+572
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-04-085-120/+249
|\ \ \ \ \
| * | | | | tpm: fix intermittent failure with self testsJames Bottomley2018-03-233-40/+31
| * | | | | tpm: add retry logicJames Bottomley2018-03-232-15/+61
| * | | | | tpm: self test failure should not cause suspend to failChris Chiu2018-03-231-0/+4
| * | | | | tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-233-13/+26
| * | | | | tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler2018-03-231-2/+3
| * | | | | tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-232-5/+5
| * | | | | tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas2018-03-231-2/+4
| * | | | | tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-233-47/+119
* | | | | | treewide: fix up files incorrectly marked executableLinus Torvalds2018-04-072-0/+0
* | | | | | Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-0720-760/+1880
|\ \ \ \ \ \
| * | | | | | i2c: add support for Socionext SynQuacer I2C controllerArd Biesheuvel2018-04-043-0/+678
| * | | | | | i2c: Update i2c_trace_msg static key to modern apiDavidlohr Bueso2018-04-031-6/+7
| * | | | | | i2c: fix parameter of trace_i2c_resultAhbong Chang2018-04-031-1/+1
| * | | | | | i2c: imx: avoid taking clk_prepare mutex in PM callbacksLucas Stach2018-04-031-2/+2
| * | | | | | i2c: imx: use clk notifier for rate changesLucas Stach2018-04-031-7/+25
| * | | | | | i2c: make i2c_check_addr_validity() staticWolfram Sang2018-03-242-2/+1
| * | | | | | i2c: rcar: fix mask value of prohibited bitHiromitsu Yamasaki2018-03-241-2/+2
| * | | | | | Merge tag 'at24-4.17-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-03-24307-2421/+2842
| |\ \ \ \ \ \
| * | | | | | | i2c: pca-platform: use device_property_read_u32Chris Packham2018-03-241-7/+6
| * | | | | | | i2c: pca-platform: unconditionally use devm_gpiod_get_optionalChris Packham2018-03-241-17/+4
| * | | | | | | i2c: qup: reorganization of driver code to remove polling for qup v2Abhishek Sahu2018-03-241-385/+515
| * | | | | | | i2c: qup: reorganization of driver code to remove polling for qup v1Abhishek Sahu2018-03-241-143/+223
| * | | | | | | i2c: qup: send NACK for last read sub transfersAbhishek Sahu2018-03-241-1/+4
| * | | | | | | i2c: qup: fix buffer overflow for multiple msg of maximum xfer lenAbhishek Sahu2018-03-241-84/+110
| * | | | | | | i2c: qup: change completion timeout according to transfer lengthAbhishek Sahu2018-03-241-3/+10
| * | | | | | | i2c: qup: use the complete transfer length to choose DMA modeAbhishek Sahu2018-03-241-6/+7
| * | | | | | | i2c: qup: proper error handling for i2c error in BAM modeAbhishek Sahu2018-03-241-9/+16
| * | | | | | | i2c: qup: fix the transfer length for BAM RX EOT FLUSH tagsAbhishek Sahu2018-03-241-2/+2
| * | | | | | | i2c: qup: schedule EOT and FLUSH tags at the end of transferAbhishek Sahu2018-03-241-15/+24
| * | | | | | | i2c: qup: remove redundant variables for BAM SG countAbhishek Sahu2018-03-241-24/+18
| * | | | | | | i2c: qup: minor code reorganization for use_dmaAbhishek Sahu2018-03-241-8/+11
| * | | | | | | i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu2018-03-241-0/+2
| * | | | | | | i2c: qup: fix copyrights and update to SPDX identifierAbhishek Sahu2018-03-241-11/+2
| * | | | | | | i2c: xlp9xx: Handle NACK on DATA properlyGeorge Cherian2018-03-171-6/+8
| * | | | | | | i2c: xlp9xx: Check for Bus state before every transferGeorge Cherian2018-03-171-0/+32
| * | | | | | | i2c: designware: suppress unneeded SDA hold time warningsAlexander Monakov2018-03-171-1/+1
| * | | | | | | i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT2018-03-171-2/+6
| * | | | | | | i2c: xiic: Make suspend function names consistentMoritz Fischer2018-03-171-4/+4
| * | | | | | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-03-172-6/+82
| |\ \ \ \ \ \ \
| | * | | | | | | i2c: mux: pca954x: verify the device id of the pca984x chipsPeter Rosin2018-03-061-6/+49