[PATCH v3] mailbox: arm_mhu: add support for mhuv2

2018-05-28 Thread Samarth Parikh
HUv2 as we need a second register base (tx base) which would be used as the send channel base. Signed-off-by: Samarth Parikh --- .../devicetree/bindings/mailbox/arm-mhu.txt| 35 +++- drivers/mailbox/Kconfig| 9 + drivers/mailbox/Makefile

Re: [PATCH v2] mailbox: arm_mhu: add support for mhuv2

2018-05-28 Thread Samarth Parikh
Hi Jassi, In case you have missed my updated patch. Can you please go through it and let me know your thoughts on the same? Regards, Samarth On 17/05/18, 1:34 PM, "Samarth Parikh" wrote: ARM has launched a next version of MHU i.e. MHUv2 with its latest subsystems. The main

[PATCH v2] mailbox: arm_mhu: add support for mhuv2

2018-05-17 Thread Samarth Parikh
h adds necessary changes in a new file required to support the latest MHUv2 controller. This patch also need an update in DT binding for ARM MHUv2 as we need a second register base (tx base) which would be used as the send channel base. Signed-off-by: Samarth Parikh --- drivers/mailbox/Kc

Re: [PATCH] mailbox: arm_mhu: add support for mhuv2

2018-05-14 Thread Samarth Parikh
Hi Jassi, As suggested by you, I have moved the MHUv2 related changes to a new file arm_mhu_v2.c. I have sent an updated patch, can you please review it? Regards, Samarth On 02/05/18, 5:34 PM, "Jassi Brar" wrote: On Wed, May 2, 2018 at 12:44 PM, Samarth Parikh wrote:

[PATCH] mailbox: arm_mhu: add support for mhuv2

2018-05-14 Thread Samarth Parikh
h adds necessary changes in a new file required to support the latest MHUv2 controller. This patch also need an update in DT binding for ARM MHUv2 as we need a second register base (tx base) which would be used as the send channel base. Signed-off-by: Samarth Parikh --- drivers/mailbox/Kc

[PATCH] mailbox: arm_mhu: add support for mhuv2

2018-05-02 Thread Samarth Parikh
n DT binding for ARM MHU as we need a second register base (tx base) which would be used as the send channel base. Signed-off-by: Samarth Parikh --- drivers/mailbox/arm_mhu.c | 163 ++ 1 file changed, 151 insertions(+), 12 deletions(-) diff --g

[PATCH] mailbox: arm_mhu: add support for mhuv2

2018-04-15 Thread Samarth Parikh
h adds necessary changes required to support the older version of MHU & the latest MHUv2 controller. This patch also need an update in DT binding for ARM MHU as we need a second register base (tx base) which would be used as the send channel base. Signed-off-by: Samarth Parikh --- drivers/mai

[PATCH] Drivers: MTD: Fixed checkpatch seq_printf warnings

2014-07-16 Thread Samarth Parikh
ss it a "%". - this patch would actually make compiled object files few bytes smaller. Perhaps because seq_printf() is a varargs function, forcing the caller to pass args on the stack instead of in registers. " Signed-off-by: Samarth Parikh --- drivers/mtd/devices/docg3.c | 26

[PATCH] Documentation: added missing semicolon in at25 dts example

2014-07-15 Thread Samarth Parikh
Added a missing semicolon ";" in device tree structure example of "EEPROMs (SPI) compatible with Atmel at25" in documentation of device tree bindings. Signed-off-by: Samarth Parikh --- Documentation/devicetree/bindings/misc/at25.txt | 2 +- 1 file changed, 1 insertion(+),