linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 03:13:40 to 2020-12-10 14:03:55 UTC [more...]

[PATCH v8 00/22] RISC-V Kendryte K210 support improvements
 2020-12-10 14:02 UTC  (7+ messages)
` [PATCH v8 01/22] riscv: Fix kernel time_init()
` [PATCH v8 02/22] riscv: Fix sifive serial driver
` [PATCH v8 03/22] riscv: Enable interrupts during syscalls with M-Mode
` [PATCH v8 04/22] riscv: Fix builtin DTB handling
` [PATCH v8 05/22] riscv: Use vendor name for K210 SoC support
` [PATCH v8 06/22] riscv: cleanup Canaan Kendryte K210 sysctl driver

[PATCH v7 00/22] RISC-V Kendryte K210 support improvements
 2020-12-10 13:52 UTC  (27+ messages)
` [PATCH v7 01/22] riscv: Fix kernel time_init()
` [PATCH v7 02/22] riscv: Fix sifive serial driver
` [PATCH v7 03/22] riscv: Enable interrupts during syscalls with M-Mode
` [PATCH v7 04/22] riscv: Fix builtin DTB handling
` [PATCH v7 05/22] riscv: Use vendor name for K210 SoC support
` [PATCH v7 06/22] riscv: cleanup Canaan Kendryte K210 sysctl driver
` [PATCH v7 07/22] dt-bindings: Add Canaan vendor prefix
` [PATCH v7 08/22] dt-binding: clock: Document canaan, k210-clk bindings
` [PATCH v7 09/22] dt-bindings: reset: Document canaan, k210-rst bindings
` [PATCH v7 10/22] dt-bindings: pinctrl: Document canaan, k210-fpioa bindings
` [PATCH v7 11/22] dt-binding: mfd: Document canaan, k210-sysctl bindings
` [PATCH v7 12/22] riscv: Add Canaan Kendryte K210 clock driver
` [PATCH v7 13/22] riscv: Add Canaan Kendryte K210 reset controller
` [PATCH v7 14/22] riscv: Add Canaan Kendryte K210 FPIOA driver
` [PATCH v7 15/22] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v7 16/22] riscv: Add SiPeed MAIX BiT board "
` [PATCH v7 17/22] riscv: Add SiPeed MAIX DOCK "
` [PATCH v7 18/22] riscv: Add SiPeed MAIX GO "
` [PATCH v7 19/22] riscv: Add SiPeed MAIXDUINO "
` [PATCH v7 20/22] riscv: Add Kendryte KD233 "
` [PATCH v7 21/22] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v7 22/22] riscv: Add Canaan Kendryte K210 SD card defconfig

[PATCH v2 0/9] arch: riscv: add board and SoC DT file support
 2020-12-10 13:34 UTC  (21+ messages)
` [PATCH v2 1/9] dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC
` [PATCH v2 2/9] dt-bindings: spi: "
` [PATCH v2 3/9] dt-bindings: pwm: "
` [PATCH v2 4/9] dt-bindings: serial: "
` [PATCH v2 5/9] dt-bindings: gpio: "
` [PATCH v2 6/9] dt-bindings: i2c: "
` [PATCH v2 7/9] riscv: dts: add initial support for the SiFive FU740-C000 SoC
` [PATCH v2 8/9] dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board
` [PATCH v2 9/9] riscv: dts: add initial board data for the SiFive HiFive Unmatched
` (subset) [PATCH v2 0/9] arch: riscv: add board and SoC DT file support

[PATCH v2 1/2] drivers: gpio: put virtual gpio device into their own submenu
 2020-12-10 13:32 UTC  (35+ messages)
` [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver
  ` Howto listen to/handle gpio state changes ? "

[PATCH v3 0/5] Add Microchip PolarFire Soc Support
 2020-12-10 11:08 UTC  (7+ messages)
` [PATCH v3 2/5] dt-bindings: riscv: microchip: Add YAML documentation for the PolarFire SoC
` [PATCH v3 3/5] RISC-V: Initial DTS for Microchip ICICLE board
` [PATCH v3 5/5] MAINTAINERS: add microchip polarfire soc support

[PATCH v3 0/2] riscv: sifive_l2_cache: Add support for SiFive FU740 SoC
 2020-12-10 10:28 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: Update l2 cache DT documentation to add support for SiFive FU740
` [PATCH v3 2/2] RISC-V: sifive_l2_cache: Update L2 cache driver to support "

