19 Jan, 2016

1 commit

  • In a number of places we had wordings of the GPL (or LGPL in a few
    cases) license text that were split in such a way that it wasn't caught
    previously. Convert all of these to the correct SPDX-License-Identifier
    tag.

    Signed-off-by: Tom Rini

    Tom Rini
     

20 Dec, 2008

1 commit

  • Initial support for NXP's 4 and 8 bit I2C gpio expanders
    (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
    enables support for the devices while the CONFIG_CMD_PCA953X
    define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
    define enables an 'info' sub-command which provides summary
    information for the given pca953x device.

    Signed-off-by: Peter Tyser

    Peter Tyser