[PATCH 1/2] video: ssd1307fb: Add support for SSD1306 OLED controller

2013-04-22 Thread Maxime Ripard
The Solomon SSD1306 OLED controller is very similar to the SSD1307, except for the fact that the power is given through an external PWM for the 1307, and while the 1306 can generate its own power without any PWM. Signed-off-by: Maxime Ripard --- .../devicetree/bindings/video/ssd1307fb.txt

[PATCH 1/2] video: ssd1307fb: Add support for SSD1306 OLED controller

2013-04-12 Thread Maxime Ripard
The Solomon SSD1306 OLED controller is very similar to the SSD1307, except for the fact that the power is given through an external PWM for the 1307, and while the 1306 can generate its own power without any PWM. Signed-off-by: Maxime Ripard --- .../devicetree/bindings/video/ssd1307fb.txt

Re: [PATCH 1/2] video: ssd1307fb: Add support for SSD1306 OLED controller

2013-03-29 Thread Maxime Ripard
Hi Jean Christophe, Le 29/03/2013 19:38, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 17:44 Wed 06 Mar , Maxime Ripard wrote: [snip] >> static int ssd1307fb_probe(struct i2c_client *client, >> const struct i2c_device_id *id) >> { >> struct fb_info *info; >>

Re: [PATCH 1/2] video: ssd1307fb: Add support for SSD1306 OLED controller

2013-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:44 Wed 06 Mar , Maxime Ripard wrote: > The Solomon SSD1306 OLED controller is very similar to the SSD1307, > except for the fact that the power is given through an external PWM for > the 1307, and while the 1306 can generate its own power without any PWM. > > Signed-off-by: Maxime Ripard

[PATCH 1/2] video: ssd1307fb: Add support for SSD1306 OLED controller

2013-03-06 Thread Maxime Ripard
The Solomon SSD1306 OLED controller is very similar to the SSD1307, except for the fact that the power is given through an external PWM for the 1307, and while the 1306 can generate its own power without any PWM. Signed-off-by: Maxime Ripard --- .../devicetree/bindings/video/ssd1307fb.txt