summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-xiic.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: xiic: Add max_read_len quirkRobert Hancock2019-06-081-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1Star
* i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta2018-09-061-0/+4
* i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-9/+2Star
* Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18Wolfram Sang2018-05-171-1/+1
|\
| * i2c: xiic: move header to platform_dataWolfram Sang2018-05-171-1/+1
* | i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected"Colin Ian King2018-05-171-2/+2
|/
* i2c: xiic: Make suspend function names consistentMoritz Fischer2018-03-171-4/+4
* i2c: busses: make i2c_adapter constBhumika Goyal2017-08-291-1/+1
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-311-4/+2Star
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-1/+0Star
* i2c: xiic: Implement power managementShubhrajyoti Datta2016-03-031-7/+81
* i2c: xiic: Replace spinlock with mutexLars-Peter Clausen2015-11-301-6/+6
* i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen2015-11-201-2/+1Star
* i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen2015-11-201-0/+3
* i2c: xiic: Do not continue in case of errors in RxShubhrajyoti Datta2015-08-101-0/+2
* i2c: xiic: Service all interrupts in isrShubhrajyoti Datta2015-08-101-14/+10Star
* i2c: xiic: Remove the Addressed as slave interruptShubhrajyoti Datta2015-08-101-1/+1
* i2c: xiic: Remove busy loop while waiting for bus busyShubhrajyoti Datta2015-08-101-1/+1
* i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-101-7/+0Star
* i2c: xiic: Do not reset controller before every transferShubhrajyoti Datta2015-08-101-1/+0Star
* i2c: xiic: move the xiic_process to thread contextShubhrajyoti Datta2015-08-101-13/+20
* i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-101-3/+0Star
* i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta2015-05-121-0/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | i2c: xiic: Fix big-endian register accessThomas Gessler2014-11-171-5/+53
* | i2c: remove FSF addressWolfram Sang2014-11-071-4/+0Star
|/
* i2c: i2c-xiic: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-6/+6
* i2c: i2c-xiic: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
* i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0Star
* i2c: xilinx: Use devm_* functionsKedareswara rao Appana2014-01-041-50/+15Star
* i2c: xilinx: Do not enable irq before irq handlerMichal Simek2014-01-041-2/+2
* i2c: xilinx: Fix i2c checkpatch warningsKedareswara rao Appana2014-01-041-9/+11
* i2c: Include linux/of.h headerSachin Kamat2013-10-301-0/+1
* i2c: xiic: Remove casting the return value which is a void pointerJingoo Han2013-09-301-1/+1
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0Star
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco2013-04-231-4/+2Star
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0Star
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-4/+4
* I2C: xiic: Add OF binding supportLars-Peter Clausen2012-05-121-5/+18
* i2c/busses: Use module_platform_driver()Axel Lin2012-01-121-16/+2Star
* misc latin1 to utf8 conversionsAl Viro2012-01-021-1/+1
* mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-261-2/+1Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-231-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Add include to i2c-xii.c to fix build errorRandy Dunlap2010-03-141-0/+1
* i2c: Add support for Xilinx XPS IIC Bus InterfaceRichard Röjfors2010-03-071-0/+824