Re: [PATCH 1/2] video, sm501: add OF binding to support SM501
From: Paul Mundt <hidden>
Date: 2010-12-08 05:36:35
Also in:
linux-devicetree, linuxppc-dev
On Sat, Dec 04, 2010 at 09:23:47AM +0100, Heiko Schocher wrote:
- add binding to OF, compatible name "smi,sm501"
- add read/write functions for using this driver
also on powerpc plattforms
- add commandline options:
sm501.fb_mode:
Specify resolution as "<xres>x<yres>[-<bpp>][@<refresh>]"
sm501.bpp:
Specify bit-per-pixel if not specified mode
- Add support for encoding display mode information
in the device tree using verbatim EDID block.
If the "edid" entry in the "smi,sm501" node is present,
the driver will build mode database using EDID data
and allow setting the display modes from this database.
Signed-off-by: Heiko Schocher <redacted>
cc: linux-fbdev@vger.kernel.org
cc: devicetree-discuss@ozlabs.org
---
based against 2.6.37-rc4
./scripts/checkpatch.pl 0003-video-sm501-add-OF-binding-to-support-SM501.patch lems and is ready for
total: 0 errors, 0 warnings, 1067 lines checked
0003-video-sm501-add-OF-binding-to-support-SM501.patch has no obvious style problems and is ready for submission.
Documentation/kernel-parameters.txt | 7 +
Documentation/powerpc/dts-bindings/sm501.txt | 30 +++
drivers/mfd/sm501.c | 141 ++++++++------
drivers/video/sm501fb.c | 264 +++++++++++++++++---------
include/linux/sm501.h | 8 +
5 files changed, 299 insertions(+), 151 deletions(-)
create mode 100644 Documentation/powerpc/dts-bindings/sm501.txtGiven that this is all SM501 dependent, is there some particular reason why you neglected to Cc the author or the MFD folks?