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

2013-05-07 Thread Jassi Brar
On 7 May 2013 07:28, Rob Herring wrote: > On 05/06/2013 02:24 AM, Jassi Brar wrote: >> 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-of

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

2013-05-06 Thread Rob Herring
On 05/06/2013 02:24 AM, Jassi Brar wrote: > 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/high

[PATCHv2 3/4] mailbox: pl320: Introduce common API driver

2013-05-06 Thread 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 +++- drivers/mailbox/Makefile