Age | Commit message (Expand) | Author | Files | Lines |
2018-03-24 | i2c: pca-platform: use device_property_read_u32 | Chris Packham | 1 | -7/+6 |
2018-03-24 | i2c: pca-platform: unconditionally use devm_gpiod_get_optional | Chris Packham | 1 | -17/+4 |
2017-07-04 | i2c: pca-platform: propagate error from i2c_pca_add_numbered_bus | Chris Packham | 1 | -3/+3 |
2017-07-04 | i2c: pca-platform: correctly set algo_data.reset_chip | Chris Packham | 1 | -2/+4 |
2017-06-27 | i2c: pca-platform: use dev_warn/dev_info instead of printk | Chris Packham | 1 | -3/+3 |
2017-06-27 | i2c: pca-platform: use device managed allocations | Chris Packham | 1 | -47/+12 |
2017-06-27 | i2c: pca-platform: add devicetree awareness | Chris Packham | 1 | -0/+25 |
2017-06-27 | i2c: pca-platform: switch to struct gpio_desc | Chris Packham | 1 | -24/+19 |
2015-04-23 | i2c: pca-platform: fix broken email address | Wolfram Sang | 1 | -1/+1 |
2014-10-20 | i2c: busses: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-01-24 | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-08-19 | i2c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-02-22 | i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls | Doug Anderson | 1 | -1/+0 |
2012-12-22 | i2c: remove __dev* attributes from subsystem | Bill Pemberton | 1 | -3/+3 |
2012-05-12 | i2c: Dynamically assign adapter id if it wasn't explictly specified | Karol Lewandowski | 1 | -1/+1 |
2012-01-12 | i2c/busses: Use module_platform_driver() | Axel Lin | 1 | -13/+1 |
2010-10-24 | i2c-pca-platform: Change device name of request_irq | Nobuhiro Iwamatsu | 1 | -1/+1 |
2010-09-30 | i2c-pca: Fix waitforcompletion() return value | Yegor Yefremov | 1 | -4/+7 |
2010-05-21 | i2c: Use <linux/io.h> instead of <asm/io.h> | H Hartley Sweeten | 1 | -1/+1 |
2010-01-16 | i2c/pca: Don't use *_interruptible | Wolfram Sang | 1 | -2/+2 |
2009-06-16 | i2c: Use resource_size macro | Linus Walleij | 1 | -6/+4 |
2009-03-28 | i2c-pca-platform: Use defaults if no platform_data given | Wolfram Sang | 1 | -7/+12 |
2009-03-28 | i2c-algo-pca: Use timeout for checking the state machine | Wolfram Sang | 1 | -10/+10 |
2009-03-28 | i2c-algo-pca: Add PCA9665 support | Marco Aurelio da Costa | 1 | -4/+5 |
2008-07-14 | i2c-pca-platform: Fix error code | Wolfram Sang | 1 | -1/+1 |
2008-04-22 | i2c: Add platform driver on top of the new pca-algorithm | Wolfram Sang | 1 | -0/+298 |