Re: [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()

2024-11-07 Thread Pratyush Yadav
const struct bin_attribute *attr, > int n) Acked-by: Pratyush Yadav # for spi-nor > { > struct spi_device *spi = to_spi_device(kobj_to_dev(kobj)); > struct spi_mem *spimem = spi_get_drvdata(spi); -- Regards, Pratyush Yadav

Re: [PATCH 4/9] mtd: devices: add AT24 eeprom support

2024-07-02 Thread Pratyush Yadav
On Tue, Jul 02 2024, Maxime Ripard wrote: > On Tue, Jul 02, 2024 at 03:41:52PM GMT, Pratyush Yadav wrote: >> On Mon, Jul 01 2024, Tudor Ambarus wrote: >> >> > On 7/1/24 2:53 PM, Marco Felsch wrote: >> >> EEPROMs can become quite large nowadays (>=64K)

Re: [PATCH 4/9] mtd: devices: add AT24 eeprom support

2024-07-02 Thread Pratyush Yadav
_ do this. [0] http://www.linux-mtd.infradead.org/faq/general.html [1] https://lore.kernel.org/linux-mtd/20130705201118.GM2959@lukather/ -- Regards, Pratyush Yadav