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

2015-05-28 Thread Noralf Trønnes
Den 29.05.2015 00:38, skrev Eric Anholt: Noralf Trønnes writes: Den 28.05.2015 20:33, skrev 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

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

2015-05-28 Thread Eric Anholt
Noralf Trønnes writes: > Den 28.05.2015 20:33, skrev 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 > ... >> +static int

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

2015-05-28 Thread Eric Anholt
Stephen Warren writes: > On 05/28/2015 12:33 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. > > This thread was rather hard to follow since updated

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

2015-05-28 Thread Stephen Warren
On 05/28/2015 03:42 PM, Noralf Trønnes wrote: > > Den 28.05.2015 20:33, skrev 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. >> +static int

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

2015-05-28 Thread Stephen Warren
On 05/28/2015 03:39 PM, Noralf Trønnes wrote: > > Den 28.05.2015 23:28, skrev Stephen Warren: >> On 05/28/2015 12:33 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

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

2015-05-28 Thread Noralf Trønnes
Den 28.05.2015 20:33, skrev 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 ... +static int rpi_firmware_probe(struct platform_device *pdev)

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

2015-05-28 Thread Noralf Trønnes
Den 28.05.2015 23:28, skrev Stephen Warren: On 05/28/2015 12:33 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. ... +int rpi_firmware_property_list(struct

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

2015-05-28 Thread Stephen Warren
On 05/28/2015 12:33 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. This thread was rather hard to follow since updated versions of patches were sent "in

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

2015-05-28 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 2/3 v4] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-05-28 Thread Eric Anholt
Noralf Trønnes nor...@tronnes.org writes: Den 28.05.2015 20:33, skrev 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 ...

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

2015-05-28 Thread Eric Anholt
Stephen Warren swar...@wwwdotorg.org writes: On 05/28/2015 12:33 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. This thread was rather hard to follow since

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

2015-05-28 Thread Noralf Trønnes
Den 29.05.2015 00:38, skrev Eric Anholt: Noralf Trønnes nor...@tronnes.org writes: Den 28.05.2015 20:33, skrev 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.

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

2015-05-28 Thread Noralf Trønnes
Den 28.05.2015 23:28, skrev Stephen Warren: On 05/28/2015 12:33 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. ... +int rpi_firmware_property_list(struct

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

2015-05-28 Thread Stephen Warren
On 05/28/2015 03:42 PM, Noralf Trønnes wrote: Den 28.05.2015 20:33, skrev 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. +static int rpi_firmware_remove(struct

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

2015-05-28 Thread Stephen Warren
On 05/28/2015 12:33 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. This thread was rather hard to follow since updated versions of patches were sent in response

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

2015-05-28 Thread Stephen Warren
On 05/28/2015 03:39 PM, Noralf Trønnes wrote: Den 28.05.2015 23:28, skrev Stephen Warren: On 05/28/2015 12:33 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 2/3 v4] ARM: bcm2835: Add the Raspberry Pi firmware driver

2015-05-28 Thread Noralf Trønnes
Den 28.05.2015 20:33, skrev 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 ... +static int rpi_firmware_probe(struct

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

2015-05-28 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