[PATCH] ARM: sun4i: fix a typo so that iteaduino-plus DTB builds

2015-10-16 Thread Lubomir Rintel
Signed-off-by: Lubomir Rintel <lkund...@v3.sk> --- arch/arm/boot/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 815bd3b..a0c439f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Ma

[PATCH] bcm2835: Add Raspberry Pi thermal sensor to the device tree

2015-10-11 Thread Lubomir Rintel
Driven via the Raspberry Pi VideoCore 4 firmware interface. Signed-off-by: Lubomir Rintel <lkund...@v3.sk> Cc: Stephen Warren <swar...@wwwdotorg.org> Cc: Lee Jones <l...@kernel.org> Cc: Eric Anholt <e...@anholt.net> Cc: devicetree@vger.kernel.org Cc: linux-rpi-ker...@lists

[PATCH 3/3] ARM: bcm2835: dt: Add Raspberry Pi Model A+

2015-10-11 Thread Lubomir Rintel
Essentially the same as B+. Signed-off-by: Lubomir Rintel <lkund...@v3.sk> --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 30 ++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 arch/arm/bo

[PATCH 2/3] ARM: bcm2835: dt: Add Raspberry Pi Model B rev2

2015-10-11 Thread Lubomir Rintel
This one has an extra P5 header (unpopulated) with I2S. Signed-off-by: Lubomir Rintel <lkund...@v3.sk> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 23 +++ 2 files changed, 24 insertions(+) create mode 100644 arch/ar

[PATCH 1/3] ARM: bcm2835: dt: Raspberry Pi Model B had no I2S

2015-10-11 Thread Lubomir Rintel
It's the Model B rev2 that had it. Remove it. Signed-off-by: Lubomir Rintel <lkund...@v3.sk> --- arch/arm/boot/dts/bcm2835-rpi-b.dts | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi-b.dts b/arch/arm/boot/dts/bcm2835-rpi-b.dts index e

Re: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support

2015-04-28 Thread Lubomir Rintel
On Tue, 2015-04-28 at 11:13 +0530, Jassi Brar wrote: On Tue, Apr 28, 2015 at 3:57 AM, Eric Anholt e...@anholt.net wrote: From: Lubomir Rintel lkund...@v3.sk Implement BCM2835 mailbox support as a device registered with the general purpose mailbox framework. Implementation based

[PATCH] bcm2835: add VideoCore Mailbox to the device tree

2014-10-24 Thread Lubomir Rintel
Follows the generic Mailbox Controller bindings as documented in Documentation/devicetree/bindings/mailbox/mailbox.txt. Signed-off-by: Lubomir Rintel lkund...@v3.sk Cc: Stephen Warren swar...@wwwdotorg.org Cc: Lee Jones lee.jo...@linaro.org Cc: devicetree@vger.kernel.org Cc: linux-rpi-ker

Re: [PATCHv7 0/5] Common Mailbox Framework

2014-06-30 Thread Lubomir Rintel
Hi Jassi, On Thu, 2014-06-12 at 22:28 +0530, Jassi Brar wrote: Hello, Here is the next revision of Mailbox framwork. I'm wondering whether you keep a Git tree with the framework we could keep the Raspberry Pi mailbox driver based on (bcm2835-mbox)? Also, from look at the API it does not

Re: [PATCHv7 2/5] mailbox: Introduce framework for mailbox

2014-06-22 Thread Lubomir Rintel
On Thu, 2014-06-12 at 22:31 +0530, Jassi Brar wrote: Introduce common framework for client/protocol drivers and controller drivers of Inter-Processor-Communication (IPC). Client driver developers should have a look at include/linux/mailbox_client.h to understand the part of the API exposed

Re: [PATCHv7 2/5] mailbox: Introduce framework for mailbox

2014-06-20 Thread Lubomir Rintel
On Thu, 2014-06-12 at 22:31 +0530, Jassi Brar wrote: Introduce common framework for client/protocol drivers and controller drivers of Inter-Processor-Communication (IPC). Client driver developers should have a look at include/linux/mailbox_client.h to understand the part of the API exposed