This patch set depends on the serie "MIPS: BCM63XX: add support for SPI" and adds support for the RNG block found in BCM6368 SoCs. Herbert, Matt, this will probably better to get this merged via the MIPS tree considering the patches it depends on. Florian Fainelli (5): MIPS: BCM63XX: fix BCM6368 IPSec clock bit MIPS: BCM63XX: add support for "ipsec" clock MIPS: BCM63XX: add RNG peripheral definitions MIPS: BCM63XX: add RNG driver platform_device stub hw_random: add Broadcom BCM63xx RNG driver arch/mips/bcm63xx/Makefile | 4 +- arch/mips/bcm63xx/clk.c | 14 ++ arch/mips/bcm63xx/dev-rng.c | 40 +++++ arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h | 9 + arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | 16 ++- drivers/char/hw_random/Kconfig | 14 ++ drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/bcm63xx-rng.c | 175 +++++++++++++++++++++ 8 files changed, 270 insertions(+), 3 deletions(-) create mode 100644 arch/mips/bcm63xx/dev-rng.c create mode 100644 drivers/char/hw_random/bcm63xx-rng.c -- 1.7.5.4