Re: [PATCH v7 00/23] FSI device driver implementation

2017-06-05 Thread Christopher Bostic
On 6/3/17 4:25 PM, Steven Rostedt wrote: On Sat, 3 Jun 2017 19:05:10 +0900 Greg KH wrote: On Wed, May 31, 2017 at 12:17:05PM -0500, Christopher Bostic wrote: Hi Greg, Are there any further changes you require for this patch set? This has been extensively tested internally and all is workin

Re: [PATCH v7 00/23] FSI device driver implementation

2017-06-05 Thread Christopher Bostic
On 6/3/17 5:05 AM, Greg KH wrote: On Wed, May 31, 2017 at 12:17:05PM -0500, Christopher Bostic wrote: Hi Greg, Are there any further changes you require for this patch set? This has been extensively tested internally and all is working as expected. Would it be possible to move forward with

Re: [PATCH v7 00/23] FSI device driver implementation

2017-06-03 Thread Steven Rostedt
On Sat, 3 Jun 2017 19:05:10 +0900 Greg KH wrote: > On Wed, May 31, 2017 at 12:17:05PM -0500, Christopher Bostic wrote: > > Hi Greg, > > > > Are there any further changes you require for this patch set? This has been > > extensively tested internally and all is working as expected. Would it be

Re: [PATCH v7 00/23] FSI device driver implementation

2017-06-03 Thread Greg KH
On Wed, May 31, 2017 at 12:17:05PM -0500, Christopher Bostic wrote: > Hi Greg, > > Are there any further changes you require for this patch set? This has been > extensively tested internally and all is working as expected. Would it be > possible to move forward with integration in the near futur

Re: [PATCH v7 00/23] FSI device driver implementation

2017-05-31 Thread Christopher Bostic
Hi Greg, Are there any further changes you require for this patch set? This has been extensively tested internally and all is working as expected. Would it be possible to move forward with integration in the near future? Any input would be appreciated. Thanks, Chris On 5/11/17 4:00 PM,

[PATCH v7 00/23] FSI device driver implementation

2017-05-11 Thread Christopher Bostic
Implementation of the IBM 'Flexible Support Interface' (FSI) bus device driver. FSI is a high fan out serial bus consisting of a clock and a serial data line capable of running at speeds up to 166 MHz. This set provides the basic framework to add FSI extensions to the Linux bus and device models.