Re: [PATCH v2 2/3] PCI: imx6: Implement reset sequence for i.MX6+

2016-04-18 Thread Lucas Stach
Am Sonntag, den 17.04.2016, 22:51 -0700 schrieb Andrey Smirnov: > I.MX6+ has a dedicated bit for reseting PCIe core, which should be used > instead of a regular reset sequence since using the latter will hang the > SoC. > > This commit is based on c34068d48273e24d392d9a49a38be807954420ed from > ht

[PATCH v2 2/3] PCI: imx6: Implement reset sequence for i.MX6+

2016-04-17 Thread Andrey Smirnov
I.MX6+ has a dedicated bit for reseting PCIe core, which should be used instead of a regular reset sequence since using the latter will hang the SoC. This commit is based on c34068d48273e24d392d9a49a38be807954420ed from http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git Signed-off-by: An