Re: [PATCH v4] Add support for using a MAX3421E chip as a host driver.

2014-04-24 Thread David Mosberger
Greg, Thanks for taking a look. Yes, I'll definitely fix those oversights and send a new patch next week. Have a good weekend, --david On Thu, Apr 24, 2014 at 2:09 PM, Greg KH wrote: > On Fri, Apr 11, 2014 at 11:55:51PM -0600, David Mosberger wrote: >> This is v4 of the patch. Compared to

Re: [PATCH v4] Add support for using a MAX3421E chip as a host driver.

2014-04-24 Thread Greg KH
On Fri, Apr 11, 2014 at 11:55:51PM -0600, David Mosberger wrote: > This is v4 of the patch. Compared to v3, the only changes are: > > - addition of a platform-data header file which allows a platform > to define which general-purpose output pin controls Vbus (if any) > - spi_w

[PATCH v4] Add support for using a MAX3421E chip as a host driver.

2014-04-11 Thread David Mosberger
This is v4 of the patch. Compared to v3, the only changes are: - addition of a platform-data header file which allows a platform to define which general-purpose output pin controls Vbus (if any) - spi_wr_fifo/spi_rd_fifo got renamed to spi_wr_buf/spi_rd_buf, re