summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-cpm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-161-1/+3
|\
| * i2c: cpm: remove casting dma_allocVasyl Gomonovych2019-07-051-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
|/
* i2c: busses: make i2c_adapter_quirks constBhumika Goyal2017-08-291-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1Star
* Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-05-201-3/+1Star
|\
| * i2c: cpm: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1Star
* | i2c: cpm: Fix build break due to incompatible pointer typesMichael Ellerman2016-04-221-2/+2
|/
* i2c: cpm: make use of the new infrastructure for quirksWolfram Sang2015-03-131-11/+9Star
* 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: remove FSF addressWolfram Sang2014-11-071-4/+0Star
|/
* i2c: cpm: Fix build by adding of_address.h and of_irq.hScott Wood2014-03-241-0/+2
* i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0Star
* of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-241-1/+1
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-6/+0Star
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-041-2/+2
|\
| * i2c: use platform_{get,set}_drvdata()Jingoo Han2013-06-121-2/+2
* | i2c-cpm: Fix to takeback i2c bus master-ship after a collisionSachin Surendran2013-06-251-0/+8
|/
* 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/busses: Use module_platform_driver()Axel Lin2012-01-121-12/+1Star
* i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely2011-07-251-5/+2Star
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
* of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely2010-09-301-0/+5
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
* i2c: Add OF-style registration and bindingGrant Likely2010-07-061-5/+0Star
* of/i2c: Generalize OF supportGrant Likely2010-07-061-1/+2
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-1/+1
|\
| * i2c-cpm: drop NO_IRQWolfram Sang2010-05-201-1/+1
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-5/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-10/+10
|/
* i2c: Fix stuck transaction on cpm-i2c driverMichael Trimarchi2009-06-221-3/+3
* i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULLMark Ware2009-05-121-8/+8
* i2c-cpm: Detect and report NAK right away instead of timing outMike Ditto2008-12-161-0/+1
* i2c-cpm: Suppress autoprobing for devicesWolfram Sang2008-10-211-1/+0Star
* i2c: Let bus drivers add SPD to their classJean Delvare2008-07-141-1/+1
* i2c-cpm: BugfixesWolfram Sang2008-07-141-4/+4
* i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllersJochen Friedrich2008-07-141-0/+745