Pratyush Yadav ([email protected])

Number of posts: 875 (0.98 per day)
First post: 2020-02-11 13:56:36
Last post: 2022-07-28 12:18:21

Date List Subject
2021-03-11 19:14:45 linux-kernel [RFC PATCH 2/6] mtd: spi-nor: core: consolidate read op creation
2021-03-11 19:14:42 linux-kernel [RFC PATCH 1/6] spi: spi-mem: Tell controller when device is ready for calibration
2021-03-11 19:14:36 linux-kernel [RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
2021-03-11 13:45:10 linux-kernel Re: [PATCH v2 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0
2021-03-09 13:19:43 linux-kernel Re: [PATCH 2/2] arm64: dts: ti: k3-am64-evm/sk: Add OSPI flash DT node
2021-03-09 13:19:01 linux-kernel Re: [PATCH 1/2] arm64: dts: ti: k3-am64-main: Add OSPI node
2021-03-08 09:30:57 linux-kernel Re: [PATCH] MAINTAINERS: Add Michael and Pratyush as designated reviewers for SPI NOR
2021-03-08 09:03:28 linux-kernel Re: [PATCH] mtd: spi-nor: use is_power_of_2()
2021-03-08 08:46:15 linux-kernel Re: [PATCH v2 3/5] mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()
2021-03-08 08:44:14 linux-kernel Re: [PATCH v2 5/5] mtd: spi-nor: swp: Drop 'else' after 'return'
2021-03-08 08:44:10 linux-kernel Re: [PATCH v2 2/5] mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors()
2021-03-05 15:43:29 linux-kernel [PATCH v2 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0
2021-03-05 15:41:24 linux-kernel [PATCH v2 2/3] arm64: dts: ti: am654-base-board: Enable 8D-8D-8D mode on OSPI
2021-03-05 15:41:24 linux-kernel [PATCH v2 1/3] arm64: dts: ti: k3-j721e-som-p0: Enable 8D-8D-8D mode on OSPI
2021-03-05 15:41:17 linux-kernel [PATCH v2 0/3] Enable 8D-8D-8D mode on J721E, J7200, AM654
2021-03-04 06:21:46 linux-kernel Re: [PATCH 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0
2021-03-04 05:05:23 linux-kernel [PATCH 2/3] arm64: dts: ti: am654-base-board: Enable 8D-8D-8D mode on OSPI
2021-03-04 05:04:44 linux-kernel [PATCH 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0
2021-03-04 05:04:27 linux-kernel [PATCH 0/3] Enable 8D-8D-8D mode on J721E, J7200, AM654
2021-03-02 14:03:03 linux-kernel [PATCH 1/3] arm64: dts: ti: k3-j721e-som-p0: Enable 8D-8D-8D mode on OSPI
2021-02-26 15:59:04 linux-kernel Re: [PATCH] [v2] spi: rockchip: avoid objtool warning
2021-02-26 11:08:03 linux-kernel Re: [PATCH] spi: rockchip: avoid objtool warning
2021-02-26 08:19:24 linux-kernel Re: [PATCH] spi: rockchip: avoid objtool warning
2021-02-15 15:22:59 linux-kernel Re: [PATCH] mtd: spi-nor: sfdp: Fix out of bound array access
2021-02-08 12:06:05 linux-kernel Re: [PATCH 1/2] mtd: spi-nor: core: Advance erase after the erase cmd has been completed
2021-02-06 00:08:02 linux-kernel Re: [PATCH] mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()
2021-02-04 14:20:45 linux-kernel [PATCH 2/2] spi: cadence-quadspi: Use spi_mem_dtr_supports_op()
2021-02-04 14:20:29 linux-kernel [PATCH 1/2] spi: spi-mem: add spi_mem_dtr_supports_op()
2021-01-12 12:48:45 linux-kernel Re: [PATCH 1/1] spi: cadence-quadspi: Fix a compilation warning for 64-bit platform
2021-01-11 21:01:57 linux-kernel Re: linux-next: Fixes tag needs some work in the spi tree
2021-01-08 18:17:51 linux-kernel [PATCH] spi: cadence-quadspi: Fix build warning on 32-bit platforms
2021-01-08 16:50:26 linux-kernel Re: [PATCH 0/7] spi: cadence-quadspi: Add Octal DTR support
2020-12-29 09:20:51 linux-kernel Re: [PATCH 6/7] spi: cadence-quadspi: Wait at least 500 ms for direct reads
2020-12-22 18:48:39 linux-kernel [PATCH 6/7] spi: cadence-quadspi: Wait at least 500 ms for direct reads
2020-12-22 18:48:28 linux-kernel [PATCH 4/7] spi: cadence-quadspi: Fix dummy cycle calculation when buswidth > 1
2020-12-22 18:47:42 linux-kernel [PATCH 2/7] spi: cadence-quadspi: Abort read if dummy cycles required are too many
2020-12-22 18:47:38 linux-kernel [PATCH 7/7] spi: cadence-quadspi: Add DTR support
2020-12-22 18:47:32 linux-kernel [PATCH 5/7] spi: cadence-quadspi: Implement a simple supports_op hook
2020-12-22 18:46:59 linux-kernel [PATCH 1/7] spi: cadence-quadspi: Set master max_speed_hz
2020-12-22 18:46:55 linux-kernel [PATCH 3/7] spi: cadence-quadspi: Set dummy cycles from STIG commands
2020-12-22 18:46:48 linux-kernel [PATCH 0/7] spi: cadence-quadspi: Add Octal DTR support
2020-12-18 20:50:48 linux-kernel Re: [PATCH v4 5/9] spi: spi-mem: Mark dummy transfers by setting dummy_data bit
2020-12-18 14:19:26 linux-kernel Re: [PATCH] mtd: spi-nor: sfdp: Fix SMPT parsing when 4BAIT table is before SMPT
2020-12-18 09:47:49 linux-kernel Re: [PATCH v4 5/9] spi: spi-mem: Mark dummy transfers by setting dummy_data bit
2020-12-08 18:16:53 linux-kernel Re: [PATCH v3 1/3] UBI: Do not zero out EC and VID on ECC-ed NOR flashes
2020-12-01 22:34:34 linux-kernel [PATCH v3 3/3] mtd: spi-nor: spansion: Set ECC block size
2020-12-01 10:34:05 linux-kernel [PATCH v3 0/3] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it
2020-12-01 10:32:33 linux-kernel [PATCH v3 2/3] mtd: spi-nor: core: Allow flashes to specify MTD writesize
2020-12-01 10:30:41 linux-kernel [PATCH v3 1/3] UBI: Do not zero out EC and VID on ECC-ed NOR flashes
2020-11-30 13:25:03 linux-kernel Re: [PATCH v2 1/3] UBI: Do not zero out EC and VID on ECC-ed NOR flashes
2020-11-30 13:17:37 linux-kernel Re: [PATCH v2 2/3] mtd: spi-nor: core: Allow flashes to specify MTD writesize