Show patches with: Submitter = Boris Brezillon       |    Archived = No       |   491 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
mtd: Implement mtd_{read, write}() as wrappers around mtd_{read, write}_oob() mtd: Implement mtd_{read, write}() as wrappers around mtd_{read, write}_oob() - - 1 - --- 2018-12-20 Boris Brezillon bbrezillon Accepted
[v3,5/5] mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h} mtd: spi-nor: Random cleanups - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
[v3,4/5] mtd: spi-nor: Make the enable argument passed to set_byte() a bool mtd: spi-nor: Random cleanups - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
[v3,3/5] mtd: spi-nor: Stop passing flash_info around mtd: spi-nor: Random cleanups - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
[v3,2/5] mtd: spi-nor: Avoid forward declaration of internal functions mtd: spi-nor: Random cleanups - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
[v3,1/5] mtd: spi-nor: Drop inline on all internal helpers mtd: spi-nor: Random cleanups - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
[v5,3/3] mtd: spi-nor: Add a post BFPT fixup for MX25L25635E mtd: spi-nor: mx25l25635f: Use 4B opcodes - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
[v5,2/3] mtd: spi-nor: Add a post BFPT parsing fixup hook mtd: spi-nor: mx25l25635f: Use 4B opcodes - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
[v5,1/3] mtd: spi-nor: Add the SNOR_F_4B_OPCODES flag mtd: spi-nor: mx25l25635f: Use 4B opcodes - - 1 - --- 2018-12-06 Boris Brezillon bbrezillon Accepted
MAINTAINERS: Update my email address MAINTAINERS: Update my email address - - - - --- 2018-12-03 Boris Brezillon bbrezillon Accepted
[v2] mtd: sa1100: avoid VLA in sa1100_setup_mtd [v2] mtd: sa1100: avoid VLA in sa1100_setup_mtd - - - - --- 2018-11-05 Boris Brezillon bbrezillon Accepted
[v3,2/2] mtd: spi-nor: Use 4B opcodes when the NOR advertises both 3B and 4B [v3,1/2] mtd: spi-nor: Make sure SFDP-based 4B_OPCODE support detection works correctly - - 2 1 --- 2018-10-31 Boris Brezillon bbrezillon Superseded
[v3,1/2] mtd: spi-nor: Make sure SFDP-based 4B_OPCODE support detection works correctly [v3,1/2] mtd: spi-nor: Make sure SFDP-based 4B_OPCODE support detection works correctly - - 1 1 --- 2018-10-31 Boris Brezillon bbrezillon Superseded
mtd: nand: Fix nanddev_neraseblocks() mtd: nand: Fix nanddev_neraseblocks() - 1 1 - --- 2018-10-28 Boris Brezillon bbrezillon Accepted
mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed - 1 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,15/15] mtd: maps: physmap: Invert logic on if/else branch mtd: maps: physmap cleanups - - - - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,14/15] mtd: maps: Merge gpio-addr-flash.c into physmap-core.c mtd: maps: physmap cleanups - - 1 1 --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,13/15] dt-binding: mtd: physmap: Document the addr-gpios property mtd: maps: physmap cleanups - - 2 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,12/15] mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini} mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,11/15] mtd: maps: Merge physmap_of.c into physmap-core.c mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,10/15] mtd: maps: Prepare merging of physmap and physmap_of mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,09/15] mtd: maps: physmap: Fix coding style issues reported by checkpatch mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,08/15] mtd: maps: physmap: Return -ENOMEM directly when info allocation fails mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,07/15] mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret code mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,06/15] mtd: maps: physmap: Remove the MAX_RESOURCES limitation mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,05/15] mtd: maps: physmap: Use devm_ioremap_resource() mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,04/15] mtd: maps: physmap: Use dev_notice() and a %pR specifier mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,03/15] mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resources mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,02/15] mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtds mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,01/15] mtd: maps: physmap: Add SPDX header mtd: maps: physmap cleanups - - 1 - --- 2018-10-19 Boris Brezillon bbrezillon Accepted
[v2,2/2] mtd: spi-nor: Use 4B opcodes when the NOR advertises both 3B and 4B [v2,1/2] mtd: spi-nor: Make sure SFDP-based 4B_OPCODE support detection works correctly - - 1 1 --- 2018-10-18 Boris Brezillon bbrezillon Superseded
[v2,1/2] mtd: spi-nor: Make sure SFDP-based 4B_OPCODE support detection works correctly [v2,1/2] mtd: spi-nor: Make sure SFDP-based 4B_OPCODE support detection works correctly - - - 1 --- 2018-10-18 Boris Brezillon bbrezillon Superseded
[RFC] mtd: maps: Get rid of the latch-addr-flash driver [RFC] mtd: maps: Get rid of the latch-addr-flash driver 1 - - - --- 2018-10-04 Boris Brezillon bbrezillon Accepted
mtd: devices: m25p80: Make the buffer passed in op is DMA-able mtd: devices: m25p80: Make the buffer passed in op is DMA-able - 1 - - --- 2018-09-17 Boris Brezillon bbrezillon Superseded
[v2] mtd: rawnand: atmel: Select GENERIC_ALLOCATOR [v2] mtd: rawnand: atmel: Select GENERIC_ALLOCATOR 2 1 - - --- 2018-08-11 Boris Brezillon bbrezillon Accepted
[4/4] mtd: spi-nor: atmel-qspi: Include gpio/consumer.h instead of gpio.h mtd: Remove gpio.h inclusions where we can - - - - --- 2018-07-20 Boris Brezillon bbrezillon Accepted
mtd: Make Kconfig formatting consistent mtd: Make Kconfig formatting consistent - - 1 - --- 2018-07-18 Boris Brezillon bbrezillon Accepted
[v2] mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS). [v2] mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS). - 1 1 - --- 2018-06-20 Boris Brezillon bbrezillon Accepted
[2/2] mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x) [1/2] mtd: m25p80: Remove unneeded m25p->command field 1 - - - --- 2018-06-01 Boris Brezillon bbrezillon Accepted
[1/2] mtd: m25p80: Remove unneeded m25p->command field [1/2] mtd: m25p80: Remove unneeded m25p->command field 1 - - - --- 2018-06-01 Boris Brezillon bbrezillon Accepted
[v7,5/5] mtd: nand: spi: Add initial support for Winbond W25M02GV mtd: Add a SPI NAND driver - - - - --- 2018-05-15 Boris Brezillon bbrezillon Changes Requested
[v7,4/5] mtd: nand: spi: Add initial support for Micron MT29F2G01ABAGD mtd: Add a SPI NAND driver - - - - --- 2018-05-15 Boris Brezillon bbrezillon Changes Requested
[v7,3/5] dt-bindings: Add bindings for SPI NAND devices mtd: Add a SPI NAND driver - - - - --- 2018-05-15 Boris Brezillon bbrezillon Changes Requested
[v7,2/5] mtd: nand: Add core infrastructure to support SPI NANDs mtd: Add a SPI NAND driver - - - - --- 2018-05-15 Boris Brezillon bbrezillon Changes Requested
[v7,1/5] mtd: nand: Pass mode information to nand_page_io_req mtd: Add a SPI NAND driver - - 2 1 --- 2018-05-15 Boris Brezillon bbrezillon Accepted
[v2] mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op [v2] mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op 1 1 - - --- 2018-05-11 Boris Brezillon bbrezillon Accepted
mtd: nand: Do not check FAIL bit when executing a SET_FEATURES op mtd: nand: Do not check FAIL bit when executing a SET_FEATURES op - 1 - - --- 2018-05-11 Boris Brezillon bbrezillon Superseded
mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2 mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2 1 1 - 1 --- 2018-05-09 Boris Brezillon bbrezillon Accepted
[v2] mtd: rawnand: Make sure we wait tWB before polling the STATUS reg [v2] mtd: rawnand: Make sure we wait tWB before polling the STATUS reg 1 1 - - --- 2018-05-04 Boris Brezillon bbrezillon Accepted
mtd: rawnand: micron: Fix support for on-die ECC mtd: rawnand: micron: Fix support for on-die ECC - 1 1 - --- 2018-05-03 Boris Brezillon bbrezillon Rejected
mtd: rawnand: fsmc: Make sure we wait tWB before polling the STATUS reg mtd: rawnand: fsmc: Make sure we wait tWB before polling the STATUS reg - 1 - - --- 2018-05-03 Boris Brezillon bbrezillon Changes Requested
mtd: nand: Fix nanddev_mtd_erase() mtd: nand: Fix nanddev_mtd_erase() - 1 - - --- 2018-04-10 Boris Brezillon bbrezillon Accepted
mtd: nand: atmel: Fix get_sectorsize() function mtd: nand: atmel: Fix get_sectorsize() function 1 1 1 1 --- 2018-03-27 Boris Brezillon bbrezillon Accepted
mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling - - 1 - --- 2018-03-27 Boris Brezillon bbrezillon Accepted
mtd: rawnand: marvell: Rename ->ecc_clk into ->core_clk mtd: rawnand: marvell: Rename ->ecc_clk into ->core_clk 1 - - - --- 2018-03-26 Boris Brezillon bbrezillon Accepted
mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode 1 - 1 1 --- 2018-03-21 Boris Brezillon bbrezillon Accepted
[2/2] mtd: Move onenand code base to drivers/mtd/nand/onenand [1/2] mtd: onenand: Get rid of comments giving the file path inside the file itself - - - - --- 2018-02-18 Boris Brezillon bbrezillon Accepted
[1/2] mtd: onenand: Get rid of comments giving the file path inside the file itself [1/2] mtd: onenand: Get rid of comments giving the file path inside the file itself - - - - --- 2018-02-18 Boris Brezillon bbrezillon Accepted
Update Boris Brezillon email address Update Boris Brezillon email address - - - - --- 2018-02-16 Boris Brezillon bbrezillon Accepted
[5/5] mtd: Stop updating erase_info->state and calling mtd_erase_callback() mtd: Simplify erase handling 1 - 2 - --- 2018-02-12 Boris Brezillon bbrezillon Accepted
[4/5] mtd: Unconditionally update ->fail_addr and ->addr in part_erase() mtd: Simplify erase handling - - - - --- 2018-02-12 Boris Brezillon bbrezillon Accepted
[3/5] mtd: Stop assuming mtd_erase() is asynchronous mtd: Simplify erase handling - - - - --- 2018-02-12 Boris Brezillon bbrezillon Accepted
[2/5] mtd: Get rid of unused fields in struct erase_info mtd: Simplify erase handling - - 1 - --- 2018-02-12 Boris Brezillon bbrezillon Accepted
[1/5] mtd: Initialize ->fail_addr early in mtd_erase() mtd: Simplify erase handling - - 1 - --- 2018-02-12 Boris Brezillon bbrezillon Accepted
[v7,7/7] mtd: nand: Add core infrastructure to deal with NAND devices mtd: nand: Prepare things for SPI NAND support - - - - --- 2018-02-05 Boris Brezillon bbrezillon Accepted
[v7,6/7] mtd: nand: move raw NAND related code to the raw/ subdir mtd: nand: Prepare things for SPI NAND support - - - - --- 2018-02-05 Boris Brezillon bbrezillon Accepted
[v7,5/7] mtd: nand: Add missing copyright information mtd: nand: Prepare things for SPI NAND support - - - - --- 2018-02-05 Boris Brezillon bbrezillon Accepted
[v7,4/7] mtd: nand: State when references to other drivers are no longer valid mtd: nand: Prepare things for SPI NAND support - - - - --- 2018-02-05 Boris Brezillon bbrezillon Accepted
[v7,3/7] mtd: nand: ams-delta: Fix path to toto.c source file mtd: nand: Prepare things for SPI NAND support - - - - --- 2018-02-05 Boris Brezillon bbrezillon Accepted
[v7,2/7] mtd: nand: Stop using full path when referring to files placed in the same dir mtd: nand: Prepare things for SPI NAND support - - - - --- 2018-02-05 Boris Brezillon bbrezillon Accepted
[v7,1/7] mtd: nand: Get rid of comments giving the file path inside the file itself mtd: nand: Prepare things for SPI NAND support - - - - --- 2018-02-05 Boris Brezillon bbrezillon Accepted
mtd: spi-nor: Remove unneeded driver.bus assignment mtd: spi-nor: Remove unneeded driver.bus assignment 1 - - - --- 2018-02-14 Boris Brezillon cpitchen Accepted
[mtd-utils] ubi-utils: ubimkvol: Initialize req to zero to make sure no flags are set by default [mtd-utils] ubi-utils: ubimkvol: Initialize req to zero to make sure no flags are set by default - 1 1 - --- 2018-07-26 Boris Brezillon goliath Accepted
[2/2] Change Linux major number [1/2] Stop mentioning l2-mtd - - - - --- 2018-02-22 Boris Brezillon goliath Accepted
[1/2] Stop mentioning l2-mtd [1/2] Stop mentioning l2-mtd - - - - --- 2018-02-22 Boris Brezillon goliath Accepted
mtd: rawnand: sunxi: Handle the tREA > tRC / 2 case mtd: rawnand: sunxi: Handle the tREA > tRC / 2 case - - - - --- 2018-12-20 Boris Brezillon mraynal Accepted
[v2,7/7] mtd: rawnand: sunxi: Fix kernel doc headers mtd: rawnand: sunxi: Random cleanups + exec_op - - - - --- 2018-12-15 Boris Brezillon mraynal Accepted
[v2,6/7] mtd: rawnand: sunxi: Migrate to ->exec_op() mtd: rawnand: sunxi: Random cleanups + exec_op - - - - --- 2018-12-15 Boris Brezillon mraynal Accepted
[v2,5/7] mtd: rawnand: sunxi: Add an SPDX tag mtd: rawnand: sunxi: Random cleanups + exec_op - - - - --- 2018-12-15 Boris Brezillon mraynal Accepted
[v2,4/7] mtd: rawnand: sunxi: Stop passing mtd_info objects around mtd: rawnand: sunxi: Random cleanups + exec_op - - - - --- 2018-12-15 Boris Brezillon mraynal Accepted
[v2,3/7] mtd: rawnand: sunxi: Name nand_chip objects consistently mtd: rawnand: sunxi: Random cleanups + exec_op - - - - --- 2018-12-15 Boris Brezillon mraynal Accepted
[v2,2/7] mtd: rawnand: sunxi: Use struct_size() mtd: rawnand: sunxi: Random cleanups + exec_op - - - - --- 2018-12-15 Boris Brezillon mraynal Accepted
[v2,1/7] mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objects mtd: rawnand: sunxi: Random cleanups + exec_op - - - - --- 2018-12-15 Boris Brezillon mraynal Accepted
[v2] mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan() [v2] mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan() - 1 - 1 --- 2018-12-13 Boris Brezillon mraynal Accepted
mtd: rawnand: Fix JEDEC detection mtd: rawnand: Fix JEDEC detection 1 1 - - --- 2018-12-13 Boris Brezillon mraynal Accepted
[RFC,5/5] mtd: rawnand: Simplify the locking mtd: rawnand: Simplify the locking - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[RFC,4/5] mtd: rawnand: Stop using chip->state in drivers mtd: rawnand: Simplify the locking - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[RFC,3/5] mtd: rawnand: omap2: Use nand_controller_init() mtd: rawnand: Simplify the locking - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[RFC,2/5] mtd: rawnand: tmio: Do not abuse nand_controller->wq mtd: rawnand: Simplify the locking - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[RFC,1/5] mtd: rawnand: mtk: Use nand_controller_init() instead of open-coding it mtd: rawnand: Simplify the locking - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[10/10] mtd: rawnand: Deprecate the dummy_controller field mtd: rawnand: 4th batch of cleanups - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[09/10] mtd: rawnand: vf610: Add an SPDX tag to replace the license text mtd: rawnand: 4th batch of cleanups - - 1 - --- 2018-11-20 Boris Brezillon mraynal Accepted
[08/10] mtd: rawnand: vf610: Stop using the dummy controller obj mtd: rawnand: 4th batch of cleanups - - 1 - --- 2018-11-20 Boris Brezillon mraynal Accepted
[07/10] mtd: rawnand: vf610: Stop passing mtd_info to internal functions mtd: rawnand: 4th batch of cleanups - - 1 - --- 2018-11-20 Boris Brezillon mraynal Accepted
[06/10] mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatch mtd: rawnand: 4th batch of cleanups - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[05/10] mtd: rawnand: fsmc: Add an SPDX tag to replace the license text mtd: rawnand: 4th batch of cleanups - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[04/10] mtd: rawnand: fsmc: Stop using the dummy controller obj mtd: rawnand: 4th batch of cleanups - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[03/10] mtd: rawnand: fsmc: Make conversion from chip to fsmc consistent mtd: rawnand: 4th batch of cleanups - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[02/10] mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc mtd: rawnand: 4th batch of cleanups - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
[01/10] mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functions mtd: rawnand: 4th batch of cleanups - - - - --- 2018-11-20 Boris Brezillon mraynal Accepted
« 1 2 3 44 5 »