messages from 2018-07-18 08:42:54 to 2018-07-20 17:57:12 UTC [more...]
[RFC PATCH 0/8] mtd: rawnand: ams-delta: Use gpio-omap accessors for data I/O
2018-07-20 17:57 UTC (19+ messages)
` [RFC PATCH 1/8] mtd: rawnand: ams-delta: Use private structure
` [RFC PATCH 2/8] mtd: rawnand: ams-delta: Write protect device during probe
` [RFC PATCH 3/8] mtd: rawnand: ams-delta: Set port direction once per transfer
` [RFC PATCH 4/8] mtd: rawnand: ams-delta: Optimize pointer resolution on read/write
` [RFC PATCH 5/8] mtd: rawnand: ams-delta: Request data port GPIO resource
` [RFC PATCH 6/8] gpio: omap: Add get/set_multiple() callbacks
` [RFC PATCH 7/8] mtd: rawnand: ams-delta: Check sanity of data GPIO resource
` [RFC PATCH 8/8] mtd: rawnand: ams-delta: Use GPIO callbacks for data I/O
[PATCH v4 00/35] Allow dynamic allocations during NAND chip identification phase
2018-07-20 15:15 UTC (36+ messages)
` [PATCH v4 01/35] mtd: rawnand: brcmnand: convert driver to nand_scan()
` [PATCH v4 02/35] mtd: rawnand: cafe: "
` [PATCH v4 03/35] mtd: rawnand: davinci: "
` [PATCH v4 04/35] mtd: rawnand: denali: convert "
` [PATCH v4 05/35] mtd: rawnand: fsl_elbc: convert driver "
` [PATCH v4 06/35] mtd: rawnand: fsl_ifc: "
` [PATCH v4 07/35] mtd: rawnand: fsmc: "
` [PATCH v4 08/35] mtd: rawnand: gpmi: "
` [PATCH v4 09/35] mtd: rawnand: hisi504: "
` [PATCH v4 10/35] mtd: rawnand: jz4780: "
` [PATCH v4 11/35] mtd: rawnand: lpc32xx_mlc: "
` [PATCH v4 12/35] mtd: rawnand: lpc32xx_slc: "
` [PATCH v4 13/35] mtd: rawnand: marvell: "
` [PATCH v4 14/35] mtd: rawnand: mtk: "
` [PATCH v4 15/35] mtd: rawnand: mxc: "
` [PATCH v4 16/35] mtd: rawnand: nandsim: "
` [PATCH v4 17/35] mtd: rawnand: omap2: "
` [PATCH v4 18/35] mtd: rawnand: s3c2410: "
` [PATCH v4 19/35] mtd: rawnand: sh_flctl: move all NAND chip related setup in one function
` [PATCH v4 20/35] mtd: rawnand: sh_flctl: convert driver to nand_scan()
` [PATCH v4 21/35] mtd: rawnand: sunxi: "
` [PATCH v4 22/35] mtd: rawnand: tango: "
` [PATCH v4 23/35] mtd: rawnand: txx9ndfmc: rename nand controller internal structure
` [PATCH v4 24/35] mtd: rawnand: txx9ndfmc: convert driver to nand_scan()
` [PATCH v4 25/35] mtd: rawnand: vf610: "
` [PATCH v4 26/35] mtd: rawnand: atmel: "
` [PATCH v4 27/35] mtd: rawnand: sm_common: convert driver to nand_scan_with_ids()
` [PATCH v4 28/35] mtd: rawnand: allow exiting immediately nand_scan_ident()
` [PATCH v4 29/35] mtd: rawnand: docg4: convert driver to nand_scan()
` [PATCH v4 30/35] mtd: rawnand: qcom: "
` [PATCH v4 31/35] mtd: rawnand: jz4740: "
` [PATCH v4 32/35] mtd: rawnand: tegra: "
` [PATCH v4 33/35] mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
` [PATCH v4 34/35] mtd: rawnand: allocate model parameter dynamically
` [PATCH v4 35/35] mtd: rawnand: allocate dynamically ONFI parameters during detection
[PATCH 0/5] Update for removing driver specific BBM functions
2018-07-20 13:03 UTC (15+ messages)
` [PATCH 2/5] mtd: rawnand: qcom: remove driver specific block_markbad function
` [PATCH 4/5] mtd: rawnand: qcom: update BBT related flags
` [PATCH 5/5] mtd: rawnand: qcom: reorganization by removing read/write helpers
[PATCH 0/4] mtd: Remove gpio.h inclusions where we can
2018-07-20 9:57 UTC (5+ messages)
` [PATCH 1/4] mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusions
` [PATCH 2/4] mtd: rawnand: atmel: Stop including gpio.h
` [PATCH 3/4] mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion
` [PATCH 4/4] mtd: spi-nor: atmel-qspi: Include gpio/consumer.h instead of gpio.h
[PATCH 2/2] sparc64: add reads{b,w,l}/writes{b,w,l}
2018-07-20 8:23 UTC
[PATCH] mtd: nand: fix spelling in driver api documentation
2018-07-20 7:53 UTC
[PATCH v3 00/33] Allow dynamic allocations during NAND chip identification phase
2018-07-20 7:35 UTC (41+ messages)
` [PATCH v3 01/33] mtd: rawnand: brcmnand: convert driver to nand_scan()
` [PATCH v3 02/33] mtd: rawnand: cafe: "
` [PATCH v3 03/33] mtd: rawnand: davinci: "
` [PATCH v3 04/33] mtd: rawnand: denali: convert "
` [PATCH v3 05/33] mtd: rawnand: fsl_elbc: convert driver "
` [PATCH v3 06/33] mtd: rawnand: fsl_ifc: "
` [PATCH v3 07/33] mtd: rawnand: fsmc: "
` [PATCH v3 08/33] mtd: rawnand: gpmi: "
` [PATCH v3 09/33] mtd: rawnand: hisi504: "
` [PATCH v3 10/33] mtd: rawnand: jz4780: "
` [PATCH v3 11/33] mtd: rawnand: lpc32xx_mlc: "
` [PATCH v3 12/33] mtd: rawnand: lpc32xx_slc: "
` [PATCH v3 13/33] mtd: rawnand: marvell: "
` [PATCH v3 14/33] mtd: rawnand: mtk: "
` [PATCH v3 15/33] mtd: rawnand: mxc: "
` [PATCH v3 16/33] mtd: rawnand: nandsim: "
` [PATCH v3 17/33] mtd: rawnand: omap2: "
` [PATCH v3 18/33] mtd: rawnand: s3c2410: "
` [PATCH v3 19/33] mtd: rawnand: sh_flctl: move all NAND chip related setup in one function
` [PATCH v3 20/33] mtd: rawnand: sh_flctl: convert driver to nand_scan()
` [PATCH v3 21/33] mtd: rawnand: sunxi: "
` [PATCH v3 22/33] mtd: rawnand: tango: "
` [PATCH v3 23/33] mtd: rawnand: txx9ndfmc: rename nand controller internal structure
` [PATCH v3 24/33] mtd: rawnand: txx9ndfmc: convert driver to nand_scan()
` [PATCH v3 25/33] mtd: rawnand: vf610: "
` [PATCH v3 26/33] mtd: rawnand: atmel: "
` [PATCH v3 27/33] mtd: rawnand: sm_common: convert driver to nand_scan_with_ids()
` [PATCH v3 28/33] mtd: rawnand: docg4: convert driver to nand_scan()
` [PATCH v3 29/33] mtd: rawnand: qcom: "
` [PATCH v3 30/33] mtd: rawnand: jz4740: "
` [PATCH v3 31/33] mtd: rawnand: tegra: "
` [PATCH v3 32/33] mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
` [PATCH v3 33/33] mtd: rawnand: allocate dynamically ONFI parameters during detection
[PATCH] mtd: rawnand: jz4740: Use the proper format specifier to print chipnr
2018-07-20 6:23 UTC (5+ messages)
[PATCH 0/2] Secure deletion under JFFS2
2018-07-20 0:54 UTC (5+ messages)
` [PATCH 1/2] jffs2: Provide forced dirty node cleanup via POLL signal
` [PATCH 2/2] jffs2: Provide jffs2_sync files to track gc POLL progress
[PATCH] mtd: rawnand: jz4740: Include gpio/consumer.h instead of gpio.h
2018-07-19 22:38 UTC
[PATCH v2] mtd: adapt misleading comment in mtd_oob_ops structure
2018-07-19 21:16 UTC (2+ messages)
[PATCH 1/7] mtd: rawnand: micron: Fix on-die ECC detection logic
2018-07-19 21:15 UTC (10+ messages)
` [PATCH 2/7] mtd: rawnand: micron: support 8/512 on-die ECC
` [PATCH 3/7] mtd: rawnand: Expose _notsupp() helpers for raw page accessors
` [PATCH 4/7] mtd: rawnand: micron: allow forced on-die ECC
` [PATCH 7/7] mtd: rawnand: micron: Make ECC activation stateful
[PATCH] mtd: Make Kconfig formatting consistent
2018-07-19 21:14 UTC (3+ messages)
[PATCH v2] mtd: rawnand: make subop helpers return unsigned values
2018-07-19 21:12 UTC (5+ messages)
[PATCH] mtd: rawnand: Remove unused caller_is_module() definition
2018-07-19 21:12 UTC (2+ messages)
[PATCH v2] mtd: rawnand: s3c2410: Error out when ->nrsets < 0 or ->sets == NULL
2018-07-19 21:12 UTC (2+ messages)
[PATCH v3 0/2] Changes in the internal raw NAND API
2018-07-19 21:10 UTC (5+ messages)
` [PATCH v3 1/2] mtd: rawnand: better name for the controller structure
` [PATCH v3 2/2] mtd: rawnand: add hooks that may be called during nand_scan()
[PATCH] mtd: nuc900_nand: mark expected switch fall-through
2018-07-19 16:20 UTC (4+ messages)
[PATCH 0/3] mtd: rawnand: marvell: add new layout
2018-07-19 15:23 UTC (4+ messages)
` [PATCH 1/3] mtd: rawnand: marvell: rework BCH engine failure path
` [PATCH 2/3] mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layout
` [PATCH 3/3] mtd: rawnand: marvell: speed-up hamming failure path
[PATCH] mtd: rawnand: s3c2410: Error out when ->nrsets < 0 or ->sets == NULL
2018-07-19 13:01 UTC (3+ messages)
[PATCH] UBI: Add volume read and write statistics
2018-07-19 10:18 UTC (6+ messages)
[RFC PATCH v2 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
2018-07-19 10:07 UTC (5+ messages)
` [RFC PATCH v2 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver
` [RFC PATCH v2 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller
[PATCH 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
2018-07-19 9:53 UTC (8+ messages)
` [PATCH 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller
[RFC PATCH] mtd: nand: toshiba: Add support for ->exec_op()
2018-07-19 8:24 UTC (2+ messages)
[PATCH v5] mtd: nand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)
2018-07-19 8:06 UTC (2+ messages)
[PATCH 1/6] ARM: OMAP1: ams-delta: add GPIO lookup tables
2018-07-19 6:39 UTC (6+ messages)
` [PATCH v2 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
` [PATCH v2 2/3 v4] mtd: rawnand: ams-delta: use GPIO lookup table
[PATCH v2 0/2] Changes in the internal raw NAND API
2018-07-18 22:56 UTC (10+ messages)
` [PATCH v2 1/2] mtd: rawnand: better name for the controller structure
` [PATCH v2 2/2] mtd: rawnand: add hooks that may be called during nand_scan()
[PATCH v3 0/4] mtd: rawnand: Improve compile-test coverage
2018-07-18 21:40 UTC (6+ messages)
` [PATCH v3 1/4] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v3 2/4] mtd: rawnand: orion: Avoid direct inclusion of asm headers
` [PATCH v3 3/4] mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not defined
` [PATCH v3 4/4] mtd: rawnand: orion: Allow selection of this driver when COMPILE_TEST=y
[PATCH] mtd: rawnand: fsmc: Stop using chip->read_buf()
2018-07-18 21:36 UTC (2+ messages)
[PATCH] mtdchar: fix overflows in adjustment of `count`
2018-07-18 18:30 UTC (2+ messages)
[PATCH 1/2] [RESEND] jffs2: use 64-bit intermediate timestamps
2018-07-18 18:28 UTC (4+ messages)
[PATCH] mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
2018-07-18 18:29 UTC (2+ messages)
[PATCH 0/4] mtd: use mtd_device_register() where applicable
2018-07-18 18:28 UTC (3+ messages)
[PATCH] mtd: powernv_flash: set of_node in mtd's dev
2018-07-18 18:27 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).