diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-18 10:03:17 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-18 10:03:17 +0200 |
commit | 7a992d3ebdd752eb0bf9d7e64788c509d586549d (patch) | |
tree | a6cc905d801251e4bacd535c1c64840c823d9b4d /arch/arm/mach-omap2 | |
parent | Merge branch '3.8/dss-version' (diff) | |
parent | OMAPFB: use omap_vrfb_supported() (diff) | |
download | linux-7a992d3ebdd752eb0bf9d7e64788c509d586549d.tar.xz linux-7a992d3ebdd752eb0bf9d7e64788c509d586549d.zip |
Merge branch '3.8/vrfb-conversion'
Merge omap vrfb code to remove direct omap platform dependencies from the
driver.
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/sdrc.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-omap2/sdrc.c b/arch/arm/mach-omap2/sdrc.c index e3d345f46409..4282e6e967d6 100644 --- a/arch/arm/mach-omap2/sdrc.c +++ b/arch/arm/mach-omap2/sdrc.c @@ -160,19 +160,3 @@ void __init omap2_sdrc_init(struct omap_sdrc_params *sdrc_cs0, sdrc_write_reg(l, SDRC_POWER); omap2_sms_save_context(); } - -void omap2_sms_write_rot_control(u32 val, unsigned ctx) -{ - sms_write_reg(val, SMS_ROT_CONTROL(ctx)); -} - -void omap2_sms_write_rot_size(u32 val, unsigned ctx) -{ - sms_write_reg(val, SMS_ROT_SIZE(ctx)); -} - -void omap2_sms_write_rot_physical_ba(u32 val, unsigned ctx) -{ - sms_write_reg(val, SMS_ROT_PHYSICAL_BA(ctx)); -} - |