summaryrefslogtreecommitdiffstats
path: root/yamdrv/yam08-2.0.36-patch.diff
diff options
context:
space:
mode:
authorMichael Taylor <mctaylor@mctaylor.com>2004-12-11 23:33:01 +0000
committerMichael Taylor <mctaylor@mctaylor.com>2004-12-11 23:33:01 +0000
commit3ae75e6fb051d7c122cd9232c22c39e036a30597 (patch)
treeae8c3abb494fa4cd84aedd76f091c6fd12efe560 /yamdrv/yam08-2.0.36-patch.diff
parent768734f08404ecbbd87d6b7dd4cb7b21f29fabfc (diff)
fix minor problem
Diffstat (limited to 'yamdrv/yam08-2.0.36-patch.diff')
0 files changed, 0 insertions, 0 deletions
co.il> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Add latest firmware property tags from the latest Raspberry Pi downstream
kernel. This is needed for the GPIO tags, so we can control the GPIO
multiplexor lines.

Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
staging: vc04_services: fix up rpi firmware functions 2016-10-16T08:26:12+00:00 Greg Kroah-Hartman gregkh@linuxfoundation.org 2016-10-11T13:16:55+00:00 d45f1a563b92dac7eeff817e8f5178caa47e2c16 The raspberrypi-firmware.h file should provide empty functions if we aren't building in that option. This makes it easier to test-build code, and not have odd warnings about unused variables if you just try to #define away the functions. Cc: Daniel Stone <daniels@collabora.com> Cc: "Noralf Trønnes" <noralf@tronnes.org> Cc: Pranith Kumar <bobby.prani@gmail.com> Cc: popcornmix <popcornmix@gmail.com> Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
The raspberrypi-firmware.h file should provide empty functions if we
aren't building in that option.  This makes it easier to test-build
code, and not have odd warnings about unused variables if you just try
to #define away the functions.

Cc: Daniel Stone <daniels@collabora.com>
Cc: "Noralf Trønnes" <noralf@tronnes.org>
Cc: Pranith Kumar <bobby.prani@gmail.com>
Cc: popcornmix <popcornmix@gmail.com>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
ARM: bcm2835: Add #define for VCHIQ property message. 2016-10-16T08:24:17+00:00 Eric Anholt eric@anholt.net 2016-10-03T18:52:08+00:00 e0cb35095753c038f42d1b6bf68c4cd063b3fd21 This comes from the downstream tree and is needed for the new VCHIQ driver in staging. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This comes from the downstream tree and is needed for the new VCHIQ
driver in staging.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
ARM: bcm2835: Define two new packets from the latest firmware. 2015-12-22T03:58:03+00:00 Eric Anholt eric@anholt.net 2015-12-02T00:49:12+00:00 60d56333e869be6ad6926cdba3ba974512b2183b These packets give us direct access to the firmware's power management code, as opposed to GET/SET_POWER_STATE packets that only had a couple of domains implemented. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kevin Hilman <khilman@linaro.org>
These packets give us direct access to the firmware's power management
code, as opposed to GET/SET_POWER_STATE packets that only had a couple
of domains implemented.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
ARM: bcm2835: add mutual inclusion protection 2015-10-24T20:15:58+00:00 Alexander Aring alex.aring@gmail.com 2015-10-22T18:46:05+00:00 16134b3bc317c571e953d18196acf0a92afda5ff This patch adds mutual inclusion protection for the rpi firmware header. Cc: Eric Anholt <eric@anholt.net> Cc: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This patch adds mutual inclusion protection for the rpi firmware header.

Cc: Eric Anholt <eric@anholt.net>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
ARM: bcm2835: Add the Raspberry Pi firmware driver 2015-10-14T22:30:06+00:00 Eric Anholt eric@anholt.net 2015-02-26T10:08:06+00:00 4e3d60656a7235b6b6e86d7ef48b0394276c35b5 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 <eric@anholt.net> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
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 <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>