From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Thu, 01 Dec 2011 13:12:12 +0200 Subject: [U-Boot] [PATCH v6] ulpi: add generic ULPI functionality In-Reply-To: <1322509429-20976-1-git-send-email-fermata7@gmail.com> References: <1322439545-25000-1-git-send-email-fermata7@gmail.com> <1322509429-20976-1-git-send-email-fermata7@gmail.com> Message-ID: <4ED7610C.2060401@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/28/11 21:43, Jana Rapava wrote: > Add generic functions for reading, writing and setting bits in ULPI registers. > > Signed-off-by: Jana Rapava > Cc: Remy Bohmer > Cc: Stefano Babic > Cc: Igor Grinberg > Cc: Wolfgang Grandegger > Cc: Simon Glass > > Acked-by: Igor Grinberg > Acked-by: Simon Glass > --- > Changes for v2: > - make code EHCI-independent > - use udelay() in waiting loop > - mark static functions as static > - naming changes > Changes for v3: > - merge with patch ulpi: add generic ULPI support header file > - rewrite ULPI interface in more functionality-oriented way > Changes for v4: > - add error-checking > - add waiting for completion into ulpi_reset() function > Changes for v5: > - CodingStyle changes > - add comments > - simplify implemenation of the ULPI interface functions > Changes for v6: > - cleanup function ulpi_drive_vbus() Lately, I've found several flaws in v6. Those are a "no goes" as for me. I've got Jana's permission to take over the patch and I will submit a reworked version soon (hopefully tomorrow). -- Regards, Igor.