[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 | 103

[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 b/arch/powerp

[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) sup

[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 | 1

[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 +- drivers/soc/fsl/{bman_tes

[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 --- a/drivers/soc/fsl/q

[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 --- a/dr

[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 +

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 >&g

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 series multi

[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 CPU

[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 inser

[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 drivers/soc/fsl/fman/pcd/fm

[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 + dr

[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, 1

[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 drivers/soc/fsl/fm

[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 drivers/soc/fsl/fma

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

[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 o

[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 a/arch/po

[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 + dr

[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 b/drivers/soc/freescale/q

[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 + arch/powerpc/platforms/85

[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 b/drivers/

[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 +- drivers/s

[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 +++

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,

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 dr

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 +++ drivers/staging/

[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 b/drivers/staging/fsl

[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 ++ drivers/s

[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 | 2

[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 b/driv

[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 +++ drivers/st

[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 drivers/staging/f

[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 bef

[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 a/arch/po

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

2014-09-04 Thread Emil Medve
2078] .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 1/3] iommu/fsl: Fix PAMU window size check.

2014-07-02 Thread Emil Medve
res. > > 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

[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

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 o

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

2013-12-05 Thread Emil Medve
s be last into a group of options 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 +

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-B21

[PATCH v2] Make the dev_*() family of macros in device.h complete

2007-10-30 Thread Emil Medve
Removed duplicates defined elsewhere Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- The macros are defined in the relative order KERN_* are defined in kernel.h linux-2.6> scripts/checkpatch.pl 0001-Make-the-dev_-family-of-macros-in-device.h-comple.patch Your patch has no obvi

[PATCH resend] Make the dev_*() family of macros in device.h complete

2007-10-29 Thread Emil Medve
Removed duplicates defined elsewhere Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- Reseding the patch to a larger audience The macros are defined in the relative order KERN_* are defined in kernel.h linux-2.6> scripts/checkpatch.pl 0001-Make-the-dev_-family-of-macros-in

[PATCH rebased] Use the new sg_page() helper

2007-10-23 Thread Emil Medve
no member named 'page' This change in the struct scatterlist was introduced by this commit: 18dabf473e15850c0dbc8ff13ac1e2806d542c15 Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- linux-2.6> scripts/checkpatch.pl 0001-Use-the-new-sg_page-helper.patch Your patch h

[PATCH] Use the new sg_page() helper

2007-10-23 Thread Emil Medve
no member named 'page' This change in the struct scatterlist was introduced by this commit: 18dabf473e15850c0dbc8ff13ac1e2806d542c15 Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- linux-2.6> scripts/checkpatch.pl 0001-Use-the-new-sg_page-helper.patch Your patch ha

[PATCH v2] Fix a build error when BLOCK=n

2007-10-18 Thread Emil Medve
ed in linux/backing-dev.h which used to be provided in mm/filemap.c by linux/blkdev.h until commit f5ff8422bbdd59f8c1f699df248e1b7a11073027 Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- This is against Linus' tree: d85714d81cc0408daddb68c10f7fd69eafe7c213 linux-2.6> scripts/ch

[PATCH] Fix a build error when BLOCK=n

2007-10-18 Thread Emil Medve
ed in linux/backing-dev.h which used to be provided in mm/filemap.c by linux/blkdev.h until commit f5ff8422bbdd59f8c1f699df248e1b7a11073027 Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- Also removed some trailing whitespaces This is against Linus' tree: d85714d81cc0408daddb68c1

[PATCH] Removed DOS EOLs from Documentation/input/iforce-protocol.txt

2007-09-20 Thread Emil Medve
Removed also trailing whitespaces Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- I'm running git with core.autocrlf=input and it singled out Documentation/input/iforce-protocol.txt as using DOS end-of-lines: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.g

[PATCH v3] Make the pr_*() family of macros in kernel.h complete

2007-09-12 Thread Emil Medve
Other/Some pr_*() macros are already defined in kernel.h, but pr_err() was defined multiple times in several other places Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- I'm writing a driver and I've been using the pr_*() macros from kernel.h and I was surprised not to find th

[PATCH v2] Move the definition of pr_err() into kernel.h

2007-09-11 Thread Emil Medve
Other pr_*() macros are already defined in kernel.h, but pr_err() was defined multiple times in several other places Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- I'm writing a driver and I've been using the pr_*() macros from kernel.h and I was surprised not to find th

[PATCH] Move the definition of pr_err() into kernel.h

2007-09-11 Thread Emil Medve
Other pr_*() macros are already defined in kernel.h, but pr_err() was defined multiple times in several other places Signed-off-by: Emil Medve <[EMAIL PROTECTED]> --- drivers/i2c/chips/menelaus.c | 10 -- drivers/net/spider_net.h |3 --- drivers/video/omap/lc