Am Fri, 20 Mar 2015 16:24:29 +0100
schrieb Geert Uytterhoeven :
> On Fri, Mar 20, 2015 at 3:47 PM, Maxime Ripard
> wrote:
> > On Fri, Mar 20, 2015 at 01:37:50PM +0200, Tomi Valkeinen wrote:
> >> On 15/03/15 00:02, Geert Uytterhoeven wrote:
> >> > On Fri,
Am Fri, 20 Mar 2015 17:25:29 +0200
schrieb Tomi Valkeinen :
> On 20/03/15 16:47, Maxime Ripard wrote:
> > On Fri, Mar 20, 2015 at 01:37:50PM +0200, Tomi Valkeinen wrote:
> >> On 15/03/15 00:02, Geert Uytterhoeven wrote:
> >>> On Fri, Mar 13, 2015 at 10:31 PM,
Am Thu, 19 Mar 2015 14:18:24 +0100
schrieb Maxime Ripard :
> On Mon, Mar 16, 2015 at 06:11:55PM +0100, Thomas Niederprüm wrote:
> > This patch adds the module parameter "refreshrate" to set delay for
> > the deferred io. The refresh rate is given in units of Hertz. The
&g
Am Wed, 18 Mar 2015 20:27:19 +0100
schrieb Maxime Ripard :
> Hi Thomas,
>
> On Mon, Mar 16, 2015 at 06:11:52PM +0100, Thomas Niederprüm wrote:
> > The 130X controllers are very similar from the configuration point
> > of view. The configuration registers for the SSD1305/6/7
This patch adds ssd1307fb_blank() to make the framebuffer capable
of blanking.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 77efed7
This patch adds the solomon prefix for Solomon Systech Limited.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree
The backlight class is used to create userspace handles for
setting the OLED contrast.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/Kconfig | 1 +
drivers/video/fbdev/ssd1307fb.c | 58 +
2 files changed, 59
This patch adds support for the SSD1305 OLED controller.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/video/ssd1307fb.txt | 2 +-
drivers/video/fbdev/ssd1307fb.c | 11 +++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a
ossible to change it individually.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 23 +--
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
ind
memory due to an access to the wrong memory address.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index f7ed6d9
ll is not able to access the video memory from the start to
the next page boundary.
This patch changes the allocation of the video memory to use
__get_free_pages() in order to obtain memory that is aligned
to page boundaries.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/
This patch turns off the display when the driver is unloaded.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 85eeda0
seq"
- added one ACK (Maxime Ripard)
- added Tested-by Olliver Schinagl
Thomas Niederprüm (10):
fbdev: ssd1307fb: fix memory address smem_start.
fbdev: ssd1307fb: Allocate page aligned video memory.
of: Add Solomon Systech vendor prefix.
fbdev: ssd1307fb: Unify init code and obtain
onfiguration written to
the registers at all. Therefore this patch does not try to maintain these
values without changes in DT. For reference an example is added to the DT
bindings documentation that reproduces the configuration that is set in the
current init code.
Signed-off-by: Thomas Niederprü
This patch updates the in tree-users of the SSD1306 controller for using
the newly introduced DT properties.
Signed-off-by: Thomas Niederprüm
---
arch/arm/boot/dts/imx28-cfa10036.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts
b/arch/arm/boot/dts
The logical not needs to be done after the bit masking.
Fixes: a3998fe03e87 ("fbdev: ssd1307fb: Unify init code and obtain
hw specific bits from DT")
Signed-off-by: Thomas Niederprüm
Reported-by: Dan Carpenter
---
drivers/video/fbdev/ssd1307fb.c | 2 +-
1 file changed, 1 inser
This patch turns off the display when the driver is unloaded.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index fee6324
This patch updates the in tree-users of the SSD1306 controller for using
the newly introduced DT properties.
Signed-off-by: Thomas Niederprüm
---
arch/arm/boot/dts/imx28-cfa10036.dts | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts
b/arch/arm/boot
,
while the address presented on a mmap call is aligned to the next page
boudary.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev
es to in tree users of ssd130X
- rebased to apply on top of linux-next
changes since v2 (thanks to Maxime again):
- free memory allocated by vmalloc on driver unload
- set default values in the init code to the ones of the existing ssd1307
init code
- added two ACKs (Maxime Ripard)
Thomas Niede
This patch adds support for the SSD1305 OLED controller.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/video/ssd1307fb.txt | 2 +-
drivers/video/fbdev/ssd1307fb.c | 13 +
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a
play with the specified
depth.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 25 -
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 7c8e627..3cf4da1 100644
--- a/
onfiguration written to
the registers at all. Therefore this patch does not try to maintain these
values without changes in DT. For reference an example is added to the DT
bindings documentation that reproduces the configuration that is set in the
current init code.
Signed-off-by: Thomas Niederprüm
-
This patch adds sysfs handles to enable userspace control over the display
contrast as well as the dim mode. The handles are available as "contrast"
and "dim" in the framebuffers sysfs domain.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fb
It makes sense to use vmalloc to allocate the video buffer since it has to be
page aligned memory for using it with mmap. Also deffered io seems buggy in
combination with kmalloc'ed memory (crash on unloading the module).
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.
This patch adds the solomon prefix for Solomon Systech Limited.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree
This patch adds the module parameter "refreshrate" to set delay for the
deferred io. The refresh rate is given in units of Hertz. The default
refresh rate is 1 Hz.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 23 +--
1 file changed, 17
ll is not able to access the video memory from the start to
the next page boundary.
This patch changes the allocation of the video memory to use
__get_free_pages() in order to obtain memory that is aligned
to page boundaries.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/
ossible to change it individually.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 23 +--
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 284c527..b38973e 100644
---
This patch adds ssd1307fb_blank() to make the framebuffer capable
of blanking.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 061cc95
This patch adds the module parameter "contrast" to determine the
contrast value that is used to initialize the display. This
setting applies to all instances of the driver.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 5 -
1 file changed, 4 insert
This patch turns off the display when the driver is unloaded.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index b38973e
ipard)
- fixed typo: s/REFRASHRATE/REFRESHRATE
- updated the documentation to make clear the unit of com-offset
- move addition of the module parameter contrast to a separate patch (09/11)
- fix indentation errors
- get rid of device_id in the device_info struct
Thomas Niederprüm (11):
memory due to an access to the wrong memory address.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index f7ed6d9
The backlight class is used to create userspace handles for
setting the OLED contrast.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/Kconfig | 1 +
drivers/video/fbdev/ssd1307fb.c | 58 +
2 files changed, 59
onfiguration written to
the registers at all. Therefore this patch does not try to maintain these
values without changes in DT. For reference an example is added to the DT
bindings documentation that reproduces the configuration that is set in the
current init code.
Signed-off-by: Thomas
This patch updates the in tree-users of the SSD1306 controller for using
the newly introduced DT properties.
Signed-off-by: Thomas Niederprüm
---
arch/arm/boot/dts/imx28-cfa10036.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts
b/arch/arm/boot/dts
This patch adds the solomon prefix for Solomon Systech Limited.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree
This patch adds support for the SSD1305 OLED controller.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/video/ssd1307fb.txt | 2 +-
drivers/video/fbdev/ssd1307fb.c | 13 +
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a
Am Tue, 24 Mar 2015 15:14:28 -0700
schrieb Maxime Ripard :
> On Tue, Mar 24, 2015 at 10:23:51PM +0100, Thomas Niederprüm wrote:
> > The 130X controllers are very similar from the configuration point
> > of view. The configuration registers for the SSD1305/6/7 are bit
> > iden
s for
> that after testing your patch-set.
Yeah, it turned out to be quite some work. But I'm glad to see that it
might turn out useful for you and I'm looking forward to see support
added for even more controllers.
> On 24-03-15 22:23, Thomas Niederprüm wrote:
> > The 13
Am Tue, 24 Mar 2015 15:16:36 -0700
schrieb Maxime Ripard :
> On Tue, Mar 24, 2015 at 10:23:56PM +0100, Thomas Niederprüm wrote:
> > This patch adds the module parameter "contrast" to determine the
> > contrast value that is used to initialize the display. This
> > s
Am Wed, 25 Mar 2015 16:50:05 +0100
schrieb Olliver Schinagl :
> Hey Thomas,
>
> On 24-03-15 22:23, Thomas Niederprüm wrote:
> > This patch adds ssd1307fb_blank() to make the framebuffer capable
> > of blanking.
> >
> > Signed-off-by: Thomas Niederprüm
Am Tue, 10 Mar 2015 13:28:25 +0200
schrieb Tomi Valkeinen :
> On 14/02/15 16:22, Thomas Niederprüm wrote:
> > Am Thu, 12 Feb 2015 16:11:21 +0100
> > schrieb Maxime Ripard :
> >
> >> On Sat, Feb 07, 2015 at 04:35:41PM +0100, Thomas Niederprüm wrote:
> >
Am Tue, 10 Mar 2015 12:45:49 +0200
schrieb Tomi Valkeinen :
> On 14/02/15 17:54, Maxime Ripard wrote:
> > On Sat, Feb 07, 2015 at 05:05:03PM +0100, Thomas Niederprüm wrote:
> >> Am Sat, 7 Feb 2015 12:20:43 +0100
> >> schrieb Maxime Ripard :
> >>
> >&
Am Tue, 10 Mar 2015 12:49:19 +0200
schrieb Tomi Valkeinen :
> On 09/02/15 10:52, Maxime Ripard wrote:
> > On Sat, Feb 07, 2015 at 05:42:44PM +0100, Thomas Niederprüm wrote:
> >>>> +static struct device_attribute device_attrs[] = {
> >>>> +__ATTR(c
This patch adds ssd1307fb_blank() to make the framebuffer capable
of blanking.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 4ebfcaf
The backlight class is used to create userspace handles for
setting the OLED contrast.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/Kconfig | 1 +
drivers/video/fbdev/ssd1307fb.c | 58 +
2 files changed, 59 insertions(+)
diff --git a
ossible to change it individually.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 23 +--
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 6fecec8..8a8d305 100644
---
ll is not able to access the video memory from the start to
the next page boundary.
This patch changes the allocation of the video memory to use
__get_free_pages() in order to obtain memory that is aligned
to page boundaries.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.
: Add module parameter bitsperpixel
- add new patch to blank the display (unreviewed)
- allocate video memory through __get_free_pages() rather than vmalloc
(Thanks to Geert Uytterhoeven)
- minor rewordings of the commit messages
Thomas Niederprüm (10):
fbdev: ssd1307fb: fix memory address smem_
This patch turns off the display when the driver is unloaded.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 8a8d305
memory due to an access to the wrong memory address.
Signed-off-by: Thomas Niederprüm
Acked-by: Maxime Ripard
---
drivers/video/fbdev/ssd1307fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index f7ed6d9
This patch adds the solomon prefix for Solomon Systech Limited.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree
This patch adds support for the SSD1305 OLED controller.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/video/ssd1307fb.txt | 2 +-
drivers/video/fbdev/ssd1307fb.c | 13 +
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a
onfiguration written to
the registers at all. Therefore this patch does not try to maintain these
values without changes in DT. For reference an example is added to the DT
bindings documentation that reproduces the configuration that is set in the
current init code.
Signed-off-by: Thomas Niederprüm
-
This patch updates the in tree-users of the SSD1306 controller for using
the newly introduced DT properties.
Signed-off-by: Thomas Niederprüm
---
arch/arm/boot/dts/imx28-cfa10036.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts
b/arch/arm/boot/dts
Am Sat, 7 Feb 2015 11:42:25 +0100
schrieb Maxime Ripard :
> Hi,
>
> On Fri, Feb 06, 2015 at 11:28:08PM +0100, nied...@physik.uni-kl.de
> wrote:
> > From: Thomas Niederprüm
> >
> > This patches unifies the init code for the ssd130X chips and
> > adds
Am Sat, 7 Feb 2015 12:18:21 +0100
schrieb Maxime Ripard :
> Hi,
>
> On Fri, Feb 06, 2015 at 11:28:10PM +0100, nied...@physik.uni-kl.de
> wrote:
> > From: Thomas Niederprüm
> >
> > It makes sense to use vmalloc to allocate the video buffer since it
> > has to
Am Sat, 7 Feb 2015 12:20:43 +0100
schrieb Maxime Ripard :
> On Fri, Feb 06, 2015 at 11:28:11PM +0100, nied...@physik.uni-kl.de
> wrote:
> > From: Thomas Niederprüm
> >
> > This patch adds a module parameter 'bitsperpixel' to adjust the
> > colordept
Am Sat, 7 Feb 2015 12:26:27 +0100
schrieb Maxime Ripard :
> On Fri, Feb 06, 2015 at 11:28:12PM +0100, nied...@physik.uni-kl.de
> wrote:
> > From: Thomas Niederprüm
> >
> > This patch adds the module parameter "delaydivider" to set delay
> > for the defe
Am Sat, 7 Feb 2015 12:43:29 +0100
schrieb Maxime Ripard :
> On Fri, Feb 06, 2015 at 11:28:13PM +0100, nied...@physik.uni-kl.de
> wrote:
> > From: Thomas Niederprüm
> >
> > This patch adds sysfs handles to enable userspace control over the
> > display contras
Am Sat, 7 Feb 2015 12:45:34 +0100
schrieb Maxime Ripard :
> On Fri, Feb 06, 2015 at 11:28:14PM +0100, nied...@physik.uni-kl.de
> wrote:
> > From: Thomas Niederprüm
> >
>
> A commit log is always nice :)
Will be added.
>
> > Signed-off-by: Thomas Niederprüm
Am Samstag, den 07.02.2015, 16:19 +0100 schrieb Noralf Trønnes:
> Hi,
>
> Den 07.02.2015 15:59, skrev Thomas Niederprüm:
> > Am Sat, 7 Feb 2015 11:42:25 +0100
> > schrieb Maxime Ripard :
> >
> >> Hi,
> >>
> >> On Fri, Feb 06, 2015 at
Am Tue, 3 Mar 2015 09:52:55 +0100
schrieb Maxime Ripard :
> Hi,
>
> On Sun, Mar 01, 2015 at 11:27:55PM +0100, Thomas Niederprüm wrote:
> > It makes sense to use vmalloc to allocate the video buffer since it
> > has to be page aligned memory for using it with mmap. Also
Am Thu, 12 Feb 2015 16:11:21 +0100
schrieb Maxime Ripard :
> On Sat, Feb 07, 2015 at 04:35:41PM +0100, Thomas Niederprüm wrote:
> > Am Sat, 7 Feb 2015 12:18:21 +0100
> > schrieb Maxime Ripard :
> >
> > > Hi,
> > >
> > > On Fri, Feb 06, 20
Am Thu, 12 Feb 2015 17:41:47 +0100
schrieb Maxime Ripard :
> On Sat, Feb 07, 2015 at 03:59:33PM +0100, Thomas Niederprüm wrote:
> > Am Sat, 7 Feb 2015 11:42:25 +0100
> > schrieb Maxime Ripard :
> >
> > > Hi,
> > >
> > > On Fri, Feb 06, 20
It makes sense to use vmalloc to allocate the video buffer since it has to be
page aligned memory for using it with mmap. Also deffered io seems buggy in
combination with kmalloc'ed memory (crash on unloading the module).
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.
play with the specified
depth.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 25 -
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index ea58e87..5bf570b 100644
--- a/
This patch turns off the display when the driver is unloaded.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index 2a2e7c3..3b7a69f 100644
--- a/drivers
This patch adds the module parameter "refreshrate" to set delay for the
deferred io. The refresh rate is given in units of Hertz. The default
refresh rate is 1 Hz.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 23 +--
1 file changed, 17
This patch adds sysfs handles to enable userspace control over the display
contrast as well as the dim mode. The handles are available as "contrast"
and "dim" in the brightness group of the framebuffers sysfs domain.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fb
This patch adds support for the SSD1305 OLED controller.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/video/ssd1307fb.txt | 2 +-
drivers/video/fbdev/ssd1307fb.c | 13 +
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a
introducing the new DT properties the in tree users of the SSD1306
controller are updated to be up to date.
Signed-off-by: Thomas Niederprüm
---
arch/arm/boot/dts/imx28-cfa10036.dts | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts
b/arch/arm/boot/dts
,
while the address presented on a mmap call is aligned to the next page
boudary.
Signed-off-by: Thomas Niederprüm
---
drivers/video/fbdev/ssd1307fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/ssd1307fb.c b/drivers/video/fbdev/ssd1307fb.c
index
This patch adds the solomon prefix for Solomon Systech Limited.
Signed-off-by: Thomas Niederprüm
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree
at all. Nevertheless an example is added to the DT bindings
documentation that would lead to the same configuration as the current init
code.
Signed-off-by: Thomas Niederprüm
---
.../devicetree/bindings/video/ssd1307fb.txt| 22 +++
drivers/video/fbdev/ssd1307fb.c| 195
es to in tree users of ssd130X
- rebased to apply on top of linux-nextThis patch series is the result of
making the ssd1307fb driver work with
Thomas Niederprüm (10):
fbdev: ssd1307fb: fix memory address smem_start.
fbdev: ssd1307fb: Use vmalloc to allocate video memory.
Documentation: dts
78 matches
Mail list logo