public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv6 0/3] Common Mailbox Framework
@ 2014-06-02 18:24 Jassi Brar
  2014-06-02 18:30 ` [PATCHv6 1/3] mailbox: rename pl320-ipc specific mailbox.h Jassi Brar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jassi Brar @ 2014-06-02 18:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, s-anna, loic.pallardy, lftan.linux, slapdau,
	courtney.cavin, robherring2, arnd, joshc, linus.walleij, galak,
	ks.giri, patches

Hello,
  Here is the next revision of Mailbox framwork.

Changes since v5:
 o Use standard error types instead of special type mbox_result.
 o Constify client struct in request_channel
 o Use reinit_completion instead of init_completion every time.
 o Improve commentary in bindings and code.

Changes since v4:
 o Common DT binding for Controller and Client drivers
    As a result, discard string based channel matching
 o Provide for an atomic 'peek' api, that a client could
    call to trigger the controller driver push data upwards.
 o OMAP and Highbank conversion to new api is left out, which
    can be converted later by the developers.

Changes since v3:
 o Change name of symbols from ipc to mbox
 o Return real types instead of void *
 o Align structures
 o Change some symbol names
	rxcb -> rx_callback
	txcb -> tx_done
 o Added kernel-doc for exported API
 o Dropped the cl_id and use clients pointer for callbacks.
 o Fixed locking of channel pool
 o Return negative error code for unsuccessful ipc_send_message()
 o Module referencing during mailbox assignment to a client.
 o Made error code symbols specific to mailbox.

Thanks
Jassi

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

end of thread, other threads:[~2014-06-05 11:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 18:24 [PATCHv6 0/3] Common Mailbox Framework Jassi Brar
2014-06-02 18:30 ` [PATCHv6 1/3] mailbox: rename pl320-ipc specific mailbox.h Jassi Brar
2014-06-02 18:31 ` [PATCHv6 2/3] mailbox: Introduce framework for mailbox Jassi Brar
2014-06-04 13:04   ` Jassi Brar
2014-06-05 10:51   ` Matt Porter
2014-06-05 11:52     ` Jassi Brar
2014-06-02 18:32 ` [PATCHv6 3/3] mailbox: Fix deleteing poll timer Jassi Brar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox