[PATCH 11/11] usb: misc: usb3503: Support operation with no I2C control

2013-08-09 Thread Mark Brown
From: Mark Brown Refactor so that register writes for configuration are only performed if the device has a regmap provided and also register as a platform driver. This allows the driver to be used to manage GPIO based control of the device. Signed-off-by: Mark Brown Cc: devicet...@vger.kernel.o

Re: [PATCH 11/11] usb: misc: usb3503: Support operation with no I2C control

2013-08-12 Thread Dongjin Kim
Reviewed-by: Dongjin Kim I like this patch series, I dropped my changes to support non-i2c based operation. On Fri, Aug 9, 2013 at 7:41 PM, Mark Brown wrote: > From: Mark Brown > > Refactor so that register writes for configuration are only performed if > the device has a regmap provided and a