Re: linux-next: Tree for March 20

2008-03-20 Thread Mauro Carvalho Chehab
On Wed, 19 Mar 2008 21:21:21 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: On Thu, 20 Mar 2008 14:39:53 +1100 Stephen Rothwell wrote: Hi all, I have created today's linux-next tree at git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git (tar balls at

Re: How to handle patches that cross maintainers?

2007-07-03 Thread Mauro Carvalho Chehab
Em Ter, 2007-07-03 às 04:01 -0500, Kumar Gala escreveu: Andrew, I was hoping to get your input on how to handle patches that cross maintainers. I've got a patch that is pretty PPC specific, but happens to touch some drivers as well. Here's the diffstat to get a rough idea:

Re: [PATCH 2/2] device_attributes: add sysfs_attr_init() for dynamic attributes

2010-04-08 Thread Mauro Carvalho Chehab
Wolfram Sang wrote: Made necessary by 6992f5334995af474c2b58d010d08bc597f0f2fe. Prevents further key xxx not in .data bug-reports. Although some attributes could probably be converted to static ones, this is left for people having hardware to test. Found by this semantic patch: @ init @

Re: [PATCH] device_attributes: add sysfs_attr_init() for dynamic attributes

2010-04-10 Thread Mauro Carvalho Chehab
Mike Isely wrote: Acked-By: Mike Isely is...@pobox.com (in the context of the pvrusb2 driver related changes) Acked-by: Mauro Carvalho Chehab mche...@redhat.com -Mike On Mon, 22 Mar 2010, Wolfram Sang wrote: Made necessary by 6992f5334995af474c2b58d010d08bc597f0f2fe. Found

Re: [PATCH] media/IR: Add missing include file to rc-map.c

2010-05-15 Thread Mauro Carvalho Chehab
Peter Hüwe wrote: From: Peter Huewe peterhu...@gmx.de This patch adds a missing include linux/delay.h to prevent build failures[1-5] Signed-off-by: Peter Huewe peterhu...@gmx.de --- Forwarded to linux-next mailing list - breakage still exists in linux-next of 20100514 - please apply

Re: [PATCH 2/3] include: Convert ethernet mac address declarations to use ETH_ALEN

2013-08-01 Thread Mauro Carvalho Chehab
. Please add my ack on the next version after handling Rafael's request on acpi. Acked-by: Mauro Carvalho Chehab m.che...@samsung.com include/net/irda/irlan_common.h | 3 ++- 12 files changed, 61 insertions(+), 46 deletions(-) diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h

Re: [PATCH V3] i2c: move of helpers into the core

2013-08-24 Thread Mauro Carvalho Chehab
Nawrocki s.nawro...@samsung.com Signed-off-by: Wolfram Sang w...@the-dreams.de Acked-by: Mauro Carvalho Chehab m.che...@samsung.com --- V2-V3: Was trying to be too smart by only fixing includes needed. Took a more general approach this time, converting of_i2c.h to i2c.h in case i2c.h

[EDAC PATCH v13 7/7] edac: Change internal representation to work with layers

2012-04-16 Thread Mauro Carvalho Chehab
...@kernel.crashing.org Cc: Hitoshi Mitake h.mit...@gmail.com Cc: Andrew Morton a...@linux-foundation.org Cc: Niklas Söderlund niklas.soderl...@ericsson.com Cc: Shaohui Xie shaohui@freescale.com Cc: Josh Boyer jwbo...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche

[EDAC PATCH v13 4/7] edac: move nr_pages to dimm struct

2012-04-16 Thread Mauro Carvalho Chehab
: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/edac/amd64_edac.c | 12 +++-- drivers/edac/amd76x_edac.c |6 ++-- drivers/edac/cell_edac.c |8 -- drivers/edac/cpc925_edac.c |8 -- drivers/edac/e752x_edac.c

[EDAC_ABI PATCH v13 20/26] pasemi_edac: convert driver to use the new edac ABI

2012-04-16 Thread Mauro Carvalho Chehab
The legacy edac ABI is going to be removed. Port the driver to use and benefit from the new API functionality. Cc: Olof Johansson o...@lixom.net Cc: Egor Martovetsky e...@pasemi.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/edac

[EDAC ABI v13 24/25] edac: change the mem allocation scheme to make Documentation/kobject.txt happy

2012-04-16 Thread Mauro Carvalho Chehab
: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Hitoshi Mitake h.mit...@gmail.com Cc: Andrew Morton a...@linux-foundation.org Cc: Shaohui Xie shaohui@freescale.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche

[EDAC ABI v13 07/25] edac: Rename the parent dev to pdev

2012-04-16 Thread Mauro Carvalho Chehab
: Andrew Morton a...@linux-foundation.org Cc: Niklas Söderlund niklas.soderl...@ericsson.com Cc: Shaohui Xie shaohui@freescale.com Cc: Josh Boyer jwbo...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/edac/amd64_edac.c |2

Re: [EDAC PATCH v13 4/7] edac: move nr_pages to dimm struct

