From: Andrew M. <ak...@li...> - 2010-07-01 22:27:40
|
On Tue, 29 Jun 2010 19:28:14 +0900 InKi Dae <ink...@sa...> wrote: > > CPU interface needs cs, wr setup, wr act and hold delay. > I added some members for them to common framework. > > Signed-off-by: InKi Dae <ink...@sa... <mailto:p.o...@sa...>> > Signed-off-by: Kyungmin Park <kyu...@sa... > <mailto:kyu...@sa...>> These email addresses are mangled. > --- a/drivers/video/modedb.c > +++ b/drivers/video/modedb.c > ... > --- a/include/linux/fb.h > +++ b/include/linux/fb.h The patch seems pretty specific to s3c-fb. Is it possible and sensible to somhow avoid adding code to generic files? Can we push more (or all) of these changes into s3c-fb.c or into the arch/arm support code? |