Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
74aaf024
Commit
74aaf024
authored
Mar 10, 2009
by
Paul Mundt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sh/stable-updates'
parents
e161183b
467fc498
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
arch/sh/boards/board-ap325rxa.c
arch/sh/boards/board-ap325rxa.c
+1
-0
drivers/video/sh_mobile_lcdcfb.c
drivers/video/sh_mobile_lcdcfb.c
+2
-4
No files found.
arch/sh/boards/board-ap325rxa.c
View file @
74aaf024
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include <linux/gpio.h>
#include <linux/gpio.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi_gpio.h>
#include <linux/spi/spi_gpio.h>
#include <media/soc_camera.h>
#include <media/soc_camera_platform.h>
#include <media/soc_camera_platform.h>
#include <media/sh_mobile_ceu.h>
#include <media/sh_mobile_ceu.h>
#include <video/sh_mobile_lcdc.h>
#include <video/sh_mobile_lcdc.h>
...
...
drivers/video/sh_mobile_lcdcfb.c
View file @
74aaf024
...
@@ -446,7 +446,6 @@ static void sh_mobile_lcdc_stop(struct sh_mobile_lcdc_priv *priv)
...
@@ -446,7 +446,6 @@ static void sh_mobile_lcdc_stop(struct sh_mobile_lcdc_priv *priv)
{
{
struct
sh_mobile_lcdc_chan
*
ch
;
struct
sh_mobile_lcdc_chan
*
ch
;
struct
sh_mobile_lcdc_board_cfg
*
board_cfg
;
struct
sh_mobile_lcdc_board_cfg
*
board_cfg
;
unsigned
long
tmp
;
int
k
;
int
k
;
/* tell the board code to disable the panel */
/* tell the board code to disable the panel */
...
@@ -456,9 +455,8 @@ static void sh_mobile_lcdc_stop(struct sh_mobile_lcdc_priv *priv)
...
@@ -456,9 +455,8 @@ static void sh_mobile_lcdc_stop(struct sh_mobile_lcdc_priv *priv)
if
(
board_cfg
->
display_off
)
if
(
board_cfg
->
display_off
)
board_cfg
->
display_off
(
board_cfg
->
board_data
);
board_cfg
->
display_off
(
board_cfg
->
board_data
);
/* cleanup deferred io if SYS bus */
/* cleanup deferred io if enabled */
tmp
=
ch
->
cfg
.
sys_bus_cfg
.
deferred_io_msec
;
if
(
ch
->
info
.
fbdefio
)
{
if
(
ch
->
ldmt1r_value
&
(
1
<<
12
)
&&
tmp
)
{
fb_deferred_io_cleanup
(
&
ch
->
info
);
fb_deferred_io_cleanup
(
&
ch
->
info
);
ch
->
info
.
fbdefio
=
NULL
;
ch
->
info
.
fbdefio
=
NULL
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment