Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586938
| From | Steve Lin <steven.lin1@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] Add Northstar Plus support to PDC mailbox driver |
| Date | 2017-02-23 16:00 +0100 |
| Message-ID | <te329-2EY-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Adds support for Broadcom Northstar+ to mailbox (PDC) driver. Patch 1/3: Driver code and Kconfig changes Patch 2/3: Device tree changes Patch 3/3: DT bindings documentation changes v2 addresses Jon Mason's suggestion about making the bindings doc change a separate patch. Steve Lin (3): mailbox: bcm-pdc: Add Northstar Plus support to PDC driver ARM: dts: NSP: Add mailbox (PDC) to NSP dt-bindings: mailbox: Update doc with NSP PDC/mailbox support .../bindings/mailbox/brcm,iproc-pdc-mbox.txt | 6 ++- arch/arm/boot/dts/bcm-nsp.dtsi | 9 ++++ drivers/mailbox/Kconfig | 9 ++-- drivers/mailbox/bcm-pdc-mailbox.c | 61 ++++++++++++++++------ 4 files changed, 63 insertions(+), 22 deletions(-) -- 2.1.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Add Northstar Plus support to PDC mailbox driver Steve Lin <steven.lin1@broadcom.com> - 2017-02-23 16:00 +0100 [PATCH v2 1/3] mailbox: bcm-pdc: Add Northstar Plus support to PDC driver Steve Lin <steven.lin1@broadcom.com> - 2017-02-23 16:00 +0100 Re: [PATCH v2 0/3] Add Northstar Plus support to PDC mailbox driver Jon Mason <jon.mason@broadcom.com> - 2017-02-23 19:00 +0100
csiph-web