[U-Boot] [PATCH v3 1/3] spi: spi_flash: Dont set quad enable for micron in all cases
Siva Durga Prasad Paladugu
siva.durga.paladugu at xilinx.com
Wed Jul 27 11:01:16 CEST 2016
Hi Jagan,
> -----Original Message-----
> From: Jagan Teki [mailto:jagannadh.teki at gmail.com]
> Sent: Wednesday, July 27, 2016 1:24 PM
> To: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
> Cc: u-boot at lists.denx.de; Michal Simek <michals at xilinx.com>; Siva Durga
> Prasad Paladugu <sivadur at xilinx.com>
> Subject: Re: [PATCH v3 1/3] spi: spi_flash: Dont set quad enable for micron in all
> cases
>
> On 19 July 2016 at 14:40, Siva Durga Prasad Paladugu
> <siva.durga.paladugu at xilinx.com> wrote:
> > Dont set quad enable for micron devices in all cases Setting the quad
> > enable bit in micron expects all other commands like register reads on
> > quad lines which may not be supported by some controllers. Hence, dont
> > set the quad enable if controller driver sets the no_all_quad.
>
> Sorry, I'm not fond of controller hacks, please try for any other solution and
> even planning to remove existing ones.
Definitely there should be a way to mention about controller capabilities to the
Framework. As of now I can see this is only way. Do you have any other
Suggested way which is already in place.
I can see that Linux mainline has already removed Micron quad enable functionality with this patch. Probably because of same kind of reason
https://github.com/torvalds/linux/commit/3b5394a3ccffbfa1d1d448d48742853a862822c4
Thanks,
Siva
>
> thanks!
> --
> Jagan.
More information about the U-Boot
mailing list