Merge tag 'rpi-next-2021.10.2' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi
- fix usb stopt; usb start; bug - update Nicolas email address
This commit is contained in:
1
.mailmap
1
.mailmap
@@ -32,6 +32,7 @@ Jagan Teki <jagannadha.sutradharudu-teki@xilinx.com>
|
||||
Igor Opaniuk <igor.opaniuk@gmail.com> <igor.opaniuk@linaro.org>
|
||||
Igor Opaniuk <igor.opaniuk@gmail.com> <igor.opaniuk@toradex.com>
|
||||
Markus Klotzbuecher <mk@denx.de>
|
||||
Nicolas Saenz Julienne <nsaenz@kernel.org> <nsaenzjulienne@suse.de>
|
||||
Patrice Chotard <patrice.chotard@foss.st.com> <patrice.chotard@st.com>
|
||||
Patrick Delaunay <patrick.delaunay@foss.st.com> <patrick.delaunay@st.com>
|
||||
Paul Burton <paul.burton@mips.com> <paul.burton@imgtec.com>
|
||||
|
||||
@@ -170,6 +170,12 @@ int bcm2711_notify_vl805_reset(void)
|
||||
ALLOC_CACHE_ALIGN_BUFFER(struct msg_notify_vl805_reset,
|
||||
msg_notify_vl805_reset, 1);
|
||||
int ret;
|
||||
static int done = false;
|
||||
|
||||
if (done)
|
||||
return 0;
|
||||
|
||||
done = true;
|
||||
|
||||
BCM2835_MBOX_INIT_HDR(msg_notify_vl805_reset);
|
||||
BCM2835_MBOX_INIT_TAG(&msg_notify_vl805_reset->dev_addr,
|
||||
|
||||
Reference in New Issue
Block a user