| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: cpm: Fix i2c_ram structure | Nicolas VINCENT | 2020-09-27 | 1 | -0/+3 |
* | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2019-07-16 | 1 | -1/+3 |
|\ |
|
| * | i2c: cpm: remove casting dma_alloc | Vasyl Gomonovych | 2019-07-05 | 1 | -1/+3 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 1 | -10/+1 |
|/ |
|
* | i2c: busses: make i2c_adapter_quirks const | Bhumika Goyal | 2017-08-29 | 1 | -1/+1 |
* | i2c: don't print error when adding adapter fails | Wolfram Sang | 2016-08-22 | 1 | -3/+1 |
* | Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-05-20 | 1 | -3/+1 |
|\ |
|
| * | i2c: cpm: use new 8 bit address helper function | Wolfram Sang | 2016-04-11 | 1 | -3/+1 |
* | | i2c: cpm: Fix build break due to incompatible pointer types | Michael Ellerman | 2016-04-22 | 1 | -2/+2 |
|/ |
|
* | i2c: cpm: make use of the new infrastructure for quirks | Wolfram Sang | 2015-03-13 | 1 | -11/+9 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | i2c: busses: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | i2c: remove FSF address | Wolfram Sang | 2014-11-07 | 1 | -4/+0 |
|/ |
|
* | i2c: cpm: Fix build by adding of_address.h and of_irq.h | Scott Wood | 2014-03-24 | 1 | -0/+2 |
* | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-24 | 1 | -1/+0 |
* | of/irq: Use irq_of_parse_and_map() | Thierry Reding | 2013-10-24 | 1 | -1/+1 |
* | i2c: move OF helpers into the core | Wolfram Sang | 2013-08-23 | 1 | -6/+0 |
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-07-04 | 1 | -2/+2 |
|\ |
|
| * | i2c: use platform_{get,set}_drvdata() | Jingoo Han | 2013-06-12 | 1 | -2/+2 |
* | | i2c-cpm: Fix to takeback i2c bus master-ship after a collision | Sachin Surendran | 2013-06-25 | 1 | -0/+8 |
|/ |
|
* | 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/busses: Use module_platform_driver() | Axel Lin | 2012-01-12 | 1 | -12/+1 |
* | i2c: Allow i2c_add_numbered_adapter() to assign a bus id | Grant Likely | 2011-07-25 | 1 | -5/+2 |
* | dt: Eliminate of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -5/+4 |
* | of/i2c: Fix module load order issue caused by of_i2c.c | Grant Likely | 2010-09-30 | 1 | -0/+5 |
* | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -4/+4 |
* | i2c: Add OF-style registration and binding | Grant Likely | 2010-07-06 | 1 | -5/+0 |
* | of/i2c: Generalize OF support | Grant Likely | 2010-07-06 | 1 | -1/+2 |
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 1 | -1/+1 |
|\ |
|
| * | i2c-cpm: drop NO_IRQ | Wolfram Sang | 2010-05-20 | 1 | -1/+1 |
* | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -5/+5 |
* | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-19 | 1 | -10/+10 |
|/ |
|
* | i2c: Fix stuck transaction on cpm-i2c driver | Michael Trimarchi | 2009-06-22 | 1 | -3/+3 |
* | i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULL | Mark Ware | 2009-05-12 | 1 | -8/+8 |
* | i2c-cpm: Detect and report NAK right away instead of timing out | Mike Ditto | 2008-12-16 | 1 | -0/+1 |
* | i2c-cpm: Suppress autoprobing for devices | Wolfram Sang | 2008-10-21 | 1 | -1/+0 |
* | i2c: Let bus drivers add SPD to their class | Jean Delvare | 2008-07-14 | 1 | -1/+1 |
* | i2c-cpm: Bugfixes | Wolfram Sang | 2008-07-14 | 1 | -4/+4 |
* | i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllers | Jochen Friedrich | 2008-07-14 | 1 | -0/+745 |