index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
Kconfig : Remove HAS_IOMEM dependency for Graphics support
Farhan Ali
2018-03-19
2
-4
/
+7
|
|
/
/
/
/
|
*
|
|
|
s390/dasd: set timestamps unconditionally
Stefan Haberland
2018-02-27
1
-12
/
+13
|
*
|
|
|
s390/dasd: remove unneeded sanity check
Stefan Haberland
2018-02-27
1
-2
/
+7
|
*
|
|
|
s390/sclp: 64 bit event mask
Claudio Imbrenda
2018-02-22
1
-1
/
+1
|
*
|
|
|
s390/sclp: 32 bit event mask compatibility mode
Claudio Imbrenda
2018-02-22
3
-8
/
+33
|
*
|
|
|
s390/sclp: generic event mask accessors
Claudio Imbrenda
2018-02-22
4
-23
/
+75
|
*
|
|
|
s390/sclp: clean up, use sccb_mask_t where appropriate
Claudio Imbrenda
2018-02-22
3
-8
/
+8
|
*
|
|
|
s390/dasd: configurable IFCC handling
Stefan Haberland
2018-02-22
2
-3
/
+57
|
*
|
|
|
s390/sclp: Add support for Store Data SCLP interface
Peter Oberparleiter
2018-02-22
3
-1
/
+572
*
|
|
|
|
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
2018-04-08
5
-120
/
+249
|
\
\
\
\
\
|
*
|
|
|
|
tpm: fix intermittent failure with self tests
James Bottomley
2018-03-23
3
-40
/
+31
|
*
|
|
|
|
tpm: add retry logic
James Bottomley
2018-03-23
2
-15
/
+61
|
*
|
|
|
|
tpm: self test failure should not cause suspend to fail
Chris Chiu
2018-03-23
1
-0
/
+4
|
*
|
|
|
|
tpm2: add longer timeouts for creation commands.
Tomas Winkler
2018-03-23
3
-13
/
+26
|
*
|
|
|
|
tpm_crb: use __le64 annotated variable for response buffer address
Tomas Winkler
2018-03-23
1
-2
/
+3
|
*
|
|
|
|
tpm: fix buffer type in tpm_transmit_cmd
Winkler, Tomas
2018-03-23
2
-5
/
+5
|
*
|
|
|
|
tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
Winkler, Tomas
2018-03-23
1
-2
/
+4
|
*
|
|
|
|
tpm: cmd_ready command can be issued only after granting locality
Tomas Winkler
2018-03-23
3
-47
/
+119
*
|
|
|
|
|
treewide: fix up files incorrectly marked executable
Linus Torvalds
2018-04-07
2
-0
/
+0
*
|
|
|
|
|
Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-04-07
20
-760
/
+1880
|
\
\
\
\
\
\
|
*
|
|
|
|
|
i2c: add support for Socionext SynQuacer I2C controller
Ard Biesheuvel
2018-04-04
3
-0
/
+678
|
*
|
|
|
|
|
i2c: Update i2c_trace_msg static key to modern api
Davidlohr Bueso
2018-04-03
1
-6
/
+7
|
*
|
|
|
|
|
i2c: fix parameter of trace_i2c_result
Ahbong Chang
2018-04-03
1
-1
/
+1
|
*
|
|
|
|
|
i2c: imx: avoid taking clk_prepare mutex in PM callbacks
Lucas Stach
2018-04-03
1
-2
/
+2
|
*
|
|
|
|
|
i2c: imx: use clk notifier for rate changes
Lucas Stach
2018-04-03
1
-7
/
+25
|
*
|
|
|
|
|
i2c: make i2c_check_addr_validity() static
Wolfram Sang
2018-03-24
2
-2
/
+1
|
*
|
|
|
|
|
i2c: rcar: fix mask value of prohibited bit
Hiromitsu Yamasaki
2018-03-24
1
-2
/
+2
|
*
|
|
|
|
|
Merge tag 'at24-4.17-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...
Wolfram Sang
2018-03-24
307
-2421
/
+2842
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
i2c: pca-platform: use device_property_read_u32
Chris Packham
2018-03-24
1
-7
/
+6
|
*
|
|
|
|
|
|
i2c: pca-platform: unconditionally use devm_gpiod_get_optional
Chris Packham
2018-03-24
1
-17
/
+4
|
*
|
|
|
|
|
|
i2c: qup: reorganization of driver code to remove polling for qup v2
Abhishek Sahu
2018-03-24
1
-385
/
+515
|
*
|
|
|
|
|
|
i2c: qup: reorganization of driver code to remove polling for qup v1
Abhishek Sahu
2018-03-24
1
-143
/
+223
|
*
|
|
|
|
|
|
i2c: qup: send NACK for last read sub transfers
Abhishek Sahu
2018-03-24
1
-1
/
+4
|
*
|
|
|
|
|
|
i2c: qup: fix buffer overflow for multiple msg of maximum xfer len
Abhishek Sahu
2018-03-24
1
-84
/
+110
|
*
|
|
|
|
|
|
i2c: qup: change completion timeout according to transfer length
Abhishek Sahu
2018-03-24
1
-3
/
+10
|
*
|
|
|
|
|
|
i2c: qup: use the complete transfer length to choose DMA mode
Abhishek Sahu
2018-03-24
1
-6
/
+7
|
*
|
|
|
|
|
|
i2c: qup: proper error handling for i2c error in BAM mode
Abhishek Sahu
2018-03-24
1
-9
/
+16
|
*
|
|
|
|
|
|
i2c: qup: fix the transfer length for BAM RX EOT FLUSH tags
Abhishek Sahu
2018-03-24
1
-2
/
+2
|
*
|
|
|
|
|
|
i2c: qup: schedule EOT and FLUSH tags at the end of transfer
Abhishek Sahu
2018-03-24
1
-15
/
+24
|
*
|
|
|
|
|
|
i2c: qup: remove redundant variables for BAM SG count
Abhishek Sahu
2018-03-24
1
-24
/
+18
|
*
|
|
|
|
|
|
i2c: qup: minor code reorganization for use_dma
Abhishek Sahu
2018-03-24
1
-8
/
+11
|
*
|
|
|
|
|
|
i2c: qup: fixed releasing dma without flush operation completion
Abhishek Sahu
2018-03-24
1
-0
/
+2
|
*
|
|
|
|
|
|
i2c: qup: fix copyrights and update to SPDX identifier
Abhishek Sahu
2018-03-24
1
-11
/
+2
|
*
|
|
|
|
|
|
i2c: xlp9xx: Handle NACK on DATA properly
George Cherian
2018-03-17
1
-6
/
+8
|
*
|
|
|
|
|
|
i2c: xlp9xx: Check for Bus state before every transfer
George Cherian
2018-03-17
1
-0
/
+32
|
*
|
|
|
|
|
|
i2c: designware: suppress unneeded SDA hold time warnings
Alexander Monakov
2018-03-17
1
-1
/
+1
|
*
|
|
|
|
|
|
i2c: mv64xxx: Apply errata delay only in standard mode
Gregory CLEMENT
2018-03-17
1
-2
/
+6
|
*
|
|
|
|
|
|
i2c: xiic: Make suspend function names consistent
Moritz Fischer
2018-03-17
1
-4
/
+4
|
*
|
|
|
|
|
|
Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...
Wolfram Sang
2018-03-17
2
-6
/
+82
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
i2c: mux: pca954x: verify the device id of the pca984x chips
Peter Rosin
2018-03-06
1
-6
/
+49
[prev]
[next]