index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-bcm-iproc.c
Age
Commit message (
Expand
)
Author
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
2021-08-10
i2c: iproc: fix race between client unreg and tasklet
Dhananjay Phadke
2021-01-05
i2c: iproc: handle rx fifo full interrupt
Rayagonda Kokatanur
2021-01-05
i2c: iproc: handle master read request
Rayagonda Kokatanur
2021-01-05
i2c: iproc: fix typo in slave_isr function
Rayagonda Kokatanur
2021-01-05
i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)
Rayagonda Kokatanur
2021-01-05
i2c: iproc: handle only slave interrupts which are enabled
Rayagonda Kokatanur
2021-01-05
i2c: iproc: handle Master aborted error
Rayagonda Kokatanur
2020-08-25
i2c: iproc: Fix shifting 31 bits
Ray Jui
2020-08-12
i2c: iproc: fix race between client unreg and isr
Dhananjay Phadke
2020-05-20
Merge branch 'i2c/for-current-fixed' into i2c/for-5.8
Wolfram Sang
2020-04-28
i2c: iproc: generate stop event for slave writes
Rayagonda Kokatanur
2020-04-26
i2c: iproc: add support for SMBUS quick cmd
Rayagonda Kokatanur
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2019-11-17
i2c: iproc: Add i2c repeated start capability
Lori Hikichi
2019-09-24
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2019-08-30
i2c: iproc: Make bcm_iproc_i2c_quirks constant
Nishka Dasgupta
2019-08-30
i2c: iproc: Add full name of devicetree node to adapter name
Lori Hikichi
2019-08-30
i2c: iproc: Stop advertising support of SMBUS quick cmd
Lori Hikichi
2019-08-01
i2c: iproc: Fix i2c master read more than 63 bytes
Rayagonda Kokatanur
2019-05-27
i2c: iproc: Add multi byte read-write support for slave mode
Rayagonda Kokatanur
2019-04-23
i2c: iproc: Change driver to use 'BIT' macro
Ray Jui
2019-04-03
i2c: iproc: add NIC I2C support
Rayagonda Kokatanur
2019-04-03
i2c: iproc: use wrapper for read/write access
Rayagonda Kokatanur
2019-04-03
i2c: iproc: add polling support
Rayagonda Kokatanur
2019-04-03
i2c: iproc: Add support for more master error status
Michael Cheng
2019-04-03
i2c: iproc: Add slave mode support
Shreesha Rajashekar
2019-04-03
i2c: iproc: Extend I2C read up to 255 bytes
Shreesha Rajashekar
2017-07-31
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
2016-11-18
i2c: constify i2c_adapter_quirks structures
Julia Lawall
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-15
i2c: bcm-iproc: Use complete() instead of complete_all()
Daniel Wagner
2016-04-11
i2c: bcm-iproc: use new 8 bit address helper function
Wolfram Sang
2016-02-12
i2c: iproc: Support larger TX transfer
Ray Jui
2016-02-12
i2c: iproc: Fix typo in the driver
Ray Jui
2016-02-12
i2c: iproc: Add recovery mechanism in error case
Ray Jui
2015-06-03
i2c: iproc: Add suspend/resume support
Ray Jui
2015-03-13
i2c: bcm-iproc: make use of the new infrastructure for quirks
Wolfram Sang
2015-02-17
i2c: iproc: Add Broadcom iProc I2C Driver
Ray Jui