Rafał Miłecki ([email protected])

Number of posts: 3469 (0.6 per day)
First post: 2008-07-15 07:17:30
Last post: 2024-06-03 08:11:27

Date List Subject
2023-03-17 13:27:39 linux-kernel [PATCH V4 3/4] nvmem: core: export nvmem_add_cells_from_of()
2023-03-17 13:27:39 linux-kernel [PATCH V4 4/4] nvmem: layouts: add fixed cells layout
2023-03-17 13:27:06 linux-kernel [PATCH V4 2/4] dt-bindings: nvmem: convert base example to use NVMEM fixed cells layout
2023-03-17 13:27:06 linux-kernel [PATCH V4 1/4] dt-bindings: nvmem: layouts: add fixed-layout
2023-03-17 13:26:31 linux-kernel [PATCH V4 0/4] nvmem: add fixed cells layout
2023-03-17 10:02:26 linux-kernel Probing devices by their less-specific "compatible" bindings (here: brcmnand)
2023-03-10 10:53:44 linux-kernel [PATCH] dt-bindings: nvmem: allow MTD to be explicitly an NVMEM provider
2023-03-10 10:44:01 linux-kernel Re: [PATCH V3] nvmem: add explicit config option to read OF fixed cells
2023-03-10 09:40:38 linux-kernel Re: [PATCH V3] dt-bindings: nvmem: convert base example to use "nvmem-layout" node
2023-03-10 09:32:21 linux-kernel Re: [PATCH V3] dt-bindings: nvmem: convert base example to use "nvmem-layout" node
2023-03-10 07:52:10 linux-kernel [PATCH V3] dt-bindings: nvmem: convert base example to use "nvmem-layout" node
2023-03-10 07:52:06 linux-kernel [PATCH V3] dt-bindings: nvmem: layouts: add fixed-layout
2023-03-10 06:51:35 linux-kernel Re: [PATCH V2] dt-bindings: nvmem: layouts: add fixed-layout
2023-03-09 12:01:50 linux-kernel Re: [PATCH V3] nvmem: add explicit config option to read OF fixed cells
2023-03-09 11:39:59 linux-kernel [PATCH V2] dt-bindings: nvmem: layouts: add fixed-layout
2023-03-09 11:24:42 linux-kernel [PATCH V3] nvmem: add explicit config option to read OF fixed cells
2023-03-09 09:48:10 linux-kernel Re: [PATCH] dt-bindings: nvmem: layouts: add fixed-layout
2023-03-09 09:35:16 linux-kernel [PATCH] dt-bindings: nvmem: layouts: add fixed-layout
2023-03-09 06:56:23 linux-kernel Re: [PATCH V2] nvmem: add explicit config option to read OF fixed cells
2023-03-08 15:44:33 linux-kernel Re: [PATCH V4 2/2] nvmem: add generic driver for devices with MMIO access
2023-02-28 07:30:08 linux-kernel [PATCH V4 2/2] nvmem: add generic driver for devices with MMIO access
2023-02-28 07:30:04 linux-kernel [PATCH V4 1/2] dt-bindings: nvmem: mmio: new binding for MMIO accessible NVMEM devices
2023-02-28 07:30:01 linux-kernel [PATCH V4 0/2] nvmem: add and use generic MMIO NVMEM
2023-02-24 13:49:07 linux-kernel [PATCH RFC Vb] bgmac: fix *initial* chip reset to support BCM5358
2023-02-24 07:39:48 linux-kernel [PATCH V2] nvmem: add explicit config option to read OF fixed cells
2023-02-22 17:23:38 linux-kernel [PATCH 4/4] nvmem: u-boot-env: post-process "ethaddr" env variable
2023-02-22 17:23:36 linux-kernel [PATCH 3/4] dt-bindings: nvmem: u-boot,env: add MAC's #nvmem-cell-cells
2023-02-22 17:23:35 linux-kernel [PATCH 2/4] nvmem: core: allow nvmem_cell_post_process_t callbacks to adjust buffer
2023-02-22 17:23:31 linux-kernel [PATCH 1/4] nvmem: core: add per-cell post processing
2023-02-22 17:23:27 linux-kernel [PATCH 0/4] nvmem: cell post-processing & U-Boot env MAC support
2023-02-21 22:29:59 linux-kernel Re: [PATCH] nvmem: add explicit config option to read OF fixed cells
2023-02-21 14:50:49 linux-kernel [PATCH] nvmem: add explicit config option to read OF fixed cells
2023-02-20 17:49:54 linux-kernel [PATCH V3 2/2] nvmem: add generic driver for devices with MMIO access
2023-02-20 17:49:51 linux-kernel [PATCH V3 1/2] dt-bindings: nvmem: mmio: new binding for MMIO accessible NVMEM devices
2023-02-20 17:49:49 linux-kernel [PATCH V3 0/2] nvmem: add and use generic MMIO NVMEM
2023-02-08 10:45:24 linux-kernel Re: [PATCH v3 2/2] nvmem: brcm_nvram: use bcm47xx buffered data
2023-02-08 10:25:46 linux-kernel Re: [PATCH v3 2/2] nvmem: brcm_nvram: use bcm47xx buffered data
2023-02-07 22:54:04 linux-kernel [PATCH RFC] bgmac: fix *initial* chip reset to support BCM5358
2023-02-01 11:01:16 linux-kernel Re: [PATCH 3/4] nvmem: mtk-efuse: replace driver with a generic MMIO one
2023-02-01 09:31:10 linux-kernel Re: [PATCH 3/4] nvmem: mtk-efuse: replace driver with a generic MMIO one
2023-02-01 07:50:53 linux-kernel Re: [PATCH 0/4] nvmem: add and use generic MMIO NVMEM
2023-02-01 06:52:55 linux-kernel [PATCH 4/4] nvmem: uniphier-efuse: replace driver with a generic MMIO one
2023-02-01 06:52:52 linux-kernel [PATCH 3/4] nvmem: mtk-efuse: replace driver with a generic MMIO one
2023-02-01 06:52:49 linux-kernel [PATCH 2/4] nvmem: add generic driver for devices with MMIO access
2023-02-01 06:52:44 linux-kernel [PATCH 1/4] dt-bindings: nvmem: mmio: new binding for MMIO accessible NVMEM devices
2023-02-01 06:52:31 linux-kernel [PATCH 0/4] nvmem: add and use generic MMIO NVMEM
2023-01-30 12:34:58 linux-kernel Re: [PATCH V3 1/6] nvmem: core: add nvmem_dev_size() helper
2023-01-27 17:58:51 linux-kernel [PATCH 2/2] nvmem: add generic driver for devices with I/O based access
2023-01-27 17:58:47 linux-kernel [PATCH 1/2] dt-bindings: nvmem: io: new binding for IO accessible NVMEM devices
2023-01-27 12:57:52 linux-kernel [PATCH V3 6/6] nvmem: u-boot-env: post process "ethaddr" env variable
2023-01-27 12:57:38 linux-kernel [PATCH V3 5/6] dt-bindings: nvmem: u-boot,env: add MAC's #nvmem-cell-cells