[PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-07-17 Thread Eric Anholt
This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Signed-off-by: Eric Anholt Acked-by: Stephen Warren --- v2: Drop power-domains stuff for now since we don't have the driver core

[PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-07-17 Thread Eric Anholt
This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Signed-off-by: Eric Anholt e...@anholt.net Acked-by: Stephen Warren swar...@wwwdotorg.org --- v2: Drop power-domains stuff for now since we

Re: [PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-05 Thread Stephen Warren
On 06/05/2015 01:21 PM, Lee Jones wrote: On Thu, 04 Jun 2015, Stephen Warren wrote: On 06/04/2015 02:11 PM, Eric Anholt wrote: This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates.

Re: [PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-05 Thread Lee Jones
On Thu, 04 Jun 2015, Stephen Warren wrote: > On 06/04/2015 02:11 PM, Eric Anholt wrote: > > This gives us a function for making mailbox property channel requests > > of the firmware, which is most notable in that it will let us get and > > set clock rates. > > Acked-by: Stephen Warren Does

Re: [PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-05 Thread Lee Jones
On Thu, 04 Jun 2015, Stephen Warren wrote: On 06/04/2015 02:11 PM, Eric Anholt wrote: This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Acked-by: Stephen Warren

Re: [PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-05 Thread Stephen Warren
On 06/05/2015 01:21 PM, Lee Jones wrote: On Thu, 04 Jun 2015, Stephen Warren wrote: On 06/04/2015 02:11 PM, Eric Anholt wrote: This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates.

Re: [PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-04 Thread Stephen Warren
On 06/04/2015 02:11 PM, Eric Anholt wrote: > This gives us a function for making mailbox property channel requests > of the firmware, which is most notable in that it will let us get and > set clock rates. Acked-by: Stephen Warren -- To unsubscribe from this list: send the line "unsubscribe

[PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-04 Thread Eric Anholt
This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Signed-off-by: Eric Anholt --- v2: Drop power-domains stuff for now since we don't have the driver core support to make it useful.

Re: [PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-04 Thread Stephen Warren
On 06/04/2015 02:11 PM, Eric Anholt wrote: This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Acked-by: Stephen Warren swar...@wwwdotorg.org -- To unsubscribe from this list: send the line

[PATCH v7 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-06-04 Thread Eric Anholt
This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Signed-off-by: Eric Anholt e...@anholt.net --- v2: Drop power-domains stuff for now since we don't have the driver core support to make