Re: [PATCH] video: fbdev: sis: init.c: Cleaning up redundant condition is always true

2014-07-07 Thread Noralf Tronnes
code... The numbers 800x600 (1024x768) indicate that LCDheight is meant to be used: if((!(VBFlags & CRT1_LCDA)) || ((LCDwidth >= 800) && (LCDheight >= 600))) { regards, Noralf Tronnes -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCH v2] ARM: bcm2835: add device tree for Raspberry Pi model B+

2014-11-06 Thread Noralf Tronnes
Den 06.11.2014 00:45, skrev Matthias Klein: The model B and B+ differ in the GPIO lines for ACT and PWR leds, and the I2S interface. Signed-off-by: Matthias Klein --- Changes in v2: - move the common parts between the B and B+ model into the new bcm2835-rpi.dtsi file - add the I2S signals to

Re: [PATCH v2] ARM: bcm2835: add device tree for Raspberry Pi model B+

2014-11-07 Thread Noralf Tronnes
Den 07.11.2014 05:22, skrev Stephen Warren: On 11/06/2014 12:36 PM, Noralf Tronnes wrote: Den 06.11.2014 00:45, skrev Matthias Klein: The model B and B+ differ in the GPIO lines for ACT and PWR leds, and the I2S interface. Signed-off-by: Matthias Klein --- Changes in v2: - move the common