All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 0/2] ata/libata-eh.c: introduce ATA_FLAG_NO_LOG_PAGE
@ 2015-12-04 17:12 ` Andreas Werner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Werner @ 2015-12-04 17:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-ide, tj

This patchset add a new ata port flag ATA_FLAG_NO_LOG_PAGE to be able
to blacklist ports/controller which e.g. locks up on a log page read.

This flag is added to the sata_fsl driver which is the first affected
one.

The lockup was detected on Freescale P1013/P1022, T4240 using a ATP
mSATA.
The device failed during initialisation if the SATA device includes the
devslp feature.

With this patchset, we blacklist the fsl sata controller and return
a error on any attempt to read a log page. This allows us to access
the mSATA.

Changes in v2:
	fixed the build issue detected by the kbuild test robot

Andreas Werner (2):
  libata-eh.c: Introduce new ata port flag for controller which lockup
    on read log page
  ata/sata_fsl.c: add ATA_FLAG_NO_LOG_PAGE to blacklist the controller
    for log page reads

 drivers/ata/libata-eh.c | 9 +++++++++
 drivers/ata/sata_fsl.c  | 3 ++-
 include/linux/libata.h  | 1 +
 3 files changed, 12 insertions(+), 1 deletion(-)

-- 
2.6.2

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-12-08  6:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04 17:12 [v2 0/2] ata/libata-eh.c: introduce ATA_FLAG_NO_LOG_PAGE Andreas Werner
2015-12-04 17:12 ` Andreas Werner
2015-12-04 17:12 ` [v2 1/2] libata-eh.c: Introduce new ata port flag for controller which lockup on read log page Andreas Werner
2015-12-04 17:12   ` Andreas Werner
2015-12-04 17:14 ` [v2 2/2] ata/sata_fsl.c: add ATA_FLAG_NO_LOG_PAGE to blacklist the controller for log page reads Andreas Werner
2015-12-04 17:14   ` Andreas Werner
2015-12-07 15:26 ` [v2 0/2] ata/libata-eh.c: introduce ATA_FLAG_NO_LOG_PAGE Tejun Heo
2015-12-08  6:12   ` Andreas Werner
2015-12-08  6:12     ` Andreas Werner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.