[PATCH] ARM: dts: am335x-phycore-som: Move NAND partition table into board files

2015-08-07 Thread Matthias Klein
Partitions which are defined in the som file can not be deleted in the board file. Signed-off-by: Matthias Klein --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 37 - arch/arm/boot/dts/am335x-wega.dtsi| 45 +++ 2 files changed, 45

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

2014-11-06 Thread Matthias Klein
Am 06.11.2014 um 06:29 schrieb Stephen Warren: I guess we should have separate device trees for those, since there are some differences in the GPIO and I2C channel usage. That'd leave us with: bcm2835-rpi-b.dts (Pin3=GPIO0, Pin5=GPIO1, Pin13=GPIO21, I2C-0) bcm2835-rpi-b-rev2.dts (Pin3=GPIO1, Pi

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

2014-11-05 Thread 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 the B+ file which fix the problem that USB is

Re: [PATCH] usb: option: Add ID for Peiker LTE NAD

2014-11-02 Thread Matthias Klein
Am 02.11.2014 um 04:35 schrieb Lars Melin: On 2014-11-01 23:01, Matthias Klein wrote: Add ID of the Peiker LTE NAD for legacy serial interface Signed-off-by: Matthias Klein --- drivers/usb/serial/option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/option.c b

[PATCH] usb: option: Add ID for Peiker LTE NAD

2014-11-01 Thread Matthias Klein
Add ID of the Peiker LTE NAD for legacy serial interface Signed-off-by: Matthias Klein --- drivers/usb/serial/option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d1a3f60..d7f1042 100644 --- a/drivers/usb/serial/option.c

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

2014-10-29 Thread Matthias Klein
Am 29.10.2014 um 02:33 schrieb Stephen Warren: On 10/27/2014 06:52 PM, Matthias Klein wrote: The model B and B+ differ in the GPIO lines for ACT and PWR led. The PWR led on the B+ model is active low. This new file is almost identical to bcm2835-rpi.dts. Perhaps we can use some include files

Re: [PATCH v2] pinctrl: bcm2835: Start GPIO numeration at zero

2014-10-28 Thread Matthias Klein
Am 28.10.2014 um 01:00 schrieb Stephen Warren: On 10/27/2014 05:05 PM, Matthias Klein wrote: - To be in sync with the GPIO numbers in the datasheet / documentation I assume that's only relevant because of the second point; the GPIO IDs in DT files already match the datasheet.

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

2014-10-27 Thread Matthias Klein
The model B and B+ differ in the GPIO lines for ACT and PWR led. The PWR led on the B+ model is active low. Signed-off-by: Matthias Klein --- arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 64 1 file changed, 64 insertions(+) create mode 100644 arch/arm/boot/dts

Re: [PATCH v2] pinctrl: bcm2835: Start GPIO numeration at zero

2014-10-27 Thread Matthias Klein
Am 27.10.2014 um 23:44 schrieb Stephen Warren: On 10/27/2014 04:09 PM, Matthias Klein wrote: Numerate the GPIOs from 0..53 instead of 202..255. What's the motivation for this? The GPIO IDs should all come from DT, which encodes everything as an ID relative to a particular controllers

[PATCH v2] pinctrl: bcm2835: Start GPIO numeration at zero

2014-10-27 Thread Matthias Klein
Numerate the GPIOs from 0..53 instead of 202..255. Signed-off-by: Matthias Klein --- Changes in v2: - fix wrong gpio range 0..54 in comment --- drivers/pinctrl/pinctrl-bcm2835.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-bcm2835.c b/drivers

Re: FlexCAN on i.MX28 interrupt flooding retrying send

2014-03-07 Thread Matthias Klein
Hello Stanislav, I made a similar observation on an i.MX537 with the 3.12.12-rt19 kernel: I see the same interrupt flooed when the bus is disconnected. What do you mean with "kills the machine"? I have a high interrupt load, but the machine is still responsive. Best regards, Matthias --