[PATCH 1/3] dt-bindings: riscv: Add DT documentation for SiFive Bus Error Unit
 2020-12-10  3:25 UTC  (3+ messages)
` [PATCH 2/3] soc: sifive: beu: Add support "

[PATCH v3 0/8] net: macb: add support for sama7g5
 2020-12-10  2:16 UTC  (11+ messages)
` [PATCH v3 1/8] net: macb: add userio bits as platform configuration
` [PATCH v3 2/8] net: macb: add capability to not set the clock rate
` [PATCH v3 3/8] net: macb: add function to disable all macb clocks
` [PATCH v3 4/8] net: macb: unprepare clocks in case of failure
` [PATCH v3 5/8] dt-bindings: add documentation for sama7g5 ethernet interface
` [PATCH v3 6/8] dt-bindings: add documentation for sama7g5 gigabit "
` [PATCH v3 7/8] net: macb: add support for sama7g5 gem interface
` [PATCH v3 8/8] net: macb: add support for sama7g5 emac interface

[PATCH v2 2/5] dt-bindings: add bindings for polarfire soc mailbox
 2020-12-09 16:32 UTC  (2+ messages)

[PATCH v6 00/22] RISC-V Kendryte K210 support improvements
 2020-12-09 13:50 UTC  (24+ messages)
` [PATCH v6 01/22] riscv: Fix kernel time_init()
` [PATCH v6 02/22] riscv: Fix sifive serial driver
` [PATCH v6 03/22] riscv: Enable interrupts during syscalls with M-Mode
` [PATCH v6 04/22] riscv: Fix builtin DTB handling
` [PATCH v6 05/22] riscv: Use vendor name for K210 SoC support
` [PATCH v6 06/22] riscv: cleanup Canaan Kendryte K210 sysctl driver
` [PATCH v6 07/22] dt-bindings: Add Canaan vendor prefix
` [PATCH v6 08/22] dt-binding: clock: Document canaan, k210-clk bindings
` [PATCH v6 09/22] dt-bindings: reset: Document canaan, k210-rst bindings
` [PATCH v6 10/22] dt-bindings: pinctrl: Document canaan, k210-fpioa bindings
` [PATCH v6 11/22] dt-binding: mfd: Document canaan, k210-sysctl bindings
` [PATCH v6 12/22] riscv: Add Canaan Kendryte K210 clock driver
` [PATCH v6 13/22] riscv: Add Canaan Kendryte K210 reset controller
` [PATCH v6 14/22] riscv: Add Canaan Kendryte K210 FPIOA driver
` [PATCH v6 15/22] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v6 16/22] riscv: Add SiPeed MAIX BiT board "
` [PATCH v6 17/22] riscv: Add SiPeed MAIX DOCK "
` [PATCH v6 18/22] riscv: Add SiPeed MAIX GO "
` [PATCH v6 19/22] riscv: Add SiPeed MAIXDUINO "
` [PATCH v6 20/22] riscv: Add Kendryte KD233 "
` [PATCH v6 21/22] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v6 22/22] riscv: Add Canaan Kendryte K210 SD card defconfig

[PATCH v7 0/5] clk: add driver for the SiFive FU740
 2020-12-09  9:49 UTC  (6+ messages)
` [PATCH v7 1/5] clk: sifive: Extract prci core to common base
` [PATCH v7 2/5] clk: sifive: Use common name for prci configuration
` [PATCH v7 3/5] clk: sifive: Add a driver for the SiFive FU740 PRCI IP block
` [PATCH v7 4/5] clk: sifive: Fix the wrong bit field shift
` [PATCH v7 5/5] clk: sifive: Add clock enable and disable ops

[PATCH v5 00/21] RISC-V Kendryte K210 support improvements
 2020-12-09 11:29 UTC  (25+ messages)
