Re: [PATCH linux 4/4] drivers/fsi/occ: Add in-kernel API

2017-06-26 Thread Rob Herring
On Wed, Jun 21, 2017 at 02:38:01PM -0500, Eddie James wrote: > From: "Edward A. James" > > Add an in-kernel read/write API with exported functions. This is > necessary for other drivers which want to directly interact with the > OCC. Also parse the OCC device tree node for child nodes and create

Re: [PATCH linux 4/4] drivers/fsi/occ: Add in-kernel API

2017-06-24 Thread kbuild test robot
Hi Edward, [auto build test ERROR on next-20170619] [cannot apply to linux/master linus/master robh/for-next v4.12-rc6 v4.12-rc5 v4.12-rc4 v4.12-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

[PATCH linux 4/4] drivers/fsi/occ: Add in-kernel API

2017-06-21 Thread Eddie James
From: "Edward A. James" Add an in-kernel read/write API with exported functions. This is necessary for other drivers which want to directly interact with the OCC. Also parse the OCC device tree node for child nodes and create child platform devices accordingly. Signed-off-by: Edward A. James --