messages from 2017-10-11 21:32:56 to 2017-10-27 12:45:38 UTC [more...]
[PATCH v1 0/2] Improve MTK ECC Engine driver
2017-10-27 12:45 UTC (5+ messages)
` [PATCH v1 1/2] mtd: nand: mtk: do not disable ECC IRQ in the function mtk_ecc_disable
` [PATCH v1 2/2] mtd: nand: mtk: fix infinite ECC decode IRQ issue
[PATCH v2 0/5] unconfuse get_unmapped_area and point/unpoint driver methods
2017-10-27 12:06 UTC (10+ messages)
` [PATCH v2 1/5] MTD: mtdram: properly handle the phys argument in the point method
` [PATCH v2 2/5] MTD: chips/map_ram.c: implement point and unpoint methods
` [PATCH v2 3/5] MTD: chips/map_rom.c: "
` [PATCH v2 4/5] MTD: implement mtd_get_unmapped_area() using the point method
` [PATCH v2 5/5] MTD: remove the get_unmapped_area method
[PATCH v2 0/3] mtd: spi-nor: stm32-quadspi: fixes
2017-10-26 15:12 UTC (4+ messages)
` [PATCH v2 1/3] mtd: spi-nor: stm32-quadspi: Fix uninitialized error return code
` [PATCH v2 2/3] mtd: spi-nor: stm32-quadspi: fix prefetching outside fsize
` [PATCH v2 3/3] mtd: spi-nor: stm32-quadspi: change license text
[PATCH 0/3] mtd: spi-nor: stm32-quadspi: fixes
2017-10-26 11:54 UTC (4+ messages)
` [PATCH 1/3] mtd: spi-nor: stm32-quadspi: Fix uninitialized error return code
` [PATCH 2/3] mtd: spi-nor: stm32-quadspi: fix prefetching outside fsize
` [PATCH 3/3] mtd: spi-nor: stm32-quadspi: change license text
[PATCH v2 0/2] mtd: nand: wait for tWHR, and fix the setup_data_interface of Denali
2017-10-25 17:04 UTC (7+ messages)
[PATCH] spi-nor: intel-spi: Remove EXPERT dependency
2017-10-24 22:25 UTC (4+ messages)
[PATCH v1] mtk-nor: update dt bindings and add suspend/resume support
2017-10-24 22:03 UTC (7+ messages)
` [PATCH v1 1/2] dt-bindings: mtd: add new compatible strings and improve description
` [PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support
[RFC 00/12] Marvell NAND controller rework with ->exec_op()
2017-10-24 19:04 UTC (23+ messages)
` [RFC 01/12] mtd: nand: provide several helpers to do common NAND operations
` [RFC 02/12] mtd: nand: force drivers to explicitly send READ/PROG commands
` [RFC 03/12] mtd: nand: use a static data_interface in the nand_chip structure
` [RFC 04/12] mtd: nand: add ->exec_op() implementation
` [RFC 05/12] dt-bindings: mtd: add Marvell NAND controller documentation
` [RFC 06/12] mtd: nand: add reworked Marvell NAND controller driver
` [RFC 07/12] ARM: dts: armada-370-xp: use reworked "
` [RFC 08/12] ARM: dts: armada-375: "
` [RFC 09/12] ARM: dts: armada-38x: "
` [RFC 10/12] ARM: dts: armada-39x: "
` [RFC 11/12] ARM: dts: pxa: "
` [RFC 12/12] ARM64: dts: marvell: use reworked NAND controller driver on Armada 7K/8K
[PATCH] mkfs.ubifs: ignore EOPNOTSUPP when listing extended attributes
2017-10-24 15:07 UTC
[PATCH] doc: dt: mtd: Add sst25vf016b to the list of supported chip names
2017-10-24 13:50 UTC (2+ messages)
` [PATCH v2] dt-bindings: "
[PATCH v2] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH
2017-10-24 10:09 UTC (3+ messages)
[PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH
2017-10-24 7:08 UTC (8+ messages)
[PATCH] mkfs.ubifs: make failure to list extended attributes quiet and non-fatal
2017-10-23 23:17 UTC (3+ messages)
[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
2017-10-23 21:40 UTC (26+ messages)
` [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH 04/25] fscrypt: refactor finding and deriving key
` [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list()
` [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys
` [RFC PATCH 13/25] f2fs "
` [RFC PATCH 14/25] ubifs "
` [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies
` [RFC PATCH 16/25] fscrypt: implement basic handling of "
` [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies
` [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies
` [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove "
` [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX
` [RFC PATCH 23/25] f2fs "
` [RFC PATCH 24/25] ubifs "
` [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version
[PATCH] mtd: spi-nor: Add support for Winbond w25q16dw
2017-10-23 7:54 UTC (3+ messages)
[PATCH] mtd: lpddr: Fix a potential double mutex_lock
2017-10-22 8:28 UTC
[PATCH] mtd: cfi_cmdset_0001: Fix a potential double mutex_lock
2017-10-22 8:23 UTC
[RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
2017-10-21 19:09 UTC (6+ messages)
` [RFC PATCH 2/2] fs: Grant CAP_TRUSTED rw access to trusted xattrs
` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
[PATCH v2 00/11] fscrypt: add some higher-level helper functions
2017-10-20 19:44 UTC (2+ messages)
[PATCH] mtd: nand: omap2: Fix subpage write
2017-10-20 12:16 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
VF610 NAND driver on MPC5125
2017-10-20 12:00 UTC
[PATCH -next v2] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)
2017-10-20 7:09 UTC (10+ messages)
[PATCH v2] mtd: slram: use memremap() instead of ioremap()
2017-10-19 22:55 UTC
[PATCH v3 0/2] Altera ASMI Parallel II IP Core
2017-10-19 22:14 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: mtd: "
` [PATCH v3 2/2] mtd: spi-nor: "
[PATCH] mtd: spi-nor: add support for ISSI is25lp128
2017-10-19 21:29 UTC
[PATCH] mtd: spi-nor: Add support for ISSI is25lp128
2017-10-19 20:32 UTC (4+ messages)
[PATCH] mdt: slram: use memremap() instead of ioremap()
2017-10-19 20:08 UTC (5+ messages)
mtd: nand: mxc: change debug messages
2017-10-19 18:41 UTC (5+ messages)
` [PATCH 1/2] mtd: nand: mxc: lower ECC failed message priority to debug level
` [PATCH 2/2] mtd: nand: mxc: use dev_dbg to print debug messages
[PATCH] mtd: spi-nor: Add support for mr25h128
2017-10-19 8:12 UTC
[PATCH 1/2] mtd: spi-nor: fix style issue
2017-10-19 8:12 UTC
[PATCH] mtd: powernv: Support MTD_NO_ERASE
2017-10-18 5:11 UTC (6+ messages)
[PATCH v4 0/6] K2G: Add QSPI support
2017-10-17 18:50 UTC (6+ messages)
[PATCH] mtd: spi-nor: Enable stateless 4-byte opcodes for N25Q256A/N25Q512A/N25Q00
2017-10-17 12:40 UTC (5+ messages)
[PATCH 1/2] mtd: spi-nor: add support for is25lq040b
2017-10-17 6:53 UTC (2+ messages)
` [PATCH 2/2] mtd: spi-nor: indent issi section
[PATCH] mtd: spi-nor: add support for is25lp032
2017-10-17 6:40 UTC (3+ messages)
[PATCH] kconfig: kill off GENERIC_IO option
2017-10-16 22:23 UTC (2+ messages)
support for ISSI is25lp128
2017-10-16 21:51 UTC (3+ messages)
[PATCH v2 0/3] Altera ASMI Parallel II IP Core
2017-10-16 18:41 UTC (10+ messages)
` [PATCH v2 2/3] mtd: spi-nor: "
` [PATCH v2 3/3] mtd: spi-nor: add flag for reading dummy cycles from nv cfg reg
gpmc-nand broken since v4.12
2017-10-16 13:50 UTC (9+ messages)
[PATCH] [RFC] mtd: atmel-quadspi: fix build issues
2017-10-16 11:53 UTC (5+ messages)
[PATCH v3 0/1] Set FORCE_CSX bit when arbitration between NAND and NOR is enabled
2017-10-15 20:55 UTC (4+ messages)
` [PATCH v3 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants
[PATCH] UBI: attach: check_corruption(): add missing newline at end of pr_err()
2017-10-15 11:21 UTC
[PATCH] mtd: nand: Export nand_reset() symbol
2017-10-14 15:12 UTC (2+ messages)
[PATCH] mtd: nand: atmel: Actually use the PM ops
2017-10-14 15:12 UTC (2+ messages)
[PATCH v2] mtd: nand: omap2: Remove omap_nand_platform_data
2017-10-14 15:11 UTC (3+ messages)
[PATCH] mtd: nand: omap2: Do not assign omap_nand_info to platform drvdata
2017-10-14 15:11 UTC (3+ messages)
reading ubi from a NAND for programming to other devices
2017-10-12 19:51 UTC
[PATCH 0/3] Enable NAND on Armada-7040-DB board
2017-10-12 14:30 UTC (4+ messages)
` [PATCH 3/3] arm64: dts: marvell: add NAND support on the 7040-DB board
[RESEND PATCH] mtd: nand: omap2: Remove omap_nand_platform_data
2017-10-12 14:15 UTC (6+ messages)
[PATCH] Fix C++ kernel in include/linux/mtd/mtd.h
2017-10-12 10:31 UTC (8+ messages)
[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
2017-10-12 1:28 UTC (4+ messages)
` [PATCH v6 11/15] nand: spi: add basic operations support
[PATCH] jffs2: fix potential deadlock in jffs2_do_setattr
2017-10-12 0:56 UTC
[PATCH 0/5] unconfuse get_unmapped_area and point/unpoint driver methods
2017-10-11 21:53 UTC (6+ messages)
` [PATCH 1/5] MTD: mtdram: properly handle the phys argument in the point method
[PATCH] mtd: cfi: convert inline functions to macros
2017-10-11 21:34 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).