2012-04-17 Thread Mauro Carvalho Chehab
Em 17-04-2012 15:48, Borislav Petkov escreveu: On Mon, Apr 16, 2012 at 05:12:10PM -0300, Mauro Carvalho Chehab wrote: The number of pages is a dimm property. Move it to the dimm struct. After this change, it is possible to add sysfs nodes for the DIMM's that Minor nitpick

Re: [EDAC PATCH v13 4/7] edac: move nr_pages to dimm struct

2012-04-18 Thread Mauro Carvalho Chehab
Em 17-04-2012 18:40, Borislav Petkov escreveu: On Tue, Apr 17, 2012 at 04:28:49PM -0300, Mauro Carvalho Chehab wrote: Ok. well, we can either multiply nr_pages by channel_count or to let it clear that this is per channel. I prefer the last option (see the enclosed patch). @@ -2152,6 +2146,7

[PATCH] edac: move nr_pages to dimm struct

2012-04-18 Thread Mauro Carvalho Chehab
Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- v14: Fix two debug messages to properly report the number of pages drivers/edac/amd64_edac.c | 14 --- drivers/edac/amd76x_edac.c |6 ++-- drivers/edac/cell_edac.c |8

[PATCH] edac: Change internal representation to work with layers

2012-04-18 Thread Mauro Carvalho Chehab
...@kernel.crashing.org Cc: Hitoshi Mitake h.mit...@gmail.com Cc: Andrew Morton a...@linux-foundation.org Cc: Niklas Söderlund niklas.soderl...@ericsson.com Cc: Shaohui Xie shaohui@freescale.com Cc: Josh Boyer jwbo...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche

Re: [EDAC ABI v13 24/25] edac: change the mem allocation scheme to make Documentation/kobject.txt happy

2012-04-19 Thread Mauro Carvalho Chehab
Hi Joe, Em 17-04-2012 18:17, Joe Perches escreveu: On Mon, 2012-04-16 at 17:38 -0300, Mauro Carvalho Chehab wrote: Kernel kobjects have rigid rules: each container object should be dynamically allocated, and can't be allocated into a single kmalloc. EDAC never obeyed this rule: it has

[PATCH] edac: change the mem allocation scheme to make Documentation/kobject.txt happy

2012-04-19 Thread Mauro Carvalho Chehab
...@suse.cz Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Hitoshi Mitake h.mit...@gmail.com Cc: Andrew Morton a...@linux-foundation.org Cc: Shaohui Xie shaohui@freescale.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho

[PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-24 Thread Mauro Carvalho Chehab
...@kernel.crashing.org Cc: Hitoshi Mitake h.mit...@gmail.com Cc: Andrew Morton a...@linux-foundation.org Cc: Niklas Söderlund niklas.soderl...@ericsson.com Cc: Shaohui Xie shaohui@freescale.com Cc: Josh Boyer jwbo...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-27 Thread Mauro Carvalho Chehab
Em 27-04-2012 10:33, Borislav Petkov escreveu: Btw, this patch gives [8.278399] EDAC DEBUG: new_edac_mc_alloc: new_edac_mc_alloc: 0: dimm0 (0:0:0): row 0, chan 0 [8.287594] EDAC DEBUG: new_edac_mc_alloc: new_edac_mc_alloc: 1: dimm1 (0:1:0): row 0, chan 1 [8.296784] EDAC

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-27 Thread Mauro Carvalho Chehab
Em 27-04-2012 11:11, Joe Perches escreveu: On Fri, 2012-04-27 at 15:33 +0200, Borislav Petkov wrote: this patch gives [8.278399] EDAC DEBUG: new_edac_mc_alloc: new_edac_mc_alloc: 0: dimm0 (0:0:0): row 0, chan 0 One too many __func__'s in some combination of the pr_fmt and/or dbg call

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-27 Thread Mauro Carvalho Chehab
Em 27-04-2012 15:11, Luck, Tony escreveu: + for (i = 0; i dimm-mci-n_layers; i++) { + printk(KERN_CONT %d, dimm-location[i]); + if (i dimm-mci-n_layers - 1) + printk(KERN_CONT .); + } + printk(KERN_CONT \n); This looks hacky but I don't have a good

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-29 Thread Mauro Carvalho Chehab
Em 28-04-2012 06:05, Borislav Petkov escreveu: On Fri, Apr 27, 2012 at 12:36:12PM -0300, Mauro Carvalho Chehab wrote: The fix for it were in another patch[1], as calling them as rank is needed also at the sysfs API. No, this doesn't fix it either: [ 10.486440] EDAC MC: DCT0 chip selects

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-29 Thread Mauro Carvalho Chehab
Em 28-04-2012 14:07, Joe Perches escreveu: On Sat, 2012-04-28 at 11:16 +0200, Borislav Petkov wrote: On Fri, Apr 27, 2012 at 02:52:35PM -0300, Mauro Carvalho Chehab wrote: All those local variables should be sorted in a reverse christmas tree order: u32 this_is_the_longest_array_name

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-29 Thread Mauro Carvalho Chehab
Em 28-04-2012 06:16, Borislav Petkov escreveu: On Fri, Apr 27, 2012 at 02:52:35PM -0300, Mauro Carvalho Chehab wrote: Also, is it valid to have n_layers == 0? The memcpy call below will do nothing. Changed to: BUG_ON(n_layers EDAC_MAX_LAYERS || n_layers == 0); Really? Look below

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-29 Thread Mauro Carvalho Chehab
Em 28-04-2012 05:52, Borislav Petkov escreveu: On Fri, Apr 27, 2012 at 01:07:38PM -0300, Mauro Carvalho Chehab wrote: Yes. This is a common issue at the EDAC core: on several places, it calls the edac debug macros (DEBUGF0...DEBUGF4) passing a __func__ as an argument, while the debug macros

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-30 Thread Mauro Carvalho Chehab
Em 30-04-2012 05:15, Borislav Petkov escreveu: On Sun, Apr 29, 2012 at 10:49:44AM -0300, Mauro Carvalho Chehab wrote: [ 10.486440] EDAC MC: DCT0 chip selects: [ 10.486443] EDAC amd64: MC: 0: 2048MB 1: 2048MB [ 10.486445] EDAC amd64: MC: 2: 2048MB 3: 2048MB [ 10.486448] EDAC amd64

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-30 Thread Mauro Carvalho Chehab
Em 30-04-2012 04:59, Borislav Petkov escreveu: On Sun, Apr 29, 2012 at 11:16:53AM -0300, Mauro Carvalho Chehab wrote: Hey, are you looking at compiled code or at source code? Because I'm looking at source code, and it is a pretty safe bet the majority of the people here do that too. What I

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-30 Thread Mauro Carvalho Chehab
Em 30-04-2012 05:15, Borislav Petkov escreveu: On Sun, Apr 29, 2012 at 10:49:44AM -0300, Mauro Carvalho Chehab wrote: [ 10.486440] EDAC MC: DCT0 chip selects: [ 10.486443] EDAC amd64: MC: 0: 2048MB 1: 2048MB [ 10.486445] EDAC amd64: MC: 2: 2048MB 3: 2048MB [ 10.486448] EDAC amd64

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-30 Thread Mauro Carvalho Chehab
Em 30-04-2012 08:11, Borislav Petkov escreveu: On Mon, Apr 30, 2012 at 07:58:33AM -0300, Mauro Carvalho Chehab wrote: For example, this is the mapping used by the second memory controller of the SB machine I'm using on my tests: [52803.640043] EDAC DEBUG: sbridge_probe: Registering MC#1 (2

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-30 Thread Mauro Carvalho Chehab
Em 30-04-2012 09:38, Borislav Petkov escreveu: On Mon, Apr 30, 2012 at 08:45:09AM -0300, Mauro Carvalho Chehab wrote: Em 30-04-2012 08:11, Borislav Petkov escreveu: On Mon, Apr 30, 2012 at 07:58:33AM -0300, Mauro Carvalho Chehab wrote: This way it says initializing 12 dimms and the user

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-04-30 Thread Mauro Carvalho Chehab
Em 30-04-2012 10:00, Mauro Carvalho Chehab escreveu: Em 30-04-2012 09:38, Borislav Petkov escreveu: On Mon, Apr 30, 2012 at 08:45:09AM -0300, Mauro Carvalho Chehab wrote: Em 30-04-2012 08:11, Borislav Petkov escreveu: On Mon, Apr 30, 2012 at 07:58:33AM -0300, Mauro Carvalho Chehab wrote

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers

2012-05-04 Thread Mauro Carvalho Chehab
Em 04-05-2012 06:52, Borislav Petkov escreveu: On Thu, May 03, 2012 at 11:16:54AM -0300, Mauro Carvalho Chehab wrote: + bool enable_filter, + unsigned pos[EDAC_MAX_LAYERS]) Passing the whole array as an argument instead of only

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers, second version

