aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pca-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-23i2c: pca-platform: fix broken email addressWolfram Sang1-1/+1
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-1/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-05-12i2c: Dynamically assign adapter id if it wasn't explictly specifiedKarol Lewandowski1-1/+1
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-13/+1
2010-10-24i2c-pca-platform: Change device name of request_irqNobuhiro Iwamatsu1-1/+1
2010-09-30i2c-pca: Fix waitforcompletion() return valueYegor Yefremov1-4/+7
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2010-01-16i2c/pca: Don't use *_interruptibleWolfram Sang1-2/+2
2009-06-16i2c: Use resource_size macroLinus Walleij1-6/+4
2009-03-28i2c-pca-platform: Use defaults if no platform_data givenWolfram Sang1-7/+12
2009-03-28i2c-algo-pca: Use timeout for checking the state machineWolfram Sang1-10/+10
2009-03-28i2c-algo-pca: Add PCA9665 supportMarco Aurelio da Costa1-4/+5
2008-07-14i2c-pca-platform: Fix error codeWolfram Sang1-1/+1
2008-04-22i2c: Add platform driver on top of the new pca-algorithmWolfram Sang1-0/+298