Re: [PATCH 0/9] staging: fsl-mc: move bus driver out of staging, add dpio

2016-10-26 Thread Alexander Graf
On 10/26/2016 04:35 AM, Stuart Yoder wrote: -Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Monday, October 24, 2016 9:34 AM To: Stuart Yoder ; gre...@linuxfoundation.org Cc: German Rivera ; de...@driverdev.osuosl.org; linux-ker...@vger.kernel.org; a...@arndb.de

Re: [PATCH 0/9] staging: fsl-mc: move bus driver out of staging, add dpio

2016-10-24 Thread Alexander Graf
Hi Stuart, On 10/21/2016 04:01 PM, Stuart Yoder wrote: This patch series: A) addresses the final item in the staging TODO list for the fsl-mc bus driver-- adding a functional driver on top of the bus driver, and B) requests that the fsl-mc bus driver be moved out of staging. Awesome, it's grea

Re: [PATCH v2] staging: fsl-mc: add DPAA2 overview readme

2015-08-11 Thread Alexander Graf
On 11.08.15 04:38, Stuart Yoder wrote: > > >> -Original Message----- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Sunday, August 09, 2015 9:25 AM >> To: Yoder Stuart-B08248; gre...@linuxfoundation.org; Rivera Jose-B46482; >> katz Itai-RM052

Re: [PATCH v2] staging: fsl-mc: add DPAA2 overview readme

2015-08-09 Thread Alexander Graf
On 07.08.15 03:09, Stuart Yoder wrote: > add README file providing an overview of the DPAA2 architecture > and how it is integrated in Linux > > Signed-off-by: Stuart Yoder > --- > -v2: added changelog text > > drivers/staging/fsl-mc/README.txt | 364 > ++

Re: [PATCH 6/6] staging: fsl-mc: Changed version matching rules for MC object drivers

2015-04-08 Thread Alexander Graf
On 03/27/2015 10:01 PM, J. German Rivera wrote: Before this change, we were requiring a complete version match (major and minor version numbers) between MC objects and corresponding drivers, to allow MC objects to be bound to their drivers. We realized that a mismatch in minor version numbers sho

Re: [PATCH 0/6] staging: fsl-mc: cleanup and minor corrections

2015-04-08 Thread Alexander Graf
/unbind driver when MC object is plugged/unplugged Patch 4: Fix crash in fsl_mc_device_remove() Patch 5: Refactored fsl_mc_object_allocator driver init/exit Patch 6: Changed version matching rules for MC object drivers Acked-by: Alexander Graf Alex

Re: [PATCH] staging: fsl-mc: Corrected email addresses in TODO file

2015-03-17 Thread Alexander Graf
On 12.03.15 04:52, J. German Rivera wrote: > Signed-off-by: J. German Rivera Greg, going forward, how would you prefer to get patches for fsl-mc? There are a few options that I can see: 1) individual patches on the ML for review, directly applied by you 2) individual patches on the ML for

Re: [PATCH v3 1/1] staging: fsl-mc: fsl-mc object allocator driver

2015-03-06 Thread Alexander Graf
. German Rivera > Signed-off-by: Stuart Yoder Acked-by: Alexander Graf Alex ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v9 0/3] staging: fsl-mc: Freescale Management Complex bus driver patch series

2015-03-06 Thread Alexander Graf
ct > may have >-IRQ configuration >-move objects/resources between DPRCs >-connecting objects (e.g. connecting a network interface to > an L2 switch port) >-reset Acked-by: Alexander Graf Alex ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v3 0/1] drivers/bus: fsl-mc object allocator driver

2015-03-06 Thread Alexander Graf
On 06.03.15 02:35, J. German Rivera wrote: > This patch series introduces the object allocator driver for the > Freescale Management Complex (fsl-mc) of QorIQ Ls2 SoCs This patch > series is dependent on the patch series drivers/bus: "Freescale > Management Complex bus driver patch series Besides