index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-xiic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: xiic: Add max_read_len quirk
Robert Hancock
2019-06-08
1
-0
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
i2c: xiic: Make the start and the byte count write atomic
Shubhrajyoti Datta
2018-09-06
1
-0
/
+4
*
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
2018-05-29
1
-9
/
+2
*
Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18
Wolfram Sang
2018-05-17
1
-1
/
+1
|
\
|
*
i2c: xiic: move header to platform_data
Wolfram Sang
2018-05-17
1
-1
/
+1
*
|
i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected"
Colin Ian King
2018-05-17
1
-2
/
+2
|
/
*
i2c: xiic: Make suspend function names consistent
Moritz Fischer
2018-03-17
1
-4
/
+4
*
i2c: busses: make i2c_adapter const
Bhumika Goyal
2017-08-29
1
-1
/
+1
*
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
2017-07-31
1
-4
/
+2
*
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-22
1
-1
/
+0
*
i2c: xiic: Implement power management
Shubhrajyoti Datta
2016-03-03
1
-7
/
+81
*
i2c: xiic: Replace spinlock with mutex
Lars-Peter Clausen
2015-11-30
1
-6
/
+6
*
i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()
Lars-Peter Clausen
2015-11-20
1
-2
/
+1
*
i2c: Revert "i2c: xiic: Do not reset controller before every transfer"
Lars-Peter Clausen
2015-11-20
1
-0
/
+3
*
i2c: xiic: Do not continue in case of errors in Rx
Shubhrajyoti Datta
2015-08-10
1
-0
/
+2
*
i2c: xiic: Service all interrupts in isr
Shubhrajyoti Datta
2015-08-10
1
-14
/
+10
*
i2c: xiic: Remove the Addressed as slave interrupt
Shubhrajyoti Datta
2015-08-10
1
-1
/
+1
*
i2c: xiic: Remove busy loop while waiting for bus busy
Shubhrajyoti Datta
2015-08-10
1
-1
/
+1
*
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
2015-08-10
1
-7
/
+0
*
i2c: xiic: Do not reset controller before every transfer
Shubhrajyoti Datta
2015-08-10
1
-1
/
+0
*
i2c: xiic: move the xiic_process to thread context
Shubhrajyoti Datta
2015-08-10
1
-13
/
+20
*
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
2015-08-10
1
-3
/
+0
*
i2c: xiic: Fix kerneldoc warnings
Shubhrajyoti Datta
2015-05-12
1
-0
/
+1
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
i2c: xiic: Fix big-endian register access
Thomas Gessler
2014-11-17
1
-5
/
+53
*
|
i2c: remove FSF address
Wolfram Sang
2014-11-07
1
-4
/
+0
|
/
*
i2c: i2c-xiic: Drop class based scanning to improve bootup time
Wolfram Sang
2014-07-16
1
-6
/
+6
*
i2c: i2c-xiic: deprecate class based instantiation
Wolfram Sang
2014-03-28
1
-1
/
+1
*
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-24
1
-1
/
+0
*
i2c: xilinx: Use devm_* functions
Kedareswara rao Appana
2014-01-04
1
-50
/
+15
*
i2c: xilinx: Do not enable irq before irq handler
Michal Simek
2014-01-04
1
-2
/
+2
*
i2c: xilinx: Fix i2c checkpatch warnings
Kedareswara rao Appana
2014-01-04
1
-9
/
+11
*
i2c: Include linux/of.h header
Sachin Kamat
2013-10-30
1
-0
/
+1
*
i2c: xiic: Remove casting the return value which is a void pointer
Jingoo Han
2013-09-30
1
-1
/
+1
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
1
-3
/
+0
*
i2c: use dev_get_platdata()
Jingoo Han
2013-08-19
1
-1
/
+1
*
i2c: xiic: must always write 16-bit words to TX_FIFO
Steven A. Falco
2013-04-23
1
-4
/
+2
*
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-02-22
1
-2
/
+0
*
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-12-22
1
-4
/
+4
*
I2C: xiic: Add OF binding support
Lars-Peter Clausen
2012-05-12
1
-5
/
+18
*
i2c/busses: Use module_platform_driver()
Axel Lin
2012-01-12
1
-16
/
+2
*
misc latin1 to utf8 conversions
Al Viro
2012-01-02
1
-1
/
+1
*
mfd: Use mfd cell platform_data for timberdale cells platform bits
Samuel Ortiz
2011-05-26
1
-2
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
mfd: mfd_cell is now implicitly available to timberdale drivers
Andres Salomon
2011-03-23
1
-1
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Add include to i2c-xii.c to fix build error
Randy Dunlap
2010-03-14
1
-0
/
+1
*
i2c: Add support for Xilinx XPS IIC Bus Interface
Richard Röjfors
2010-03-07
1
-0
/
+824