[RFC v3 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-03-09 Thread Emil Medve
From: Geoff Thorpe Signed-off-by: Geoff Thorpe --- drivers/soc/fsl/Kconfig| 52 ++ drivers/soc/fsl/Makefile |9 +- drivers/soc/fsl/bman.c | 610 drivers/soc/fsl/bman.h | 523 drivers/soc/fsl/bman_api.c |

[RFC v3 04/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA QMan

2015-03-09 Thread Emil Medve
From: Geoff Thorpe Signed-off-by: Geoff Thorpe --- arch/powerpc/platforms/85xx/corenet_generic.c | 8 +++- arch/powerpc/platforms/85xx/p1023_rdb.c | 8 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c

[RFC v3 00/10] Freescale DPAA B/QMan drivers

2015-03-09 Thread Emil Medve
v3: Addressed feedback from Kumar and Scott (partially, more in the next round) Moved public headers into include/soc/fsl and code into drivers/soc/fsl Various clean-up v2: Moved out of staging into soc/freescale To do: Add a maintainer(s) entry Add module(s)

[RFC v3 07/10] fsl_bman: Add debugfs support

2015-03-09 Thread Emil Medve
From: Geoff Thorpe Signed-off-by: Geoff Thorpe --- drivers/soc/fsl/Kconfig| 7 +++ drivers/soc/fsl/Makefile | 1 + drivers/soc/fsl/bman_api.c | 19 +++ drivers/soc/fsl/bman_debugfs.c | 118 + drivers/soc/fsl/dpaa_sys.h |

[RFC v3 08/10] fsl_qman: Add debugfs support

2015-03-09 Thread Emil Medve
From: Geoff Thorpe Signed-off-by: Geoff Thorpe --- drivers/soc/fsl/Kconfig|7 + drivers/soc/fsl/Makefile |1 + drivers/soc/fsl/qman_api.c | 58 ++ drivers/soc/fsl/qman_debugfs.c | 1325 drivers/soc/fsl/qman_priv.h|8 +

[RFC v3 06/10] fsl_qman: Add self-tester

2015-03-09 Thread Emil Medve
From: Geoff Thorpe Signed-off-by: Geoff Thorpe --- drivers/soc/fsl/Kconfig | 26 +- drivers/soc/fsl/Makefile | 4 + drivers/soc/fsl/bman_test.c | 2 +- drivers/soc/fsl/{bman_test.c => qman_test.c} | 15 +-

[RFC v3 10/10] fsl_qman: Add HOTPLUG_CPU support

2015-03-09 Thread Emil Medve
From: Hai-Ying Wang Signed-off-by: Hai-Ying Wang --- drivers/soc/fsl/qman_portal.c | 45 +++ 1 file changed, 45 insertions(+) diff --git a/drivers/soc/fsl/qman_portal.c b/drivers/soc/fsl/qman_portal.c index c4b96cc..27372d4 100644 ---

[RFC v3 05/10] fsl_bman: Add self-tester

2015-03-09 Thread Emil Medve
From: Geoff Thorpe Signed-off-by: Geoff Thorpe --- drivers/soc/fsl/Kconfig| 26 + drivers/soc/fsl/Makefile | 4 + drivers/soc/fsl/bman_test.c| 55 +++ drivers/soc/fsl/bman_test.h| 43 drivers/soc/fsl/bman_test_api.c| 180

[RFC v3 09/10] fsl_bman: Add HOTPLUG_CPU support

2015-03-09 Thread Emil Medve
From: Hai-Ying Wang Signed-off-by: Hai-Ying Wang --- drivers/soc/fsl/bman_portal.c | 45 ++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/drivers/soc/fsl/bman_portal.c b/drivers/soc/fsl/bman_portal.c index b06339a..60c966e 100644 ---

[RFC v3 03/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA BMan

2015-03-09 Thread Emil Medve
From: Geoff Thorpe Signed-off-by: Geoff Thorpe --- arch/powerpc/Kconfig | 33 +++ arch/powerpc/configs/mpc85xx_defconfig| 1 + arch/powerpc/configs/mpc85xx_smp_defconfig| 1 + arch/powerpc/platforms/85xx/Kconfig | 11

[RFC v3 08/10] fsl_qman: Add debugfs support

2015-03-09 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/fsl/Kconfig|7 + drivers/soc/fsl/Makefile |1 + drivers/soc/fsl/qman_api.c | 58 ++ drivers/soc/fsl/qman_debugfs.c | 1325

[RFC v3 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-03-09 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/fsl/Kconfig| 52 ++ drivers/soc/fsl/Makefile |9 +- drivers/soc/fsl/bman.c | 610 drivers/soc/fsl/bman.h | 523

[RFC v3 06/10] fsl_qman: Add self-tester

2015-03-09 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/fsl/Kconfig | 26 +- drivers/soc/fsl/Makefile | 4 + drivers/soc/fsl/bman_test.c | 2 +-

[RFC v3 10/10] fsl_qman: Add HOTPLUG_CPU support

2015-03-09 Thread Emil Medve
From: Hai-Ying Wang haiying.w...@freescale.com Signed-off-by: Hai-Ying Wang haiying.w...@freescale.com --- drivers/soc/fsl/qman_portal.c | 45 +++ 1 file changed, 45 insertions(+) diff --git a/drivers/soc/fsl/qman_portal.c b/drivers/soc/fsl/qman_portal.c

[RFC v3 05/10] fsl_bman: Add self-tester

2015-03-09 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/fsl/Kconfig| 26 + drivers/soc/fsl/Makefile | 4 + drivers/soc/fsl/bman_test.c| 55 +++ drivers/soc/fsl/bman_test.h| 43

[RFC v3 09/10] fsl_bman: Add HOTPLUG_CPU support

2015-03-09 Thread Emil Medve
From: Hai-Ying Wang haiying.w...@freescale.com Signed-off-by: Hai-Ying Wang haiying.w...@freescale.com --- drivers/soc/fsl/bman_portal.c | 45 ++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/drivers/soc/fsl/bman_portal.c

[RFC v3 03/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA BMan

2015-03-09 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- arch/powerpc/Kconfig | 33 +++ arch/powerpc/configs/mpc85xx_defconfig| 1 + arch/powerpc/configs/mpc85xx_smp_defconfig| 1 +

[RFC v3 07/10] fsl_bman: Add debugfs support

2015-03-09 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/fsl/Kconfig| 7 +++ drivers/soc/fsl/Makefile | 1 + drivers/soc/fsl/bman_api.c | 19 +++ drivers/soc/fsl/bman_debugfs.c | 118

[RFC v3 04/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA QMan

2015-03-09 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- arch/powerpc/platforms/85xx/corenet_generic.c | 8 +++- arch/powerpc/platforms/85xx/p1023_rdb.c | 8 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git

[RFC v3 00/10] Freescale DPAA B/QMan drivers

2015-03-09 Thread Emil Medve
v3: Addressed feedback from Kumar and Scott (partially, more in the next round) Moved public headers into include/soc/fsl and code into drivers/soc/fsl Various clean-up v2: Moved out of staging into soc/freescale To do: Add a maintainer(s) entry Add module(s)

Re: [PATCH 0/7] Freescale DPAA FMan FLIB(s)

2015-03-05 Thread Emil Medve
Hello Jamal, On 03/05/2015 08:35 AM, Jamal Hadi Salim wrote: > Hi Emil, > > On 03/05/15 08:48, Emil Medve wrote: > >> The intent is to upstream the entire suite of the DPAA drivers. All the >> drivers are still WIP, but B/QMan have been already presented to t

Re: [PATCH 0/7] Freescale DPAA FMan FLIB(s)

2015-03-05 Thread Emil Medve
Hello Jamal, On 03/05/2015 06:32 AM, Jamal Hadi Salim wrote: > On 03/05/15 00:45, Emil Medve wrote: >> From: Igal Liberman >> >> The Freescale Data Path Acceleration Architecture (DPAA) is a set of >> hardware components on specific QorIQ P and T ser

Re: [PATCH 0/7] Freescale DPAA FMan FLIB(s)

2015-03-05 Thread Emil Medve
Hello Jamal, On 03/05/2015 06:32 AM, Jamal Hadi Salim wrote: On 03/05/15 00:45, Emil Medve wrote: From: Igal Liberman igal.liber...@freescale.com The Freescale Data Path Acceleration Architecture (DPAA) is a set of hardware components on specific QorIQ P and T series multicore processors

Re: [PATCH 0/7] Freescale DPAA FMan FLIB(s)

2015-03-05 Thread Emil Medve
Hello Jamal, On 03/05/2015 08:35 AM, Jamal Hadi Salim wrote: Hi Emil, On 03/05/15 08:48, Emil Medve wrote: The intent is to upstream the entire suite of the DPAA drivers. All the drivers are still WIP, but B/QMan have been already presented to the upstream community

[PATCH 0/7] Freescale DPAA FMan FLIB(s)

2015-03-04 Thread Emil Medve
From: Igal Liberman The Freescale Data Path Acceleration Architecture (DPAA) is a set of hardware components on specific QorIQ P and T series multicore processors. This architecture provides the infrastructure to support simplified sharing of networking interfaces and accelerators by multiple

[PATCH 6/7] soc/fman: Add the FMan RTC FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman Signed-off-by: Igal Liberman --- drivers/soc/fsl/fman/Kconfig| 6 + drivers/soc/fsl/fman/Makefile | 1 + drivers/soc/fsl/fman/rtc/Makefile | 13 ++ drivers/soc/fsl/fman/rtc/fman_rtc.c | 354 4 files changed, 374

[PATCH 5/7] soc/fman: Add the FMan parser and KeyGen FLIB(s)

2015-03-04 Thread Emil Medve
From: Igal Liberman Signed-off-by: Igal Liberman --- drivers/soc/fsl/fman/Kconfig| 6 + drivers/soc/fsl/fman/Makefile | 1 + drivers/soc/fsl/fman/pcd/Makefile | 13 + drivers/soc/fsl/fman/pcd/fman_kg.c | 850

[PATCH 2/7] soc/fman: Add the FMan FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman Signed-off-by: Igal Liberman --- drivers/soc/Kconfig |1 + drivers/soc/Makefile |1 + drivers/soc/fsl/Kconfig |1 + drivers/soc/fsl/Makefile |1 + drivers/soc/fsl/fman/Kconfig |7 + drivers/soc/fsl/fman/Makefile | 13 +

[PATCH 3/7] soc/fman: Add the FMan port FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman Signed-off-by: Igal Liberman --- drivers/soc/fsl/fman/Kconfig | 10 + drivers/soc/fsl/fman/Makefile |2 + drivers/soc/fsl/fman/port/Makefile| 13 + drivers/soc/fsl/fman/port/fman_port.c | 1536 + 4 files changed,

[PATCH 4/7] soc/fman: Add the FMan MAC FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman Signed-off-by: Igal Liberman --- drivers/soc/fsl/fman/Kconfig | 6 + drivers/soc/fsl/fman/Makefile | 7 +- drivers/soc/fsl/fman/mac/Makefile | 15 + drivers/soc/fsl/fman/mac/fman_crc32.c | 117

[PATCH 7/7] soc/fman: Add the FMan SP FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman Signed-off-by: Igal Liberman --- drivers/soc/fsl/fman/Makefile | 1 + drivers/soc/fsl/fman/sp/Makefile | 13 +++ drivers/soc/fsl/fman/sp/fman_sp.c | 204 ++ 3 files changed, 218 insertions(+) create mode 100644

[PATCH 3/7] soc/fman: Add the FMan port FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman igal.liber...@freescale.com Signed-off-by: Igal Liberman igal.liber...@freescale.com --- drivers/soc/fsl/fman/Kconfig | 10 + drivers/soc/fsl/fman/Makefile |2 + drivers/soc/fsl/fman/port/Makefile| 13 + drivers/soc/fsl/fman/port/fman_port.c |

[PATCH 4/7] soc/fman: Add the FMan MAC FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman igal.liber...@freescale.com Signed-off-by: Igal Liberman igal.liber...@freescale.com --- drivers/soc/fsl/fman/Kconfig | 6 + drivers/soc/fsl/fman/Makefile | 7 +- drivers/soc/fsl/fman/mac/Makefile | 15 +

[PATCH 6/7] soc/fman: Add the FMan RTC FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman igal.liber...@freescale.com Signed-off-by: Igal Liberman igal.liber...@freescale.com --- drivers/soc/fsl/fman/Kconfig| 6 + drivers/soc/fsl/fman/Makefile | 1 + drivers/soc/fsl/fman/rtc/Makefile | 13 ++ drivers/soc/fsl/fman/rtc/fman_rtc.c | 354

[PATCH 5/7] soc/fman: Add the FMan parser and KeyGen FLIB(s)

2015-03-04 Thread Emil Medve
From: Igal Liberman igal.liber...@freescale.com Signed-off-by: Igal Liberman igal.liber...@freescale.com --- drivers/soc/fsl/fman/Kconfig| 6 + drivers/soc/fsl/fman/Makefile | 1 + drivers/soc/fsl/fman/pcd/Makefile | 13 + drivers/soc/fsl/fman/pcd/fman_kg.c | 850

[PATCH 2/7] soc/fman: Add the FMan FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman igal.liber...@freescale.com Signed-off-by: Igal Liberman igal.liber...@freescale.com --- drivers/soc/Kconfig |1 + drivers/soc/Makefile |1 + drivers/soc/fsl/Kconfig |1 + drivers/soc/fsl/Makefile |1 +

[PATCH 7/7] soc/fman: Add the FMan SP FLIB

2015-03-04 Thread Emil Medve
From: Igal Liberman igal.liber...@freescale.com Signed-off-by: Igal Liberman igal.liber...@freescale.com --- drivers/soc/fsl/fman/Makefile | 1 + drivers/soc/fsl/fman/sp/Makefile | 13 +++ drivers/soc/fsl/fman/sp/fman_sp.c | 204 ++ 3 files changed,

[PATCH 0/7] Freescale DPAA FMan FLIB(s)

2015-03-04 Thread Emil Medve
From: Igal Liberman igal.liber...@freescale.com The Freescale Data Path Acceleration Architecture (DPAA) is a set of hardware components on specific QorIQ P and T series multicore processors. This architecture provides the infrastructure to support simplified sharing of networking interfaces and

Re: [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-02-18 Thread Emil Medve
Hello Kumar, Thanks for taking the time to review this On 02/18/2015 11:43 AM, Kumar Gala wrote: > On Feb 16, 2015, at 9:46 AM, Emil Medve wrote: > >> From: Geoff Thorpe >> >> Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be >> Signed-off-by: Geoff Thorpe

Re: [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-02-18 Thread Emil Medve
Hello Kumar, Thanks for taking the time to review this On 02/18/2015 11:43 AM, Kumar Gala wrote: On Feb 16, 2015, at 9:46 AM, Emil Medve emilian.me...@freescale.com wrote: From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be Signed-off

[RFC v2 00/10] Freescale DPAA B/QMan drivers

2015-02-16 Thread Emil Medve
v2: Moved out of staging into soc/freescale Hello, This is the se attempt to publish the . They are not to be applied yet. These are the Freescale DPAA B/QMan drivers. At this stage, this is more or less the drivers from the Freescale PowerPC SDK roughly squashed and split in a sequence

[RFC v2 04/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA QMan

2015-02-16 Thread Emil Medve
From: Geoff Thorpe Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe --- arch/powerpc/platforms/85xx/corenet_generic.c | 8 +++- arch/powerpc/platforms/85xx/p1023_rdb.c | 8 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git

[RFC v2 05/10] fsl_bman: Add self-tester

2015-02-16 Thread Emil Medve
From: Geoff Thorpe Change-Id: If1b44bb013addc1e855c73a4e6ff74bc8b6e4829 Signed-off-by: Geoff Thorpe --- drivers/soc/freescale/Kconfig| 26 drivers/soc/freescale/Makefile | 8 +- drivers/soc/freescale/bman.c | 16 +-- drivers/soc/freescale/bman_api.c

[RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-02-16 Thread Emil Medve
From: Geoff Thorpe Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be Signed-off-by: Geoff Thorpe --- drivers/soc/Kconfig |1 + drivers/soc/Makefile |1 + drivers/soc/freescale/Kconfig| 51 ++ drivers/soc/freescale/Makefile |7 +

[RFC v2 10/10] fsl_qman: Add HOTPLUG_CPU support

2015-02-16 Thread Emil Medve
From: Hai-Ying Wang Change-Id: Ica4d1b2b0fd3c3ae5e043663febd9f4cb7c762cf Signed-off-by: Hai-Ying Wang --- drivers/soc/freescale/qman_portal.c | 45 + 1 file changed, 45 insertions(+) diff --git a/drivers/soc/freescale/qman_portal.c

[RFC v2 03/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA BMan

2015-02-16 Thread Emil Medve
From: Geoff Thorpe Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe --- arch/powerpc/Kconfig | 5 + arch/powerpc/configs/mpc85xx_defconfig| 1 + arch/powerpc/configs/mpc85xx_smp_defconfig| 1 +

[RFC v2 08/10] fsl_qman: Add debugfs support

2015-02-16 Thread Emil Medve
From: Geoff Thorpe Change-Id: I59a75a91b289193b5ab1d30a08f60119dc4d7568 Signed-off-by: Geoff Thorpe --- drivers/soc/freescale/Kconfig|7 + drivers/soc/freescale/Makefile |1 + drivers/soc/freescale/qman_api.c | 58 ++ drivers/soc/freescale/qman_debugfs.c | 1326

[RFC v2 09/10] fsl_bman: Add HOTPLUG_CPU support

2015-02-16 Thread Emil Medve
From: Hai-Ying Wang Change-Id: I863d5c15c7f35f9de4ea3d985e4ff467167924b7 Signed-off-by: Hai-Ying Wang --- drivers/soc/freescale/bman_portal.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/drivers/soc/freescale/bman_portal.c

[RFC v2 06/10] fsl_qman: Add self-tester

2015-02-16 Thread Emil Medve
From: Geoff Thorpe Change-Id: I314d36d94717cfc34053b6212899f71cb729d16c Signed-off-by: Geoff Thorpe --- drivers/soc/freescale/Kconfig | 26 +- drivers/soc/freescale/Makefile | 4 + drivers/soc/freescale/bman_test.c | 2 +-

[RFC v2 07/10] fsl_bman: Add debugfs support

2015-02-16 Thread Emil Medve
From: Geoff Thorpe Change-Id: I7eea7aea8a58ad0c28451b70801c0d101e88d263 Signed-off-by: Geoff Thorpe --- drivers/soc/freescale/Kconfig| 7 +++ drivers/soc/freescale/Makefile | 1 + drivers/soc/freescale/bman_api.c | 19 ++ drivers/soc/freescale/bman_debugfs.c | 119

[RFC v2 10/10] fsl_qman: Add HOTPLUG_CPU support

2015-02-16 Thread Emil Medve
From: Hai-Ying Wang haiying.w...@freescale.com Change-Id: Ica4d1b2b0fd3c3ae5e043663febd9f4cb7c762cf Signed-off-by: Hai-Ying Wang haiying.w...@freescale.com --- drivers/soc/freescale/qman_portal.c | 45 + 1 file changed, 45 insertions(+) diff --git

[RFC v2 05/10] fsl_bman: Add self-tester

2015-02-16 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: If1b44bb013addc1e855c73a4e6ff74bc8b6e4829 Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/freescale/Kconfig| 26 drivers/soc/freescale/Makefile | 8 +- drivers/soc/freescale/bman.c

[RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-02-16 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/Kconfig |1 + drivers/soc/Makefile |1 + drivers/soc/freescale/Kconfig| 51

[RFC v2 04/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA QMan

2015-02-16 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- arch/powerpc/platforms/85xx/corenet_generic.c | 8 +++- arch/powerpc/platforms/85xx/p1023_rdb.c | 8 +++- 2 files changed,

[RFC v2 08/10] fsl_qman: Add debugfs support

2015-02-16 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I59a75a91b289193b5ab1d30a08f60119dc4d7568 Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/freescale/Kconfig|7 + drivers/soc/freescale/Makefile |1 + drivers/soc/freescale/qman_api.c | 58

[RFC v2 09/10] fsl_bman: Add HOTPLUG_CPU support

2015-02-16 Thread Emil Medve
From: Hai-Ying Wang haiying.w...@freescale.com Change-Id: I863d5c15c7f35f9de4ea3d985e4ff467167924b7 Signed-off-by: Hai-Ying Wang haiying.w...@freescale.com --- drivers/soc/freescale/bman_portal.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff

[RFC v2 06/10] fsl_qman: Add self-tester

2015-02-16 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I314d36d94717cfc34053b6212899f71cb729d16c Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/freescale/Kconfig | 26 +- drivers/soc/freescale/Makefile | 4 +

[RFC v2 03/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA BMan

2015-02-16 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- arch/powerpc/Kconfig | 5 + arch/powerpc/configs/mpc85xx_defconfig| 1 +

[RFC v2 00/10] Freescale DPAA B/QMan drivers

2015-02-16 Thread Emil Medve
v2: Moved out of staging into soc/freescale Hello, This is the se attempt to publish the . They are not to be applied yet. These are the Freescale DPAA B/QMan drivers. At this stage, this is more or less the drivers from the Freescale PowerPC SDK roughly squashed and split in a sequence

[RFC v2 07/10] fsl_bman: Add debugfs support

2015-02-16 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I7eea7aea8a58ad0c28451b70801c0d101e88d263 Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/soc/freescale/Kconfig| 7 +++ drivers/soc/freescale/Makefile | 1 + drivers/soc/freescale/bman_api.c | 19

Re: [RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-05 Thread Emil Medve
Hello Bob, On 02/05/2015 09:48 AM, Bob Cochran wrote: > On 02/04/2015 09:48 AM, Emil Medve wrote: >> >> Hello, >> >> >> This is the first attempt to publish the Freescale DPAA B/QMan >> drivers. They are >> not to be applied yet. At this st

Re: [RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-05 Thread Emil Medve
Hello Dan, Thanks for the reply On 02/05/2015 02:41 AM, Dan Carpenter wrote: > Normally, for staging drivers we just require the TODO and a maintainer > and we merge things as-is. There isn't really much review of the code. I think I'll go for drivers/soc as we have quite a handful of other

Re: [RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-05 Thread Emil Medve
Hello Bob, On 02/05/2015 09:48 AM, Bob Cochran wrote: On 02/04/2015 09:48 AM, Emil Medve wrote: Hello, This is the first attempt to publish the Freescale DPAA B/QMan drivers. They are not to be applied yet. At this stage, this is more or less the drivers from the Freescale PowerPC SDK

Re: [RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-05 Thread Emil Medve
Hello Dan, Thanks for the reply On 02/05/2015 02:41 AM, Dan Carpenter wrote: Normally, for staging drivers we just require the TODO and a maintainer and we merge things as-is. There isn't really much review of the code. I think I'll go for drivers/soc as we have quite a handful of other

Re: [RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-04 Thread Emil Medve
Hello Greg, Thanks for looking at this On 02/04/2015 12:40 PM, Greg KH wrote: > On Wed, Feb 04, 2015 at 08:48:32AM -0600, Emil Medve wrote: >> >> Hello, >> >> >> This is the first attempt to publish the Freescale DPAA B/QMan drivers. They >> are &

[RFC 06/10] fsl_qman: Add self-tester

2015-02-04 Thread Emil Medve
From: Geoff Thorpe Change-Id: I314d36d94717cfc34053b6212899f71cb729d16c Signed-off-by: Geoff Thorpe --- drivers/staging/fsl_qbman/Kconfig | 24 ++ drivers/staging/fsl_qbman/Makefile | 24 +- drivers/staging/fsl_qbman/qman_test.c | 57 +++

[RFC 10/10] fsl_qman: Add HOTPLUG_CPU support

2015-02-04 Thread Emil Medve
From: Hai-Ying Wang Change-Id: Ica4d1b2b0fd3c3ae5e043663febd9f4cb7c762cf Signed-off-by: Hai-Ying Wang --- drivers/staging/fsl_qbman/qman_driver.c | 45 + 1 file changed, 45 insertions(+) diff --git a/drivers/staging/fsl_qbman/qman_driver.c

[RFC 08/10] fsl_qman: Add debugfs support

2015-02-04 Thread Emil Medve
From: Geoff Thorpe Change-Id: I59a75a91b289193b5ab1d30a08f60119dc4d7568 Signed-off-by: Geoff Thorpe --- drivers/staging/fsl_qbman/Kconfig|7 + drivers/staging/fsl_qbman/Makefile |2 + drivers/staging/fsl_qbman/qman_debugfs.c | 1326 ++

[RFC 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-02-04 Thread Emil Medve
From: Geoff Thorpe Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be Signed-off-by: Geoff Thorpe --- drivers/staging/Kconfig |4 +- drivers/staging/Makefile |1 + drivers/staging/fsl_qbman/Kconfig| 52 ++ drivers/staging/fsl_qbman/Makefile

[RFC 03/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA BMan

2015-02-04 Thread Emil Medve
From: Geoff Thorpe Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe --- arch/powerpc/Kconfig | 33 +++ arch/powerpc/platforms/85xx/Kconfig | 11 + arch/powerpc/platforms/85xx/corenet_generic.c |

[RFC 09/10] fsl_bman: Add HOTPLUG_CPU support

2015-02-04 Thread Emil Medve
From: Hai-Ying Wang Change-Id: I863d5c15c7f35f9de4ea3d985e4ff467167924b7 Signed-off-by: Hai-Ying Wang --- drivers/staging/fsl_qbman/bman_driver.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/drivers/staging/fsl_qbman/bman_driver.c

[RFC 07/10] fsl_bman: Add debugfs support

2015-02-04 Thread Emil Medve
From: Geoff Thorpe Change-Id: I7eea7aea8a58ad0c28451b70801c0d101e88d263 Signed-off-by: Geoff Thorpe --- drivers/staging/fsl_qbman/Kconfig| 7 ++ drivers/staging/fsl_qbman/Makefile | 2 + drivers/staging/fsl_qbman/bman_debugfs.c | 119 +++

[RFC 05/10] fsl_bman: Add self-tester

2015-02-04 Thread Emil Medve
From: Geoff Thorpe Change-Id: If1b44bb013addc1e855c73a4e6ff74bc8b6e4829 Signed-off-by: Geoff Thorpe --- drivers/staging/fsl_qbman/Kconfig| 26 drivers/staging/fsl_qbman/Makefile | 16 ++- drivers/staging/fsl_qbman/bman_test.c| 56

[RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-04 Thread Emil Medve
Hello, This is the first attempt to publish the Freescale DPAA B/QMan drivers. They are not to be applied yet. At this stage, this is more or less the drivers from the Freescale PowerPC SDK roughly squashed and split in a sequence of component patches. They still needs some work and cleanup

[RFC 04/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA QMan

2015-02-04 Thread Emil Medve
From: Geoff Thorpe Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe --- arch/powerpc/platforms/85xx/corenet_generic.c | 8 +++- arch/powerpc/platforms/85xx/p1023_rdb.c | 8 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git

Re: [RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-04 Thread Emil Medve
Hello Greg, Thanks for looking at this On 02/04/2015 12:40 PM, Greg KH wrote: On Wed, Feb 04, 2015 at 08:48:32AM -0600, Emil Medve wrote: Hello, This is the first attempt to publish the Freescale DPAA B/QMan drivers. They are not to be applied yet. At this stage, this is more or less

[RFC 05/10] fsl_bman: Add self-tester

2015-02-04 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: If1b44bb013addc1e855c73a4e6ff74bc8b6e4829 Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/staging/fsl_qbman/Kconfig| 26 drivers/staging/fsl_qbman/Makefile | 16 ++-

[RFC 07/10] fsl_bman: Add debugfs support

2015-02-04 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I7eea7aea8a58ad0c28451b70801c0d101e88d263 Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/staging/fsl_qbman/Kconfig| 7 ++ drivers/staging/fsl_qbman/Makefile | 2 +

[RFC 09/10] fsl_bman: Add HOTPLUG_CPU support

2015-02-04 Thread Emil Medve
From: Hai-Ying Wang haiying.w...@freescale.com Change-Id: I863d5c15c7f35f9de4ea3d985e4ff467167924b7 Signed-off-by: Hai-Ying Wang haiying.w...@freescale.com --- drivers/staging/fsl_qbman/bman_driver.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff

[RFC 03/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA BMan

2015-02-04 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- arch/powerpc/Kconfig | 33 +++ arch/powerpc/platforms/85xx/Kconfig | 11

[RFC 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

2015-02-04 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/staging/Kconfig |4 +- drivers/staging/Makefile |1 + drivers/staging/fsl_qbman/Kconfig

[RFC 08/10] fsl_qman: Add debugfs support

2015-02-04 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I59a75a91b289193b5ab1d30a08f60119dc4d7568 Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/staging/fsl_qbman/Kconfig|7 + drivers/staging/fsl_qbman/Makefile |2 +

[RFC 10/10] fsl_qman: Add HOTPLUG_CPU support

2015-02-04 Thread Emil Medve
From: Hai-Ying Wang haiying.w...@freescale.com Change-Id: Ica4d1b2b0fd3c3ae5e043663febd9f4cb7c762cf Signed-off-by: Hai-Ying Wang haiying.w...@freescale.com --- drivers/staging/fsl_qbman/qman_driver.c | 45 + 1 file changed, 45 insertions(+) diff --git

[RFC 04/10] powerpc/mpc85xx: Add platform support for the Freescale DPAA QMan

2015-02-04 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I59de17c040cdd304f86306336fcf89f130f7db2d Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- arch/powerpc/platforms/85xx/corenet_generic.c | 8 +++- arch/powerpc/platforms/85xx/p1023_rdb.c | 8 +++- 2 files changed,

[RFC 00/10] Freescale DPAA B/QMan drivers

2015-02-04 Thread Emil Medve
Hello, This is the first attempt to publish the Freescale DPAA B/QMan drivers. They are not to be applied yet. At this stage, this is more or less the drivers from the Freescale PowerPC SDK roughly squashed and split in a sequence of component patches. They still needs some work and cleanup

[RFC 06/10] fsl_qman: Add self-tester

2015-02-04 Thread Emil Medve
From: Geoff Thorpe geoff.tho...@freescale.com Change-Id: I314d36d94717cfc34053b6212899f71cb729d16c Signed-off-by: Geoff Thorpe geoff.tho...@freescale.com --- drivers/staging/fsl_qbman/Kconfig | 24 ++ drivers/staging/fsl_qbman/Makefile | 24 +-

Re: [PATCH v2] iommu/fsl: Fix warning resulting from adding PCI device twice

2014-09-04 Thread Emil Medve
78] .kernel_init+0x1c/0xfa4 > [c001fe047e30] [c884] .ret_from_kernel_thread+0x58/0xd4 > Instruction dump: > 7c7f1b79 4182001c 7fe4fb78 7f83e378 38a01000 4bffc905 6000 7c641b78 > e87e8008 7fa5eb78 48482ff5 6000 <0fe0> 7fe3fb78 4bf7bd39 6000 >

Re: [PATCH v2] iommu/fsl: Fix warning resulting from adding PCI device twice

2014-09-04 Thread Emil Medve
e87e8008 7fa5eb78 48482ff5 6000 0fe0 7fe3fb78 4bf7bd39 6000 Signed-off-by: Varun Sethi varun.se...@freescale.com Tested-by: Emil Medve emilian.me...@freescale.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH 1/3] iommu/fsl: Fix PAMU window size check.

2014-07-02 Thread Emil Medve
> > Signed-off-by: Varun Sethi > --- > drivers/iommu/fsl_pamu.c|8 > drivers/iommu/fsl_pamu_domain.c |2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) Tested-by: Emil Medve On a P4080 DS (i.e. 32-bit SoC) Cheers, -- To unsubscribe from this

Re: [PATCH 1/3] iommu/fsl: Fix PAMU window size check.

2014-07-02 Thread Emil Medve
-by: Varun Sethi varun.se...@freescale.com --- drivers/iommu/fsl_pamu.c|8 drivers/iommu/fsl_pamu_domain.c |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) Tested-by: Emil Medve emilian.me...@freescale.com On a P4080 DS (i.e. 32-bit SoC) Cheers, -- To unsubscribe

[PATCH 2/3] memblock: Use for_each_memblock()

2014-03-25 Thread Emil Medve
Signed-off-by: Emil Medve --- This is a small cleanup mm/memblock.c | 24 +++- mm/page_alloc.c | 10 +- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/mm/memblock.c b/mm/memblock.c index 39a31e7..2b2aaf8 100644 --- a/mm/memblock.c +++ b/mm

[PATCH 1/3] memblock/x86: Use for_each_memblock()

2014-03-25 Thread Emil Medve
Signed-off-by: Emil Medve --- This is a minor cleanup arch/x86/mm/numa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c index 27aa0455..6b5e231 100644 --- a/arch/x86/mm/numa.c +++ b/arch/x86/mm/numa.c @@ -559,7 +559,7 @@ static

[PATCH 1/3] memblock/x86: Use for_each_memblock()

2014-03-25 Thread Emil Medve
Signed-off-by: Emil Medve emilian.me...@freescale.com --- This is a minor cleanup arch/x86/mm/numa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c index 27aa0455..6b5e231 100644 --- a/arch/x86/mm/numa.c +++ b/arch/x86/mm/numa.c

[PATCH 2/3] memblock: Use for_each_memblock()

2014-03-25 Thread Emil Medve
Signed-off-by: Emil Medve emilian.me...@freescale.com --- This is a small cleanup mm/memblock.c | 24 +++- mm/page_alloc.c | 10 +- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/mm/memblock.c b/mm/memblock.c index 39a31e7..2b2aaf8 100644 --- a/mm

Re: [PATCH] kbuild: Fix silent builds with make-4

2014-01-03 Thread Emil Medve
Hello Michal, On 01/03/2014 10:01 AM, Michal Marek wrote: > On 2013-12-05 22:56, Emil Medve wrote: >> make-4 changed the way/order it presents the command line options >> into MAKEFLAGS >> >> In make-3.8x, '-s' would always be first into a group of options >

Re: [PATCH] kbuild: Fix silent builds with make-4

2014-01-03 Thread Emil Medve
Hello Michal, On 01/03/2014 10:01 AM, Michal Marek wrote: On 2013-12-05 22:56, Emil Medve wrote: make-4 changed the way/order it presents the command line options into MAKEFLAGS In make-3.8x, '-s' would always be first into a group of options with the '-'/hyphen removed $ make -p -s 2

[PATCH] kbuild: Fix silent builds with make-4

2013-12-05 Thread Emil Medve
ons with the '-'/hyphen removed $ make -s -p 2>/dev/null | grep ^MAKEFLAGS MAKEFLAGS = ps Signed-off-by: Emil Medve --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2c88e44..0332949 100644 --- a/Makefile +++ b/Makefile @@ -311,9 +311,15 @@

[PATCH] kbuild: Fix silent builds with make-4

2013-12-05 Thread Emil Medve
with the '-'/hyphen removed $ make -s -p 2/dev/null | grep ^MAKEFLAGS MAKEFLAGS = ps Signed-off-by: Emil Medve emilian.me...@freescale.com --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2c88e44..0332949 100644 --- a/Makefile +++ b/Makefile

Re: [PATCH 1/4] phylib: Add Clause 45 read/write functions

2013-11-12 Thread Emil Medve
Hello Xiao-Hui, On 11/12/2013 07:51 PM, Shaohui Xie wrote: >> -Original Message- >> From: Wood Scott-B07421 >> Sent: Wednesday, November 13, 2013 5:58 AM >> To: shh@gmail.com >> Cc: linuxppc-...@lists.ozlabs.org; linux-kernel@vger.kernel.org; Kanetkar >> Shruti-B44454; Xie

Re: [PATCH 1/4] phylib: Add Clause 45 read/write functions

2013-11-12 Thread Emil Medve
Hello Xiao-Hui, On 11/12/2013 07:51 PM, Shaohui Xie wrote: -Original Message- From: Wood Scott-B07421 Sent: Wednesday, November 13, 2013 5:58 AM To: shh@gmail.com Cc: linuxppc-...@lists.ozlabs.org; linux-kernel@vger.kernel.org; Kanetkar Shruti-B44454; Xie Shaohui-B21989; Bucur

  1   2   >