NAK on this one..

On Saturday 30 August 2008, Felipe Balbi wrote:
> --- a/drivers/i2c/chips/Kconfig
> +++ b/drivers/i2c/chips/Kconfig
> @@ -137,6 +137,13 @@ config TPS65010
>           This driver can also be built as a module.  If so, the module
>           will be called tps65010.
>  
> +config GPIOEXPANDER_OMAP
> +       bool "GPIO Expander PCF8574PWR for OMAP"
> +       depends on I2C && (ARCH_OMAP16XX || ARCH_OMAP24XX)
> +       help
> +         If you say yes here you get support for I/O expander calls
> +         to configure IrDA, Camera and audio devices.
> +
>  config SENSORS_MAX6875
>         tristate "Maxim MAX6875 Power supply supervisor"
>         depends on EXPERIMENTAL

But drivers/gpio/pcf857x.c does just fine for this chip.  Rather
than push this upstream, switch over all users and delete this code.

ISTR having an example patch doing this for H4 boards.  I'll
dig that up and post it when I have time to refresh the code.

The only other user of this hack is the H3 board support.

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to