Searched hist:"1 eb207a9" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-utils.h | 1eb207a9 Tue Aug 06 08:12:33 CDT 2013 Laxman Dewangan <ldewangan@nvidia.com> pinctrl: add utility functions for add map/configs
Some of pincontrol driver needs the utility function to create map list. The utility function needed for adding mux, configs etc.
In place of duplicating this in each driver, add the common utility function in common file and use from device specific driver. This will reduce the duplicating of code across drivers.
Changes from V1: - Add this files in this patch and add common utility APIs to here.
Changes from V2: - Nothing in code. - Added Reviewed by Stephen.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> 1eb207a9 Tue Aug 06 08:12:33 CDT 2013 Laxman Dewangan <ldewangan@nvidia.com> pinctrl: add utility functions for add map/configs Some of pincontrol driver needs the utility function to create map list. The utility function needed for adding mux, configs etc. In place of duplicating this in each driver, add the common utility function in common file and use from device specific driver. This will reduce the duplicating of code across drivers. Changes from V1: - Add this files in this patch and add common utility APIs to here. Changes from V2: - Nothing in code. - Added Reviewed by Stephen. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
H A D | pinctrl-utils.c | 1eb207a9 Tue Aug 06 08:12:33 CDT 2013 Laxman Dewangan <ldewangan@nvidia.com> pinctrl: add utility functions for add map/configs
Some of pincontrol driver needs the utility function to create map list. The utility function needed for adding mux, configs etc.
In place of duplicating this in each driver, add the common utility function in common file and use from device specific driver. This will reduce the duplicating of code across drivers.
Changes from V1: - Add this files in this patch and add common utility APIs to here.
Changes from V2: - Nothing in code. - Added Reviewed by Stephen.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> 1eb207a9 Tue Aug 06 08:12:33 CDT 2013 Laxman Dewangan <ldewangan@nvidia.com> pinctrl: add utility functions for add map/configs Some of pincontrol driver needs the utility function to create map list. The utility function needed for adding mux, configs etc. In place of duplicating this in each driver, add the common utility function in common file and use from device specific driver. This will reduce the duplicating of code across drivers. Changes from V1: - Add this files in this patch and add common utility APIs to here. Changes from V2: - Nothing in code. - Added Reviewed by Stephen. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
H A D | Makefile | 1eb207a9 Tue Aug 06 08:12:33 CDT 2013 Laxman Dewangan <ldewangan@nvidia.com> pinctrl: add utility functions for add map/configs
Some of pincontrol driver needs the utility function to create map list. The utility function needed for adding mux, configs etc.
In place of duplicating this in each driver, add the common utility function in common file and use from device specific driver. This will reduce the duplicating of code across drivers.
Changes from V1: - Add this files in this patch and add common utility APIs to here.
Changes from V2: - Nothing in code. - Added Reviewed by Stephen.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> 1eb207a9 Tue Aug 06 08:12:33 CDT 2013 Laxman Dewangan <ldewangan@nvidia.com> pinctrl: add utility functions for add map/configs Some of pincontrol driver needs the utility function to create map list. The utility function needed for adding mux, configs etc. In place of duplicating this in each driver, add the common utility function in common file and use from device specific driver. This will reduce the duplicating of code across drivers. Changes from V1: - Add this files in this patch and add common utility APIs to here. Changes from V2: - Nothing in code. - Added Reviewed by Stephen. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|