Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Jassi Brar
On 29 April 2013 22:36, Mark Langsdorf wrote: > On 04/29/2013 11:57 AM, Jassi Brar wrote: >> On 29 April 2013 22:14, Suman Anna wrote: >>> On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: From: Jassi Brar Signed-off-by: Jassi Brar ---

Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Mark Langsdorf
On 04/29/2013 11:57 AM, Jassi Brar wrote: > On 29 April 2013 22:14, Suman Anna wrote: >> On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: >>> From: Jassi Brar >>> Signed-off-by: Jassi Brar >>> --- >>> drivers/cpufreq/highbank-cpufreq.c | 22 +++- >>> drivers/mailbox/Makefile

Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Jassi Brar
On 29 April 2013 22:14, Suman Anna wrote: > On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: >> From: Jassi Brar >> >> Convert the PL320 controller driver to work with the common >> mailbox API. Also convert the only user of PL320, highbank-cpufreq.c >> to work with thee API. Drop the

Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Suman Anna
On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: > From: Jassi Brar > > Convert the PL320 controller driver to work with the common > mailbox API. Also convert the only user of PL320, highbank-cpufreq.c > to work with thee API. Drop the obsoleted driver pl320-ipc.c I think the conversion

Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Suman Anna
On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: From: Jassi Brar jaswinder.si...@linaro.org Convert the PL320 controller driver to work with the common mailbox API. Also convert the only user of PL320, highbank-cpufreq.c to work with thee API. Drop the obsoleted driver pl320-ipc.c I

Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Jassi Brar
On 29 April 2013 22:14, Suman Anna s-a...@ti.com wrote: On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: From: Jassi Brar jaswinder.si...@linaro.org Convert the PL320 controller driver to work with the common mailbox API. Also convert the only user of PL320, highbank-cpufreq.c to work

Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Mark Langsdorf
On 04/29/2013 11:57 AM, Jassi Brar wrote: On 29 April 2013 22:14, Suman Anna s-a...@ti.com wrote: On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: From: Jassi Brar jaswinder.si...@linaro.org Signed-off-by: Jassi Brar jaswinder.si...@linaro.org --- drivers/cpufreq/highbank-cpufreq.c

Re: [RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-29 Thread Jassi Brar
On 29 April 2013 22:36, Mark Langsdorf mark.langsd...@calxeda.com wrote: On 04/29/2013 11:57 AM, Jassi Brar wrote: On 29 April 2013 22:14, Suman Anna s-a...@ti.com wrote: On 04/27/2013 01:14 PM, jassisinghb...@gmail.com wrote: From: Jassi Brar jaswinder.si...@linaro.org Signed-off-by: Jassi

[RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-27 Thread jassisinghbrar
From: Jassi Brar Convert the PL320 controller driver to work with the common mailbox API. Also convert the only user of PL320, highbank-cpufreq.c to work with thee API. Drop the obsoleted driver pl320-ipc.c Signed-off-by: Jassi Brar --- drivers/cpufreq/highbank-cpufreq.c | 22 +++-

[RFC 3/3] mailbox: pl320: Introduce common API driver

2013-04-27 Thread jassisinghbrar
From: Jassi Brar jaswinder.si...@linaro.org Convert the PL320 controller driver to work with the common mailbox API. Also convert the only user of PL320, highbank-cpufreq.c to work with thee API. Drop the obsoleted driver pl320-ipc.c Signed-off-by: Jassi Brar jaswinder.si...@linaro.org ---