mbox series

[0/2] hwrng: iproc-rng200: Add support for BCM7278

Message ID 20171101232006.3943-1-f.fainelli@gmail.com
Headers show
Series hwrng: iproc-rng200: Add support for BCM7278 | expand

Message

Florian Fainelli Nov. 1, 2017, 11:20 p.m. UTC
Hi,

This patch series adds support for the RNG200 block found on the BCM7278 SoC.
This requires us to update the compatible string (and associated binding
document) as well as the Kconfig option to make that driver selectable with
ARCH_BRCMSTB gating the enabling of such SoCs.

Thank you

Florian Fainelli (2):
  dt-bindings: rng: Document BCM7278 RNG200 compatible
  hwrng: iproc-rng200: Add support for BCM7278

 Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | 4 +++-
 drivers/char/hw_random/Kconfig                              | 6 +++---
 drivers/char/hw_random/iproc-rng200.c                       | 1 +
 3 files changed, 7 insertions(+), 4 deletions(-)

Comments

Scott Branden Nov. 2, 2017, 7:35 p.m. UTC | #1
Patch series looks fine.


On 17-11-01 04:20 PM, Florian Fainelli wrote:
> Hi,
>
> This patch series adds support for the RNG200 block found on the BCM7278 SoC.
> This requires us to update the compatible string (and associated binding
> document) as well as the Kconfig option to make that driver selectable with
> ARCH_BRCMSTB gating the enabling of such SoCs.
>
> Thank you
>
> Florian Fainelli (2):
>    dt-bindings: rng: Document BCM7278 RNG200 compatible
>    hwrng: iproc-rng200: Add support for BCM7278
>
>   Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | 4 +++-
>   drivers/char/hw_random/Kconfig                              | 6 +++---
>   drivers/char/hw_random/iproc-rng200.c                       | 1 +
>   3 files changed, 7 insertions(+), 4 deletions(-)
>
Acked-by: Scott Branden <scott.branden@broadcom.com>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Herbert Xu Nov. 10, 2017, 11:36 a.m. UTC | #2
On Wed, Nov 01, 2017 at 04:20:04PM -0700, Florian Fainelli wrote:
> Hi,
> 
> This patch series adds support for the RNG200 block found on the BCM7278 SoC.
> This requires us to update the compatible string (and associated binding
> document) as well as the Kconfig option to make that driver selectable with
> ARCH_BRCMSTB gating the enabling of such SoCs.
> 
> Thank you
> 
> Florian Fainelli (2):
>   dt-bindings: rng: Document BCM7278 RNG200 compatible
>   hwrng: iproc-rng200: Add support for BCM7278

All applied.  Thanks.