2012-05-04 Thread Mauro Carvalho Chehab
Em 04-05-2012 07:16, Borislav Petkov escreveu: On Thu, May 03, 2012 at 11:16:54AM -0300, Mauro Carvalho Chehab wrote: edac: Change internal representation to work with layers ... /** - * edac_mc_alloc: Allocate a struct mem_ctl_info structure - * @size_pvt: size of private storage

Re: [PATCH EDACv16 1/2] edac: Change internal representation to work with layers, second version

2012-05-07 Thread Mauro Carvalho Chehab
Em 07-05-2012 10:32, Borislav Petkov escreveu: breaking thread because it grew too big. On Fri, May 04, 2012 at 07:48:42AM -0300, Mauro Carvalho Chehab wrote: [ … ] +memset(pos, 0, sizeof(pos)); +row = 0; +chn = 0; +debugf4(%s: initializing %d %s\n, __func__, tot_dimms

[PATCH] edac: Change internal representation to work with layers

2012-05-08 Thread Mauro Carvalho Chehab
Xie shaohui@freescale.com Cc: Josh Boyer jwbo...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- v.21: As requested by Borislav, fold two patches: http://git.infradead.org/users/mchehab/edac.git/commitdiff

[PATCH EDAC v26 27/66] pasemi_edac: convert driver to use the new edac ABI

2012-05-18 Thread Mauro Carvalho Chehab
The legacy edac ABI is going to be removed. Port the driver to use and benefit from the new API functionality. Cc: Olof Johansson o...@lixom.net Cc: Egor Martovetsky e...@pasemi.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/edac

[PATCH EDAC v26 07/66] edac: Change internal representation to work with layers

2012-05-18 Thread Mauro Carvalho Chehab
Xie shaohui@freescale.com Cc: Josh Boyer jwbo...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/edac/edac_core.h | 99 ++-- drivers/edac/edac_mc.c | 702 +- include/linux/edac.h

[PATCH EDAC v26 55/66] edac: change the mem allocation scheme to make Documentation/kobject.txt happy

2012-05-18 Thread Mauro Carvalho Chehab
dbarysh...@gmail.com Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Hitoshi Mitake h.mit...@gmail.com Cc: Andrew Morton a...@linux-foundation.org Cc: Shaohui Xie shaohui@freescale.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers

[PATCH EDAC v26 04/66] edac: move nr_pages to dimm struct

2012-05-18 Thread Mauro Carvalho Chehab
...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/edac/amd64_edac.c | 10 +--- drivers/edac/amd76x_edac.c |6 ++-- drivers/edac/cell_edac.c |8 -- drivers/edac/cpc925_edac.c |8 -- drivers/edac

[PATCH EDAC v26 40/66] edac: Rename the parent dev to pdev

2012-05-18 Thread Mauro Carvalho Chehab
: Andrew Morton a...@linux-foundation.org Cc: Niklas Söderlund niklas.soderl...@ericsson.com Cc: Shaohui Xie shaohui@freescale.com Cc: Josh Boyer jwbo...@gmail.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/edac/amd64_edac.c |2

Re: Build regressions/improvements in v3.5-rc3

2012-06-18 Thread Mauro Carvalho Chehab
Em 18-06-2012 17:27, Kim Phillips escreveu: On Sun, 17 Jun 2012 21:56:59 +0200 Geert Uytterhoeven ge...@linux-m68k.org wrote: + drivers/edac/mpc85xx_edac.c: error: too few arguments to function 'edac_mc_alloc': = 983:90 powerpc-randconfig fixed in linux-next commit b9bc5dd, should

[git:v4l-dvb/for_v3.6] edac: Change internal representation to work with layers

2012-08-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: edac: Change internal representation to work with layers Author: Mauro Carvalho Chehab mche...@redhat.com Date:Wed Apr 18 15:20:50 2012

[git:v4l-dvb/for_v3.6] edac: move nr_pages to dimm struct

2012-08-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: edac: move nr_pages to dimm struct Author: Mauro Carvalho Chehab mche...@redhat.com Date:Sat Jan 28 09:09:38 2012 -0300 The number of pages

[git:v4l-dvb/for_v3.6] edac: Rename the parent dev to pdev

2012-08-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: edac: Rename the parent dev to pdev Author: Mauro Carvalho Chehab mche...@redhat.com Date:Fri Mar 16 07:44:18 2012 -0300 As EDAC doesn't

[git:v4l-dvb/for_v3.6] pasemi_edac: convert driver to use the new edac ABI

2012-08-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: pasemi_edac: convert driver to use the new edac ABI Author: Mauro Carvalho Chehab mche...@redhat.com Date:Mon Apr 16 15:11:36 2012 -0300

[git:v4l-dvb/for_v3.6] edac: change the mem allocation scheme to make Documentation/kobject.txt happy

2012-08-03 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: edac: change the mem allocation scheme to make Documentation/kobject.txt happy Author: Mauro Carvalho Chehab mche...@redhat.com Date:Tue

Re: [PATCH 04/28] proc: Supply PDE attribute setting accessor functions [RFC]

2013-04-16 Thread Mauro Carvalho Chehab
/av7110_ir.c |2 +- Weird that av7110 IR uses /proc... Well, this is an old, obsolete driver for hardware that is not sold anymore for a long time... So, be it. Acked-by: Mauro Carvalho Chehab mche...@redhat.com drivers/net/irda/vlsi_ir.c|2 +- drivers/net

Re: [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper

2013-10-31 Thread Mauro Carvalho Chehab
, right? If so: Acked-by: Mauro Carvalho Chehab m.che...@samsung.com Regards, Hans --- drivers/staging/media/dt3155v4l/dt3155v4l.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c b/drivers/staging

Re: [PATCH 00/34] Make kernel build deterministic

2011-04-05 Thread Mauro Carvalho Chehab
theirs? I'm happy for this to go through a single tree. Me too. With respect to the patches I was c/c (patches 13, 14, 31): Acked-by: Mauro Carvalho Chehab mche...@redhat.com Thanks, Mauro. ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org

[PATCH] [media] move media platform data to linux/platform_data/media

2015-11-17 Thread Mauro Carvalho Chehab
include/$PREV_DIR($i)\b,include/$MAIN_DIR$j\1,; print \$_' |\\"; done; done; echo "cat > a && mv a \$i; done" ); ) >script && . ./script Suggested-by: Arnd Bergmann <a...@arndb.de> Signed-off-by:

[PATCH v2 11/19] edac: rename edac_core.h to edac_mc.h

2016-10-29 Thread Mauro Carvalho Chehab
Now, all left at edac_core.h are at drivers/edac/edac_mc.c, so rename it to edac_mc.h. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- drivers/edac/altera_edac.c | 1 - drivers/edac/amd64_edac.h | 2 +- drivers/edac/amd76x_edac.c

[PATCH 1/3] ABI: fix some syntax issues at the ABI database

2016-10-28 Thread Mauro Carvalho Chehab
ot;:" character at a file preamble, causing it to be misinterpreted as a tag. - On the other files, instead of "What", they use "Where". Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- Documentation/ABI/testing/pstore | 2

[PATCH v2 02/11] ABI: fix some syntax issues at the ABI database

2017-04-13 Thread Mauro Carvalho Chehab
ot;:" character at a file preamble, causing it to be misinterpreted as a tag. - On the other files, instead of "What", they use "Where". Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- Documentation/ABI/testing/pstore | 2

Re: [trivial PATCH] treewide: Align function definition open/close braces

2017-12-19 Thread Mauro Carvalho Chehab
e gnu complexity to work > properly for these modified functions. > > Miscellanea: > > o Remove extra trailing ; and blank line from xfs_agf_verify > > Signed-off-by: Joe Perches <j...@perches.com> For the media patch: Acked-by: Mauro Carvalho Chehab <mche...@s-op

[PATCH 2/6] media: rc keymaps: add SPDX identifiers to the code I wrote

2017-11-17 Thread Mauro Carvalho Chehab
license requirement for those modles. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c | 8 ++-- drivers/media/rc/keymaps/rc-apac-viewcomp.c | 8 ++-- drivers/media/rc/keymaps/rc-asus-pc39.c

[PATCH v2 5/7] media: rc keymaps: add SPDX identifiers to the code I wrote

2017-12-01 Thread Mauro Carvalho Chehab
license requirement for those modles. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c| 17 + drivers/media/rc/keymaps/rc-apac-viewcomp.c| 17 + drivers/media/rc/keymaps/rc-asus-

[PATCH 0/9] Fix references for some missing documentation files

2018-06-26 Thread Mauro Carvalho Chehab
_context.h and include/linux/lsm_hooks.h) . That makes me wander that we should likely add some logic (or run the detect script) at checkpatch.pl or make it to call ./scripts/documentation-file-ref-check. Mauro Carvalho Chehab (9): scripts/documentation-file-ref-check: remove some false positives

Re: [PATCH 3/3] videobuf2: replace a layering violation with dma_map_resource

2019-01-11 Thread Mauro Carvalho Chehab
rchitectures with dma direct mapping offsets, but also not to uses > of IOMMUs of any kind. Switch to the proper dma_map_resource / > dma_unmap_resource interface instead. Makes sense to me. I'm assuming that you'll be pushing it together with other mm patches, so: Acked-by: Mauro Carvalho Chehab

Re: [PATCH 3/3] videobuf2: replace a layering violation with dma_map_resource

2019-01-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Jan 2019 11:31:39 +0100 Christoph Hellwig escreveu: > On Fri, Jan 11, 2019 at 05:54:16PM -0200, Mauro Carvalho Chehab wrote: > > Em Fri, 11 Jan 2019 19:17:31 +0100 > > Christoph Hellwig escreveu: > > > > > vb2_dc_get_userptr pokes into arm

Re: [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

2018-09-12 Thread Mauro Carvalho Chehab
e controller codes to adjust the air conditioning system ;-) From lirc driver's PoV, there's nothing that really prevents one to do that and use lirc API, and the driver is generic enough to work on any hardware platform. I didn't check the implementation of generic_compat_ioctl_ptrarg(), but assuming it is ok, Acked-by: Mauro Carvalho Chehab Thanks, Mauro

[PATCH 21/21] docs: hwmon: Add an index file and rename docs to *.rst

2019-04-10 Thread Mauro Carvalho Chehab
Now that all files were converted to ReST format, rename them and add an index. Signed-off-by: Mauro Carvalho Chehab --- .../devicetree/bindings/hwmon/g762.txt| 2 +- Documentation/hwmon/{ab8500 => ab8500.rst}| 2 +- ...guru-datasheet => abituguru-datasheet.rst} | 0 ...

[PATCH 11/21] docs: hwmon: ibmpowernv: convert to ReST format

2019-04-10 Thread Mauro Carvalho Chehab
Convert ibmpowernv to ReST format, in order to allow it to be parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/hwmon/ibmpowernv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/hwmon/ibmpowernv b/Documentation/hwmon/ibmpowernv index 56468258711f

[PATCH 00/21] Convert hwmon documentation to ReST

2019-04-10 Thread Mauro Carvalho Chehab
://git.linuxtv.org/mchehab/experimental.git/log/?h=hwmon If you want to see the results, they're at: https://www.infradead.org/~mchehab/hwmon/ Mauro Carvalho Chehab (21): docs: hwmon: k10temp: convert to ReST format docs: hwmon: vexpress: convert to ReST format docs: hwmon: menf21bmc

Re: [PATCH v2 00/21] Convert hwmon documentation to ReST

2019-04-11 Thread Mauro Carvalho Chehab
Em Thu, 11 Apr 2019 14:07:31 -0700 Guenter Roeck escreveu: > On Thu, Apr 11, 2019 at 05:43:57PM -0300, Mauro Carvalho Chehab wrote: > > Em Thu, 11 Apr 2019 12:43:24 -0600 > > Jonathan Corbet escreveu: > > > > > On Wed, 10 Apr 2019 16:22:37 -0300 >

[PATCH 26/57] docs: powerpc: convert docs to ReST

2019-04-15 Thread Mauro Carvalho Chehab
with regards to "--": on Sphinx, this can't be used to identify a list, as it will format it badly. This can be used, however, to identify a long hyphen - and "---" is an even longer one. Signed-off-by: Mauro Carvalho Chehab --- Documentation/powerpc/DAWR-POWER9.txt | 10 +- D

[PATCH 00/57] Convert files to ReST

2019-04-15 Thread Mauro Carvalho Chehab
in html can be seen at: https://www.infradead.org/~mchehab/rst_conversion/ Mauro Carvalho Chehab (57): docs: trace: fix some Sphinx warnings docs: acpi: convert text files to ReST docs: aoe: convert text files to ReST docs: arm64: convert documentation to ReST format docs: cdrom

Re: [PATCH v3 21/21] docs: hwmon: Add an index file and rename docs to *.rst

2019-04-18 Thread Mauro Carvalho Chehab
Em Wed, 17 Apr 2019 10:47:28 -0700 Guenter Roeck escreveu: > On Wed, Apr 17, 2019 at 10:43:37AM -0700, Guenter Roeck wrote: > > On Wed, Apr 17, 2019 at 02:22:15PM -0300, Mauro Carvalho Chehab wrote: > > > Em Wed, 17 Apr 2019 14:13:52 -0300 > > > Maur

Re: [PATCH v2 00/21] Convert hwmon documentation to ReST

2019-04-16 Thread Mauro Carvalho Chehab
Em Tue, 16 Apr 2019 13:31:14 -0700 Guenter Roeck escreveu: > On Tue, Apr 16, 2019 at 02:19:49PM -0600, Jonathan Corbet wrote: > > On Fri, 12 Apr 2019 20:09:16 -0700 > > Guenter Roeck wrote: > > > > > The big real-world question is: Is the series good enough for you to > > > accept, > > > or

Avoiding merge conflicts while adding new docs - Was: Re: [PATCH 00/57] Convert files to ReST

2019-04-18 Thread Mauro Carvalho Chehab
Jon, Em Mon, 15 Apr 2019 23:55:25 -0300 Mauro Carvalho Chehab escreveu: > I have a separate patch series with do the actual rename and > adjustment of references. I opted to submit this first, as it > sounds easier to merge this way, as each subsystem maintainer > can apply th

Re: [PATCH v2 00/21] Convert hwmon documentation to ReST

2019-04-17 Thread Mauro Carvalho Chehab
Em Tue, 16 Apr 2019 20:49:31 -0700 Guenter Roeck escreveu: > On 4/16/19 6:58 PM, Mauro Carvalho Chehab wrote: > > Em Tue, 16 Apr 2019 13:31:14 -0700 > > Guenter Roeck escreveu: > > > >> On Tue, Apr 16, 2019 at 02:19:49PM -0600, Jonathan Corbet wrote: >

[PATCH v3 11/21] docs: hwmon: ibmpowernv: convert to ReST format

2019-04-17 Thread Mauro Carvalho Chehab
Convert ibmpowernv to ReST format, in order to allow it to be parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab --- Documentation/hwmon/ibmpowernv | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/Documentation/hwmon/ibmpowernv b

[PATCH v3 21/21] docs: hwmon: Add an index file and rename docs to *.rst

2019-04-17 Thread Mauro Carvalho Chehab
Now that all files were converted to ReST format, rename them and add an index. Signed-off-by: Mauro Carvalho Chehab --- .../devicetree/bindings/hwmon/g762.txt| 2 +- Documentation/hwmon/{ab8500 => ab8500.rst}| 2 +- ...guru-datasheet => abituguru-datasheet.rst} | 0 ...

Re: [PATCH v2 00/21] Convert hwmon documentation to ReST

2019-04-12 Thread Mauro Carvalho Chehab
Em Fri, 12 Apr 2019 09:12:52 -0700 Guenter Roeck escreveu: > On 4/12/19 9:04 AM, Jonathan Corbet wrote: > > On Thu, 11 Apr 2019 14:07:31 -0700 > > Guenter Roeck wrote: > > > >>> While nobody does such split, IMHO, the best would be to keep the > >>> information outside

Re: [PATCH v2 00/21] Convert hwmon documentation to ReST

2019-04-11 Thread Mauro Carvalho Chehab
Em Thu, 11 Apr 2019 12:43:24 -0600 Jonathan Corbet escreveu: > On Wed, 10 Apr 2019 16:22:37 -0300 > Mauro Carvalho Chehab wrote: > > > This series converts the contents of Documentation/hwmon to ReST > > format. > > > > PS.: I opted to group the conversi

Re: [PATCH 09/22] docs: mark orphan documents as such

2019-06-04 Thread Mauro Carvalho Chehab
Em Mon, 3 Jun 2019 09:32:54 +0200 Christophe Leroy escreveu: > Le 30/05/2019 à 01:23, Mauro Carvalho Chehab a écrit : > > Sphinx doesn't like orphan documents: > > > > Documentation/accelerators/ocxl.rst: WARNING: document isn't included > > in any toctree >

Re: [PATCH 22/22] docs: fix broken documentation links

2019-06-04 Thread Mauro Carvalho Chehab
Em Mon, 3 Jun 2019 09:34:15 +0200 Christophe Leroy escreveu: > Le 30/05/2019 à 01:23, Mauro Carvalho Chehab a écrit : > > Mostly due to x86 and acpi conversion, several documentation > > links are still pointing to the old file. Fix them. > > > > Signed-of

Re: [PATCH 22/22] docs: fix broken documentation links

2019-06-04 Thread Mauro Carvalho Chehab
Em Tue, 4 Jun 2019 06:46:14 -0300 Mauro Carvalho Chehab escreveu: > Em Mon, 3 Jun 2019 09:34:15 +0200 > Christophe Leroy escreveu: > > > [...] > > > > > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > > > index 8c1c636308c8..e868d2bd48b8

[PATCH v2 18/22] docs: move protection-keys.rst to the core-api book

2019-06-04 Thread Mauro Carvalho Chehab
. Signed-off-by: Mauro Carvalho Chehab --- Documentation/core-api/index.rst| 1 + Documentation/{x86 => core-api}/protection-keys.rst | 0 Documentation/x86/index.rst | 1 - arch/powerpc/Kconfig| 2 +- arch/x86/Kcon

[PATCH v2 06/22] docs: mark orphan documents as such

2019-06-04 Thread Mauro Carvalho Chehab
toctree Documentation/virtual/kvm/vcpu-requests.rst: WARNING: document isn't included in any toctree So, while they aren't on any toctree, add :orphan: to them, in order to silent this warning. Signed-off-by: Mauro Carvalho Chehab --- Documentation/accelerators/ocxl.rst | 2

[PATCH v3 06/20] docs: mark orphan documents as such

2019-06-07 Thread Mauro Carvalho Chehab
toctree Documentation/virtual/kvm/vcpu-requests.rst: WARNING: document isn't included in any toctree So, while they aren't on any toctree, add :orphan: to them, in order to silent this warning. Signed-off-by: Mauro Carvalho Chehab Acked-by: Andrew Donnellan --- Documentation/accelerators

[PATCH v3 15/20] docs: move protection-keys.rst to the core-api book

2019-06-07 Thread Mauro Carvalho Chehab
. Signed-off-by: Mauro Carvalho Chehab --- Documentation/core-api/index.rst| 1 + Documentation/{x86 => core-api}/protection-keys.rst | 0 Documentation/x86/index.rst | 1 - arch/powerpc/Kconfig| 2 +- arch/x86/Kcon

[PATCH 09/22] docs: mark orphan documents as such

2019-05-29 Thread Mauro Carvalho Chehab
toctree Documentation/virtual/kvm/vcpu-requests.rst: WARNING: document isn't included in any toctree So, while they aren't on any toctree, add :orphan: to them, in order to silent this warning. Signed-off-by: Mauro Carvalho Chehab --- Documentation/accelerators/ocxl.rst | 2

[PATCH 00/22] Some documentation fixes

2019-05-29 Thread Mauro Carvalho Chehab
/log/?h=fix_doc_links_v2 Mauro Carvalho Chehab (21): ABI: sysfs-devices-system-cpu: point to the right docs isdn: mISDN: remove a bogus reference to a non-existing doc dt: fix broken references to nand.txt docs: zh_CN: get rid of basic_profiling.txt doc: it_IT: fix reference to magic

[PATCH 22/22] docs: fix broken documentation links

2019-05-29 Thread Mauro Carvalho Chehab
Mostly due to x86 and acpi conversion, several documentation links are still pointing to the old file. Fix them. Signed-off-by: Mauro Carvalho Chehab --- Documentation/acpi/dsd/leds.txt | 2 +- Documentation/admin-guide/kernel-parameters.rst | 6 +++--- Documentation/admin

[PATCH v3 14/33] docs: kbuild: convert docs to ReST and rename to *.rst

2019-06-08 Thread Mauro Carvalho Chehab
build warnings. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/README.rst | 2 +- ...eaders_install.txt => headers_install.rst} | 5 +- Documentation/kbuild/index.rst| 27 + Documentation/kbuild/issues.rst | 11 + .../kbuild/{kbuild.

[PATCH v3 15/33] docs: kdump: convert docs to ReST and rename to *.rst

2019-06-08 Thread Mauro Carvalho Chehab
Carvalho Chehab --- Documentation/admin-guide/bug-hunting.rst | 2 +- .../admin-guide/kernel-parameters.txt | 6 +- Documentation/kdump/index.rst | 21 +++ Documentation/kdump/{kdump.txt => kdump.rst} | 131 +++--- .../kdump/{vmcoreinfo.txt => vmcorein

[PATCH v3 21/33] docs: powerpc: convert docs to ReST and rename to *.rst

2019-06-08 Thread Mauro Carvalho Chehab
order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab --- Documentation/PCI/pci-error-recovery.rst | 23 ++- .../{bootwrapper.txt => bootwrapper.rst} | 28 ++- .../{cpu_families.txt => cpu_families.rst}| 23 +-- .../{cpu_features.txt => cpu_features.rs

Re: [PATCH v3 06/20] docs: mark orphan documents as such

2019-06-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Jun 2019 19:52:04 +0300 Andy Shevchenko escreveu: > On Fri, Jun 7, 2019 at 10:04 PM Mauro Carvalho Chehab > wrote: > > Sphinx doesn't like orphan documents: > > > Documentation/laptops/lg-laptop.rst: WARNING: document isn't included > > in any toct

[PATCH v1 22/22] admin-guide: add kdump documentation into it

2019-06-18 Thread Mauro Carvalho Chehab
The Kdump documentation describes procedures with admins use in order to solve issues on their systems. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/bug-hunting.rst| 4 ++-- Documentation/admin-guide/index.rst | 1 + Documentation/{ => ad

[PATCH v4 19/28] docs: powerpc: convert docs to ReST and rename to *.rst

2019-06-12 Thread Mauro Carvalho Chehab
order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab Acked-by: Andrew Donnellan # cxl --- Documentation/PCI/pci-error-recovery.rst | 23 ++- .../{bootwrapper.txt => bootwrapper.rst} | 28 +++- .../{cpu_families.txt => cpu_families.rst}| 23

[PATCH v4 13/28] docs: kdump: convert docs to ReST and rename to *.rst

2019-06-12 Thread Mauro Carvalho Chehab
Carvalho Chehab --- Documentation/admin-guide/bug-hunting.rst | 2 +- .../admin-guide/kernel-parameters.txt | 6 +- Documentation/kdump/index.rst | 21 +++ Documentation/kdump/{kdump.txt => kdump.rst} | 131 +++--- .../kdump/{vmcoreinfo.txt => vmcorein

[PATCH v4 12/28] docs: kbuild: convert docs to ReST and rename to *.rst

2019-06-12 Thread Mauro Carvalho Chehab
build warnings. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/README.rst | 2 +- ...eaders_install.txt => headers_install.rst} | 5 +- Documentation/kbuild/index.rst| 27 + Documentation/kbuild/issues.rst | 11 + .../kbuild/{kbuild.

[PATCH 01/14] ABI: fix some syntax issues at the ABI database

2019-06-13 Thread Mauro Carvalho Chehab
From: Mauro Carvalho Chehab On those three files, the ABI representation described at README are violated. - at sysfs-bus-iio-proximity-as3935: a ':' character is missing after "What" - at sysfs-class-devfreq: there's a typo at Description - at sysfs-class-cxl, i

[PATCH 00/14] Add support to generate ABI documentation at admin-guide

2019-06-13 Thread Mauro Carvalho Chehab
an UTF-8 trouble. I noticed it only with Sphinx 1.4, but it could affect other versions too. So, I ended by changing the UTF-8 encoding logit to work version-independent, just like what happens with kerneldoc.py extension. Mauro Carvalho Chehab (14): ABI: fix some syntax issues at the ABI

[PATCH 10/10] docs: fix broken documentation links

2019-05-20 Thread Mauro Carvalho Chehab
Mostly due to x86 and acpi conversion, several documentation links are still pointing to the old file. Fix them. Signed-off-by: Mauro Carvalho Chehab --- Documentation/acpi/dsd/leds.txt | 2 +- Documentation/admin-guide/kernel-parameters.rst | 6 +++--- Documentation/admin

[PATCH 05/43] docs: powerpc: convert docs to ReST and rename to *.rst

2019-06-28 Thread Mauro Carvalho Chehab
order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab Acked-by: Andrew Donnellan # cxl --- Documentation/PCI/pci-error-recovery.rst | 23 ++- .../{bootwrapper.txt => bootwrapper.rst} | 28 +++- .../{cpu_families.txt => cpu_families.rst}| 23

[PATCH 32/39] docs: serial: move it to the driver-api

2019-06-28 Thread Mauro Carvalho Chehab
The contents of this directory is mostly driver-api stuff. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/index.rst | 1 + Documentation/{ => driver-api}/serial/cyclades_z.rst | 0 Documentation/{ => driver-api}/serial/driver.rst

[PATCH 18/39] docs: admin-guide: add kdump documentation into it

2019-06-28 Thread Mauro Carvalho Chehab
The Kdump documentation describes procedures with admins use in order to solve issues on their systems. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/bug-hunting.rst| 4 ++-- Documentation/admin-guide/index.rst | 1 + Documentation/{ => ad

[PATCH 22/39] docs: ocxl.rst: add it to the uAPI book

2019-06-28 Thread Mauro Carvalho Chehab
The content of this file is user-faced. Signed-off-by: Mauro Carvalho Chehab --- Documentation/{ => userspace-api}/accelerators/ocxl.rst | 2 -- Documentation/userspace-api/index.rst | 1 + MAINTAINERS | 2 +- 3 files changed

  1   2   3   >