Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1248081 > unrolled thread
| Started by | Eric Anholt <eric@anholt.net> |
|---|---|
| First post | 2015-10-15 21:00 +0200 |
| Last post | 2015-10-15 21:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] SOC changes for BCM2835 for 4.4 Eric Anholt <eric@anholt.net> - 2015-10-15 21:00 +0200
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Date | 2015-10-15 21:00 +0200 |
| Subject | [GIT PULL] SOC changes for BCM2835 for 4.4 |
| Message-ID | <qjVUR-6LD-7@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
are available in the git repository at:
http://github.com/anholt/linux tags/bcm2835-soc-for-4.4-v1
for you to fetch changes up to 4e3d60656a7235b6b6e86d7ef48b0394276c35b5:
ARM: bcm2835: Add the Raspberry Pi firmware driver (2015-10-14 15:30:06 -0700)
----------------------------------------------------------------
This pull request contains the Raspberry Pi firmware driver, for
communicating with the VPU which has exclusive control of some of the
peripherals.
----------------------------------------------------------------
Eric Anholt (1):
ARM: bcm2835: Add the Raspberry Pi firmware driver
drivers/firmware/Kconfig | 7 +
drivers/firmware/Makefile | 1 +
drivers/firmware/raspberrypi.c | 260 +++++++++++++++++++++++++++++
include/soc/bcm2835/raspberrypi-firmware.h | 115 +++++++++++++
4 files changed, 383 insertions(+)
create mode 100644 drivers/firmware/raspberrypi.c
create mode 100644 include/soc/bcm2835/raspberrypi-firmware.h
[ signature.asc: application/pgp-signature ]
Back to top | Article view | linux.kernel
csiph-web