u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] dm: ahci: Fix dwc_ahci
@ 2017-07-07 10:13 Jean-Jacques Hiblot
  2017-07-07 10:13 ` [U-Boot] [PATCH 1/2] pipe3: Fix broken dependency Jean-Jacques Hiblot
  2017-07-07 10:13 ` [U-Boot] [PATCH 2/2] ahci: dm: Fix memory allocation for uclass private data Jean-Jacques Hiblot
  0 siblings, 2 replies; 5+ messages in thread
From: Jean-Jacques Hiblot @ 2017-07-07 10:13 UTC (permalink / raw)
  To: u-boot

This series applies to u-boot-dm/master. It fixes 2 issues preventing usage of
SATA on DRA7/AM57 platforms

The first patch is a simply fix to the Kconfig that allows building the driver
again.

The second patch fixes an issue introduced by commit 7278fc4f7256628b
("dm: ahci: Drop use of probe_ent"). The root cause is that the uclass private
data is not allocated.


Jean-Jacques Hiblot (2):
  pipe3: Fix broken dependency
  ahci: dm: Fix memory allocation for uclass private data

 drivers/ata/ahci.c  | 8 +++++++-
 drivers/phy/Kconfig | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-07-11 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 10:13 [U-Boot] [PATCH 0/2] dm: ahci: Fix dwc_ahci Jean-Jacques Hiblot
2017-07-07 10:13 ` [U-Boot] [PATCH 1/2] pipe3: Fix broken dependency Jean-Jacques Hiblot
2017-07-07 14:34   ` Tom Rini
2017-07-11 12:41   ` [U-Boot] [U-Boot,1/2] " Tom Rini
2017-07-07 10:13 ` [U-Boot] [PATCH 2/2] ahci: dm: Fix memory allocation for uclass private data Jean-Jacques Hiblot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).