What the PCF05633 calls as a 'GPIO' is much more than the GPIO in the linux
sense and there are only 4 of them - which means, the gpiolib is not used
here.
Signed-off-by: Balaji Rao <[email protected]>
Cc: Andy Green <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
This patch adds basic support for the PCF50633 ADC. The subtractive mode
is not supported yet.
Since we don't have adc subsystem, it currently lives in drivers/mfd.
Signed-off-by: Balaji Rao <[email protected]>
Cc: Andy Green <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
This patch implements the core of the PCF50633 driver. This core driver has
generic register read/write functions and does interrupt management for its
sub devices.
Signed-off-by: Balaji Rao <[email protected]>
Cc: Andy Green <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>