summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-xiic.c
Commit message (Expand)AuthorAge
* i2c: busses: make i2c_adapter constBhumika Goyal2017-08-29
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-31
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-22
* i2c: xiic: Implement power managementShubhrajyoti Datta2016-03-03
* i2c: xiic: Replace spinlock with mutexLars-Peter Clausen2015-11-30
* i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen2015-11-20
* i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen2015-11-20
* i2c: xiic: Do not continue in case of errors in RxShubhrajyoti Datta2015-08-10
* i2c: xiic: Service all interrupts in isrShubhrajyoti Datta2015-08-10
* i2c: xiic: Remove the Addressed as slave interruptShubhrajyoti Datta2015-08-10
* i2c: xiic: Remove busy loop while waiting for bus busyShubhrajyoti Datta2015-08-10
* i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-10
* i2c: xiic: Do not reset controller before every transferShubhrajyoti Datta2015-08-10
* i2c: xiic: move the xiic_process to thread contextShubhrajyoti Datta2015-08-10
* i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-10
* i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta2015-05-12
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | i2c: xiic: Fix big-endian register accessThomas Gessler2014-11-17
* | i2c: remove FSF addressWolfram Sang2014-11-07
|/
* i2c: i2c-xiic: Drop class based scanning to improve bootup timeWolfram Sang2014-07-16
* i2c: i2c-xiic: deprecate class based instantiationWolfram Sang2014-03-28
* i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-24
* i2c: xilinx: Use devm_* functionsKedareswara rao Appana2014-01-04
* i2c: xilinx: Do not enable irq before irq handlerMichal Simek2014-01-04
* i2c: xilinx: Fix i2c checkpatch warningsKedareswara rao Appana2014-01-04
* i2c: Include linux/of.h headerSachin Kamat2013-10-30
* i2c: xiic: Remove casting the return value which is a void pointerJingoo Han2013-09-30
* i2c: move OF helpers into the coreWolfram Sang2013-08-23
* i2c: use dev_get_platdata()Jingoo Han2013-08-19
* i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco2013-04-23
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-22
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-22
* I2C: xiic: Add OF binding supportLars-Peter Clausen2012-05-12
* i2c/busses: Use module_platform_driver()Axel Lin2012-01-12
* misc latin1 to utf8 conversionsAl Viro2012-01-02
* mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-26
* Fix common misspellingsLucas De Marchi2011-03-31
* mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-23
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Add include to i2c-xii.c to fix build errorRandy Dunlap2010-03-14
* i2c: Add support for Xilinx XPS IIC Bus InterfaceRichard Röjfors2010-03-07