summaryrefslogtreecommitdiffstats
path: root/include/usb/ulpi.h
Commit message (Collapse)AuthorAgeFilesLines
* USB ULPI: Add more register/bit definesSascha Hauer2012-12-171-8/+34
| | | | | | | Make the register defines for ULPI more complete. Also, Add a proper ULPI_* Namespace to the existing defines. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* USB ULPI: Add missing ulpi_write functionSascha Hauer2012-12-171-0/+1
| | | | | | | We currently only have functions to read/modify registers. Add a function to write registers. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Completely migrate option ISP1504 to ULPIAlexander Shiyan2012-04-021-2/+1
| | | | | | | Since we do not have ISP1504-related functions, we migrated to ULPI. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Rename function ulpi_init to ulpi_detectAlexander Shiyan2012-04-021-1/+1
| | | | | Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Move set_vbus_power code to ULPI driverAlexander Shiyan2012-04-021-0/+1
| | | | | | | This is ULPI-specific, not ISP1504. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add ULPI detection function.Alexander Shiyan2012-04-021-0/+1
| | | | | | | | | Added ULPI detection function. Same function from isp1504 driver removed. Used implementation from Linux kernel. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Rename definitions for ULPI registersAlexander Shiyan2012-04-021-10/+10
| | | | | | | | These registers can be used for any standart ULPI chip, not only for ISP1504. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add usb include files missing from USB mergeSascha Hauer2009-04-081-0/+31
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>