Searched hist:fccc0fcaaae5154612f8259365d26d04f204859f (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | twl4030.h | diff fccc0fcaaae5154612f8259365d26d04f204859f Sun Jun 28 12:52:31 CDT 2009 Tom Rix <Tom.Rix@windriver.com> OMAP3 Move twl4030 mmc function
Because twl4030 now has its own device files, move and rename twl4030_mmc_config.
twl4030_mmc_config initializes the twl4030 power setting to the mmc device. Because it is in the twl4030 power domain, move it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
The function was renamed to twl4030_power_mmc_init because all the functions in this file are to have the format
twl4030_power_<device>_<action>
In this case the suffix is mmc_init so device : mmc action : init
Signed-off-by: Tom Rix <Tom.Rix@windriver.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Heiko Schocher <hs@denx.de>
|
/openbmc/u-boot/drivers/power/ |
H A D | twl4030.c | diff fccc0fcaaae5154612f8259365d26d04f204859f Sun Jun 28 12:52:31 CDT 2009 Tom Rix <Tom.Rix@windriver.com> OMAP3 Move twl4030 mmc function
Because twl4030 now has its own device files, move and rename twl4030_mmc_config.
twl4030_mmc_config initializes the twl4030 power setting to the mmc device. Because it is in the twl4030 power domain, move it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
The function was renamed to twl4030_power_mmc_init because all the functions in this file are to have the format
twl4030_power_<device>_<action>
In this case the suffix is mmc_init so device : mmc action : init
Signed-off-by: Tom Rix <Tom.Rix@windriver.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Heiko Schocher <hs@denx.de>
|
/openbmc/u-boot/include/configs/ |
H A D | omap3_evm.h | diff fccc0fcaaae5154612f8259365d26d04f204859f Sun Jun 28 12:52:31 CDT 2009 Tom Rix <Tom.Rix@windriver.com> OMAP3 Move twl4030 mmc function
Because twl4030 now has its own device files, move and rename twl4030_mmc_config.
twl4030_mmc_config initializes the twl4030 power setting to the mmc device. Because it is in the twl4030 power domain, move it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
The function was renamed to twl4030_power_mmc_init because all the functions in this file are to have the format
twl4030_power_<device>_<action>
In this case the suffix is mmc_init so device : mmc action : init
Signed-off-by: Tom Rix <Tom.Rix@windriver.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Heiko Schocher <hs@denx.de>
|