devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] BCM2835 core mailbox support
@ 2015-04-27 22:27 Eric Anholt
       [not found] ` <1430173644-19099-1-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
  0 siblings, 1 reply; 24+ messages in thread
From: Eric Anholt @ 2015-04-27 22:27 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Stephen Warren,
	Lee Jones, devicetree-u79uwXL29TY76Z2rM5mHXA, Jassi Brar,
	Craig McGeachie, Lubomir Rintel

Following srwarren's suggestion, I've re-split the mailbox driver I
had previously submitted so that it only exposes a single channel and
leaves the previous "channel" notion up to a firmware-specific device
driver.

I'll be submitting the firmware-specific driver in a separate mail
thread -- hopefully this code is ready now, while I expect to get
feeback on the other driver.

This code can also be found at https://github.com/anholt/linux/tree/rpi-mbox-only

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-05-05 19:32 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 22:27 [PATCH 0/3] BCM2835 core mailbox support Eric Anholt
     [not found] ` <1430173644-19099-1-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2015-04-27 22:27   ` [PATCH 1/3 v4] dt/bindings: Add binding for the BCM2835 mailbox driver Eric Anholt
     [not found]     ` <1430173644-19099-2-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2015-04-28  5:21       ` Jassi Brar
2015-04-28 20:44       ` [PATCH 1/3 v5] " Eric Anholt
     [not found]         ` <1430253868-11138-1-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2015-04-29  1:30           ` Stephen Warren
     [not found]             ` <55403446.1040207-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-04-29 16:39               ` Eric Anholt
     [not found]                 ` <87vbgeq478.fsf-omZaPlIz5HhaEpDpdNBo/KxOck334EZe@public.gmane.org>
2015-04-29 23:41                   ` Stephen Warren
     [not found]                     ` <55416C35.1030001-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-04-30  4:53                       ` Jassi Brar
2015-04-27 22:27   ` [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support Eric Anholt
     [not found]     ` <1430173644-19099-3-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2015-04-28  5:43       ` Jassi Brar
2015-04-28  9:50         ` Lubomir Rintel
     [not found]         ` <CABb+yY2u_v1uSDrBgP2DRAOrDkXETfs_zmLACm=uRFALVYFjmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-28 19:49           ` Eric Anholt
     [not found]             ` <87618g6nk8.fsf-omZaPlIz5HhaEpDpdNBo/KxOck334EZe@public.gmane.org>
2015-04-29  2:07               ` Jassi Brar
     [not found]                 ` <CABb+yY2OLOPNf=9YyEmw_9m4h4a+sx5FAOkRK9Yc1ZKxDMFd1Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-29 17:05                   ` Eric Anholt
2015-04-28 20:54       ` [PATCH 2/3 v6] " Eric Anholt
     [not found]         ` <1430254460-26754-1-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2015-04-29  1:39           ` Stephen Warren
2015-04-29 17:09           ` [PATCH 2/3 v7] " Eric Anholt
     [not found]             ` <1430327374-6562-1-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2015-04-30  5:26               ` Jassi Brar
     [not found]                 ` <CABb+yY0+Dd6RMJfmcqWrJfsSkPS8KjtpctJteoTZrj3QttJ71g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-01  3:01                   ` Stephen Warren
     [not found]                     ` <5542ECA3.8060104-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-05-05  2:18                       ` Jassi Brar
2015-05-05  0:57                   ` Eric Anholt
     [not found]                     ` <871tivq1rp.fsf-omZaPlIz5HhaEpDpdNBo/KxOck334EZe@public.gmane.org>
2015-05-05  2:30                       ` Jassi Brar
     [not found]                         ` <CABb+yY2V5dXQ5fH3s2T4-j6-z68bOzaeUN9WQoNze2mc-quD+A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-05 19:32                           ` Stephen Warren
2015-04-27 22:27   ` [PATCH 3/3] ARM: bcm2835: Add the mailbox to the device tree Eric Anholt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).