Searched hist:"0 ec3041e91cf365a76c81b224e85d3c2574fec23" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | vp.h | diff 0ec3041e91cf365a76c81b224e85d3c2574fec23 Mon Apr 04 18:02:28 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)
In struct omap_vp_common, the shift value can be derived from the mask value by using __ffs(), so remove the shift value for the various VPCONFIG bitfields, and use __ffs() in the code for the shift value.
While here, rename field names in kerneldoc comment to match actual field names in structure. Also, cleanup indendentaion for other VP register accesses in omap_vp_init().
No functional changes.
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | vp3xxx_data.c | diff 0ec3041e91cf365a76c81b224e85d3c2574fec23 Mon Apr 04 18:02:28 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)
In struct omap_vp_common, the shift value can be derived from the mask value by using __ffs(), so remove the shift value for the various VPCONFIG bitfields, and use __ffs() in the code for the shift value.
While here, rename field names in kerneldoc comment to match actual field names in structure. Also, cleanup indendentaion for other VP register accesses in omap_vp_init().
No functional changes.
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | vp44xx_data.c | diff 0ec3041e91cf365a76c81b224e85d3c2574fec23 Mon Apr 04 18:02:28 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)
In struct omap_vp_common, the shift value can be derived from the mask value by using __ffs(), so remove the shift value for the various VPCONFIG bitfields, and use __ffs() in the code for the shift value.
While here, rename field names in kerneldoc comment to match actual field names in structure. Also, cleanup indendentaion for other VP register accesses in omap_vp_init().
No functional changes.
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | vp.c | diff 0ec3041e91cf365a76c81b224e85d3c2574fec23 Mon Apr 04 18:02:28 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)
In struct omap_vp_common, the shift value can be derived from the mask value by using __ffs(), so remove the shift value for the various VPCONFIG bitfields, and use __ffs() in the code for the shift value.
While here, rename field names in kerneldoc comment to match actual field names in structure. Also, cleanup indendentaion for other VP register accesses in omap_vp_init().
No functional changes.
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | voltage.c | diff 0ec3041e91cf365a76c81b224e85d3c2574fec23 Mon Apr 04 18:02:28 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)
In struct omap_vp_common, the shift value can be derived from the mask value by using __ffs(), so remove the shift value for the various VPCONFIG bitfields, and use __ffs() in the code for the shift value.
While here, rename field names in kerneldoc comment to match actual field names in structure. Also, cleanup indendentaion for other VP register accesses in omap_vp_init().
No functional changes.
Signed-off-by: Kevin Hilman <khilman@ti.com>
|
H A D | vc.c | diff 0ec3041e91cf365a76c81b224e85d3c2574fec23 Mon Apr 04 18:02:28 CDT 2011 Kevin Hilman <khilman@ti.com> OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)
In struct omap_vp_common, the shift value can be derived from the mask value by using __ffs(), so remove the shift value for the various VPCONFIG bitfields, and use __ffs() in the code for the shift value.
While here, rename field names in kerneldoc comment to match actual field names in structure. Also, cleanup indendentaion for other VP register accesses in omap_vp_init().
No functional changes.
Signed-off-by: Kevin Hilman <khilman@ti.com>
|