` [PATCH v5 01/21] riscv: Fix kernel time_init()
` [PATCH v5 02/21] riscv: Fix sifive serial driver
` [PATCH v5 03/21] riscv: Enable interrupts during syscalls with M-Mode
` [PATCH v5 04/21] riscv: Fix builtin DTB handling
` [PATCH v5 05/21] riscv: Use vendor name for K210 SoC support
` [PATCH v5 06/21] dt-bindings: Add Canaan vendor prefix
` [PATCH v5 07/21] dt-binding: clock: Document canaan, k210-clk bindings
` [PATCH v5 08/21] dt-bindings: reset: Document canaan, k210-rst bindings
` [PATCH v5 09/21] dt-bindings: pinctrl: Document canaan, k210-fpioa bindings
` [PATCH v5 10/21] dt-binding: mfd: Document canaan, k210-sysctl bindings
` [PATCH v5 11/21] riscv: Add Canaan Kendryte K210 clock driver
` [PATCH v5 12/21] riscv: Add Canaan Kendryte K210 reset controller
` [PATCH v5 13/21] riscv: Add Canaan Kendryte K210 FPIOA driver
` [PATCH v5 14/21] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v5 15/21] riscv: Add SiPeed MAIX BiT board "
` [PATCH v5 16/21] riscv: Add SiPeed MAIX DOCK "
` [PATCH v5 17/21] riscv: Add SiPeed MAIX GO "
` [PATCH v5 18/21] riscv: Add SiPeed MAIXDUINO "
` [PATCH v5 19/21] riscv: Add Kendryte KD233 "
` [PATCH v5 20/21] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v5 21/21] riscv: Add Canaan Kendryte K210 SD card defconfig

[PATCH v2 1/2] RISC-V: Update l2 cache DT documentation to add support for SiFive FU740
 2020-12-09  5:06 UTC  (3+ messages)

[PATCH v2 0/8] net: macb: add support for sama7g5
 2020-12-09  0:29 UTC  (12+ messages)
` [PATCH v2 1/8] net: macb: add userio bits as platform configuration
` [PATCH v2 2/8] net: macb: add capability to not set the clock rate
` [PATCH v2 3/8] net: macb: add function to disable all macb clocks
` [PATCH v2 4/8] net: macb: unprepare clocks in case of failure
` [PATCH v2 5/8] dt-bindings: add documentation for sama7g5 ethernet interface
` [PATCH v2 6/8] dt-bindings: add documentation for sama7g5 gigabit "
` [PATCH v2 7/8] net: macb: add support for sama7g5 gem interface
` [PATCH v2 8/8] net: macb: add support for sama7g5 emac interface

[PATCH] riscv: Fixed kernel test robot warning
 2020-12-08 20:22 UTC  (4+ messages)

[PATCH] dt-bindings: fu740: prci: add YAML documentation for the FU740 PRCI
 2020-12-08 16:08 UTC  (2+ messages)

[PATCH v6 0/5] clk: add driver for the SiFive FU740
 2020-12-08  7:14 UTC  (6+ messages)
` [PATCH v6 1/5] clk: sifive: Extract prci core to common base
` [PATCH v6 2/5] clk: sifive: Use common name for prci configuration
` [PATCH v6 3/5] clk: sifive: Add a driver for the SiFive FU740 PRCI IP block
` [PATCH v6 4/5] clk: sifive: Fix the wrong bit field shift
` [PATCH v6 5/5] clk: sifive: Add clock enable and disable ops

[PATCH v4 00/21] RISC-V Kendryte K210 support improvements
 2020-12-08  7:48 UTC  (12+ messages)
` [PATCH v4 11/21] riscv: Add Canaan Kendryte K210 clock driver

[PATCH v3 3/5] RISC-V: Initial DTS for Microchip ICICLE board
 2020-12-08  1:56 UTC  (2+ messages)

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-08  1:34 UTC  (5+ messages)
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant

[PATCH v3] drivers: gpio: add virtio-gpio guest driver
 2020-12-08  1:20 UTC  (3+ messages)

[PATCH v2 4/5] dt-bindings: add bindings for polarfire soc system controller
 2020-12-07 15:56 UTC  (3+ messages)

[PATCH 0/7] net: macb: add support for sama7g5
 2020-12-07  9:26 UTC  (4+ messages)
` [PATCH 3/7] net: macb: unprepare clocks in case of failure


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).