Searched hist:"81 a604823797ddb3aaf2a78cc1c6a1fa8f4d200c" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | voltagedomains44xx_data.c | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | omap_twl.c | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | voltage.h | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | voltagedomains3xxx_data.c | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | voltage.c | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | sr_device.c | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | pm.c | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | io.c | diff 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c Wed Mar 16 16:25:45 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP2+: voltage: start towards a new voltagedomain layer
Start cleaning up the voltage layer to have a voltage domain layer that resembles the structure of the existing clock and power domain layers. To that end:
- move the 'struct voltagedomain' out of 'struct omap_vdd_info' to become the primary data structure.
- convert any functions taking a pointer to struct omap_vdd_info into functions taking a struct voltagedomain pointer.
- convert the register & initialize of voltage domains to look like that of powerdomains
- convert omap_voltage_domain_lookup() to voltdm_lookup(), modeled after the current powerdomain and clockdomain lookup functions.
- omap_voltage_late_init(): only configure VDD info when the vdd_info struct is non-NULL
Signed-off-by: Kevin Hilman <khilman@ti.com>
|