On 30 September 2014 04:15, Ben Hutchings <[email protected]> wrote: > Move the list of chip type information to a macro in spi-nor.h, but > leave the definitions of INFO and CAT25_INFO in spi-nor. > > In m25p80, define the INFO and CAT25_INFO macros to initialise a > struct spi_device_id with the name, ignoring the remaining parameters.
Anyone would consider my idea proposed in 1/5 thread? We could simply follow the way Linux-specific platform data works. We could always use compatible = "m25p80"; and then for some rare cases (where JEDEC fails) add something like model = "at25df321a"; Using above way we could use a one single "compatible" in m25p80.c and avoid this messy share of id_table. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/CACna6ry3=+1glrcvd_xogbhjqmegdyt-em4yffzo2fkw9bh...@mail.gmail.com

