[PATCH] ARM: omap2plus_defconfig: add networking over USB device

2018-12-04 Thread Michael Opdenacker
on BeagleBoneBlack Wireless and BeagleBoneBlack Signed-off-by: Michael Opdenacker --- arch/arm/configs/omap2plus_defconfig | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index

Re: [PATCH] input: move gpio mouse to managed api

2017-05-19 Thread Michael Opdenacker
_unregister_polled_device(input); > - input_free_polled_device(input); > - > for (i = 0; i < GPIO_MOUSE_PIN_MAX; i++) { > pin = pdata->pins[i]; > if (pin >= 0) Reviewed-by: Michael Opdenacker -- Michael Opdenacker, CEO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com

http://www.remword.com/kps_result/ unavailable!

2016-09-16 Thread Michael Opdenacker
t%2F&edit-text= According to this page, it might still be possible to renew the registration. I'm sure there are people here who know the guy who maintained these very useful pages. Don't hesitate to jump in and contact the guy if it can help to address this issue. Crossing my

[PATCH] scsi: replace broken specification URL

2016-09-15 Thread Michael Opdenacker
The t10.org website containing SCSI-2 draft specifications now requires to be from a member company to access the documents. Signed-off-by: Michael Opdenacker --- Documentation/DocBook/scsi.tmpl | 6 +++--- drivers/scsi/scsicam.c | 3 ++- 2 files changed, 5 insertions(+), 4 deletions

Re: [PATCH] scsi: replace broken specification URL

2016-09-15 Thread Michael Opdenacker
atch to send, to get rid of the broken link :) Thanks, Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com

[PATCH] documentation: fix broken lkml archive links in RCU requirements

2016-09-15 Thread Michael Opdenacker
Fix 4 LKML archive links that became broken (issue with https://lkml.kernel.org/g/ redirection links) Signed-off-by: Michael Opdenacker --- Documentation/RCU/Design/Requirements/Requirements.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/RCU

Re: [PATCH] documentation: fix broken lkml archive links in RCU requirements

2016-09-15 Thread Michael Opdenacker
confirm that all the links work indeed. I'm sending a patch update right away. Thanks! Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com

Re: [PATCH] documentation: fix broken lkml archive links in RCU requirements

2016-09-15 Thread Michael Opdenacker
ne. I reported this issue to them and will keep an eye on it. I definitely agree that we shouldn't use the message ids. Otherwise, that's really a lot of detective work to find out which message was referred to. That's very good advise. Thanks, Michael. -- Michael Opdenacker, CEO, Fre

[PATCH] documentation: fix broken lkml archive links in RCU requirements

2016-09-09 Thread Michael Opdenacker
ff-by: Michael Opdenacker --- Documentation/RCU/Design/Requirements/Requirements.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/RCU/Design/Requirements/Requirements.html b/Documentation/RCU/Design/Requirements/Requirements.html index ece410f

Re: [PATCH] scsi: replace broken specification URL

2016-09-09 Thread Michael Opdenacker
Hi James, Thank you very much for your help... On 02/07/2016 16:49, James Bottomley wrote: On Sat, 2016-07-02 at 08:56 +0200, Michael Opdenacker wrote: The t10.org website containing SCSI-2 draft specifications now requires to be from a member company to access the documents. This replaces

[PATCH] scsi: replace broken specification URL

2016-07-01 Thread Michael Opdenacker
The t10.org website containing SCSI-2 draft specifications now requires to be from a member company to access the documents. This replaces the now broken link with another public resource where the specifications can be found. Signed-off-by: Michael Opdenacker --- Documentation/DocBook

[PATCH] dm snapshot: fix memory leak in error path

2015-10-13 Thread Michael Opdenacker
Fix a memory leak in an error path (reported by Coverity CID 1326059) Also add a missing workqueue deallocation in the same error path. Signed-off-by: Michael Opdenacker --- drivers/md/dm-snap-persistent.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/md/dm-snap-persistent.c b

[PATCH] ARM: dts: msm8974: fix typo in "disabled" property

2015-10-13 Thread Michael Opdenacker
Replace "disable" by "disabled" in the Qualcomm MSM8974 dtsi Signed-off-by: Michael Opdenacker --- arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qco

Re: [PATCH] ARM: dts: msm8974: fix typo in "disabled" property

2015-10-13 Thread Michael Opdenacker
Hi Arnd, On 10/13/2015 01:41 PM, Arnd Bergmann wrote: > On Tuesday 13 October 2015 13:33:18 Michael Opdenacker wrote: >> Replace "disable" by "disabled" in the Qualcomm MSM8974 dtsi >> >> Signed-off-by: Michael Opdenacker >> --- >> arch/arm

[PATCH] drm: sti: fix typos in stih4xx binding

2015-10-13 Thread Michael Opdenacker
Fix typos in the st,stih4xx binding, in particular replacing "pinctrl-name" by "pinctrl-names". Fix minor typos in the descriptions too. Signed-off-by: Michael Opdenacker --- Documentation/devicetree/bindings/gpu/st,stih4xx.txt | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH] ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names"

2015-10-13 Thread Michael Opdenacker
Fix a typo, replacing "pinctrl-name" by "pinctrl-names" in the Phytec phyFLEX-i.MX6 Quad dtsi. Also fix a typo in the board name Signed-off-by: Michael Opdenacker --- arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) d

[PATCH] ARM: dts: msm8974: fix typo in "disabled" property

2015-10-13 Thread Michael Opdenacker
Replace "disable" by "disabled" in the Qualcomm MSM8974 dtsi Signed-off-by: Michael Opdenacker --- arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qco

[PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200

2015-10-13 Thread Michael Opdenacker
Fix instances of "disable" instead of "disabled" in the at91rm9200 dtsi. Signed-off-by: Michael Opdenacker --- arch/arm/boot/dts/at91rm9200.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/a

[PATCH] ARM: dts: berlin: fix typo in chosen property

2015-10-13 Thread Michael Opdenacker
This fixes a trivial typo in the name of the "chosen" device tree property for the Marvell BG2-Q DMP board. Signed-off-by: Michael Opdenacker --- arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/berlin

Re: Input: tca8418-keypad: Incorrect values in a driver

2015-04-20 Thread Michael Opdenacker
maintainer of this code though, just showing the source code on our LXR webste. I'm CCing the guys in charge. Cheers, Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +33 484 258 098 -- To unsubscribe from this

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2015-04-19 Thread Michael Opdenacker
Hi Jiri, On 03/27/2015 10:34 AM, Jiri Kosina wrote: > On Thu, 26 Mar 2015, Michael Opdenacker wrote: > >>> 222 files changed, 493 insertions(+), 258 deletions(-) >> Is this patch getting too big (and getting bigger and bigger) to be ever >> merged? >> >

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2015-03-26 Thread Michael Opdenacker
On 03/26/2015 07:23 PM, Joe Perches wrote: > On Thu, 2015-03-26 at 18:55 -0700, Michael Opdenacker wrote: >> Fix all occurrences of "the the ", and occasionally "in in ", >> in the source code, comments and documentation. > [] > >> arch/powe

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2015-03-26 Thread Michael Opdenacker
On 03/26/2015 06:55 PM, Michael Opdenacker wrote: > 222 files changed, 493 insertions(+), 258 deletions(-) Is this patch getting too big (and getting bigger and bigger) to be ever merged? Unless you tell me otherwise, I'm thinking about splitting it into several patches, one for each s

[PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED

2015-03-26 Thread Michael Opdenacker
This removes the use of the IRQF_DISABLED flag from drivers/mtd/nand/hisi504_nand.c It's a NOOP since 2.6.35. Signed-off-by: Michael Opdenacker --- drivers/mtd/nand/hisi504_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/hisi504_nand.c b/driver

[PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED

2015-03-26 Thread Michael Opdenacker
This removes the use of the IRQF_DISABLED flag from arch/mips/loongson/loongson-3/hpet.c It's a NOOP since 2.6.35. Signed-off-by: Michael Opdenacker --- arch/mips/loongson/loongson-3/hpet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/loongson/loongson-3/h

[PATCH] [RESEND][SCSI] ips: remove unused defines

2015-03-26 Thread Michael Opdenacker
This patch removes unused defines from drivers/scsi/ips.h - the min() macro is not used - the __iomem define is no longer needed to compile ips.c without warnings Signed-off-by: Michael Opdenacker --- drivers/scsi/ips.h | 8 1 file changed, 8 deletions(-) diff --git a/drivers/scsi

[PATCH] [RESEND] drivers: bus: omap_l3: remove deprecated IRQF_DISABLED

2015-03-26 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/bus/omap_l3_* It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Acked-by: Santosh Shilimkar --- drivers/bus/omap_l3_noc.c | 4 ++-- drivers/bus/omap_l3_smx.c | 6 ++ 2 files ch

[PATCH] [RESEND] cpqarray: remove deprecated IRQF_DISABLED

2015-03-26 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/block/cpqarray.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/block/cpqarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/

[PATCH] [RESEND] aic7xxx: replace kmalloc/memset by kzalloc

2015-03-26 Thread Michael Opdenacker
This replaces kmalloc + memset by a call to kzalloc This also fixes one checkpatch.pl issue in the process. This improvement was suggested by "make coccicheck" Signed-off-by: Michael Opdenacker Reviewed-by: Hannes Reinecke --- drivers/scsi/aic7xxx/aic79xx_core.c | 3 +-- dr

Re: [PATCH] [RESEND] aic7xxx: replace kmalloc/memset by kzalloc

2015-03-26 Thread Michael Opdenacker
rns a run-time error. Ok, I hope we agree to get back to kzalloc() for which the compiler won't miss size_t overflows. Thanks for the reviews! Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +33 484 258 09

Re: [PATCH] [RESEND] aic7xxx: replace kmalloc/memset by kzalloc

2015-03-24 Thread Michael Opdenacker
Hi, On 03/22/2015 11:59 PM, Hannes Reinecke wrote: > On 03/22/2015 05:31 PM, Michael Opdenacker wrote: >> This replaces kmalloc + memset by a call to kzalloc >> (or kcalloc when appropriate, which zeroes memory too) >> >> This also fixes one checkpatch.pl issue

[PATCH 1/1] [media] DocBook media: fix broken EIA hyperlink

2015-03-22 Thread Michael Opdenacker
This fixes the bibliography hyperlink to "http://www.eia.org"; which now redirects to a page with a "404 Not found" error. The latest update to the document referred to is now available on the Consumer Electronics Association website. Signed-off-by: Michael Opdenacker --- D

[PATCH 0/1] DocBook media: fix broken EIA hyperlink

2015-03-22 Thread Michael Opdenacker
his broken link once a day! Michael. Michael Opdenacker (1): [media] DocBook media: fix broken EIA hyperlink Documentation/DocBook/media/v4l/biblio.xml | 11 +-- Documentation/DocBook/media/v4l/dev-sliced-vbi.xml | 2 +- Documentation/DocBook/media/v4l/vidio

[PATCH] [RESEND] aic7xxx: replace kmalloc/memset by kzalloc

2015-03-22 Thread Michael Opdenacker
This replaces kmalloc + memset by a call to kzalloc (or kcalloc when appropriate, which zeroes memory too) This also fixes one checkpatch.pl issue in the process. This improvement was suggested by "make coccicheck" Signed-off-by: Michael Opdenacker --- drivers/scsi/aic7xxx/aic79xx_c

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2014-10-16 Thread Michael Opdenacker
On 10/16/2014 02:35 PM, Michael Opdenacker wrote: > Greetings, > > On 10/03/2014 12:37 AM, Eduardo Valentin wrote: > >> On Tmon behalf: >> >> Acked-by: Eduardo Valentin > Any chance to get this perged before the end of the current merge window > (Linus said it

Re: [PATCH] aic7xxx: replace kmalloc/memset by kzalloc

2014-10-16 Thread Michael Opdenacker
Hi Joe, On 10/16/2014 09:28 PM, Joe Perches wrote: > On Thu, 2014-10-16 at 21:14 +0200, Michael Opdenacker wrote: > > > /* Allocate SCB resources */ > - scb_data->scbarray = kmalloc(sizeof(struct scb) * AHC_SCB_MAX_ALLOC, > GFP_ATOMIC); > + scb_data-&g

[PATCH] aic7xxx: replace kmalloc/memset by kzalloc

2014-10-16 Thread Michael Opdenacker
This replaces kmalloc + memset by a call to kzalloc. This also fixes one checkpatch.pl issue in the process. This improvement was suggested by "make coccicheck" Signed-off-by: Michael Opdenacker --- drivers/scsi/aic7xxx/aic79xx_core.c | 3 +-- drivers/scsi/aic7xxx/aic79xx_o

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2014-10-16 Thread Michael Opdenacker
r new issues that accumulated... Otherwise, there will be even more the next time, and current reviews may get obsolete. And I'd also hate to have to send commits to individual maintainers, polluting the history tree with loads of commits for the same trivial change... Cheers, Michael. -- M

Re: [PATCH] mtd: orion_nand: fix error code path in probe

2014-10-15 Thread Michael Opdenacker
just recommended, not absolutely required. That could be the reason why check_patch.pl didn't complain. My v2 changes this. Thanks! Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +33 484 258 098 -- To unsubscrib

[PATCH v2] mtd: orion_nand: fix error code path in probe

2014-10-15 Thread Michael Opdenacker
form_get_resource() failure. Signed-off-by: Michael Opdenacker --- drivers/mtd/nand/orion_nand.c | 39 +++ 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/drivers/mtd/nand/orion_nand.c b/drivers/mtd/nand/orion_nand.c index 471b4df3a5ac..0b49d5d

Re: [PATCH] mtd: orion_nand: fix error code path in probe

2014-10-15 Thread Michael Opdenacker
ange than just "code cleanup". Right. If I understand correctly, requesting the region should always be done anyway, so this should be a welcome change. What Andrew suggests also changes the return value: -ENOMEM instead of -EIO, though it should be more standard. This could have side ef

[PATCH] atm: simplify lanai.c by using module_pci_driver

2014-10-15 Thread Michael Opdenacker
This simplifies the lanai.c driver by using the module_pci_driver() macro, at the expense of losing only debugging messages. Signed-off-by: Michael Opdenacker --- drivers/atm/lanai.c | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/drivers/atm/lanai.c b

[PATCH] mtd: orion_nand: fix error code path in probe

2014-10-14 Thread Michael Opdenacker
check": if "board = devm_kzalloc()" fails, the probe() function jumps incorrectly to label "no_res" and therefore returns without running "iounmap()" Signed-off-by: Michael Opdenacker --- drivers/mtd/nand/orion_nand.c | 28 +--- 1 fil

[PATCH] [media] doc: fix broken v4l-utils URL

2014-10-02 Thread Michael Opdenacker
This replaces http://git.linuxtv.org/v4l-utils/ (broken link) by http://git.linuxtv.org/cgit.cgi/v4l-utils.git/ Signed-off-by: Michael Opdenacker --- Documentation/DocBook/media/v4l/common.xml | 2 +- drivers/media/rc/keymaps/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2

Re: [PATCH] HSI: remove deprecated IRQF_DISABLED

2014-10-02 Thread Michael Opdenacker
On 09/12/2014 04:40 PM, Pavel Machek wrote: > On Wed 2014-10-01 22:28:55, Michael Opdenacker wrote: >> Remove the use of the IRQF_DISABLED flag >> from drivers/hsi/clients/nokia-modem.c >> >> It's a NOOP since 2.6.35 and it will be removed soon. >> >> S

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2014-10-02 Thread Michael Opdenacker
On 10/02/2014 10:11 PM, Michael Opdenacker wrote: Oops, bad version of the patch. Resending... Time to get a little sleep :} -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +33 484 258 098 -- To unsubscribe from this list

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2014-10-02 Thread Michael Opdenacker
* active AR registers it won't cause an exception. >> * >> * If the WindowUnderflow code gets a TLB miss the page will get mapped >> - * the the partial windeowUnderflow will be handeled in the double exception >> + * and the partial windeowUnderflow will be han

Re: [PATCH] ARC: [plat-arcfpga]: remove unused Kconfig params

2014-10-02 Thread Michael Opdenacker
Hi Paul, Thank you for reviewing my patch! On 10/01/2014 12:12 PM, Paul Bolle wrote: > On Wed, 2014-10-01 at 11:59 +0200, Michael Opdenacker wrote: >> This removes the ARC_BOARD_ANGEL4 and ARC_BOARD_ML509 >> Kconfig parameters which are no longer used anywhere >> in the sour

Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-10-02 Thread Michael Opdenacker
Hi Lennox, On 10/01/2014 06:25 PM, Lennox Wu wrote: > Hi Michael, > I will merge it and then issue a PULL request this weekend. > Thanks. That would be great. Thanks for taking this patch into account! Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel an

Re: [PATCH] staging: nokia_h4: remove deprecated IRQF_DISABLED

2014-10-02 Thread Michael Opdenacker
Hi Aaro, Thank you for reviewing my patch! On 10/01/2014 11:42 PM, Aaro Koskinen wrote: > Hi, > > On Wed, Oct 01, 2014 at 10:33:48PM +0200, Michael Opdenacker wrote: >> Remove the use of the IRQF_DISABLED flag >> from drivers/staging/nokia_h4p/nokia_core.c >> >>

Re: [PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment

2014-10-02 Thread Michael Opdenacker
Hi Frans, On 10/02/2014 09:43 AM, Frans Klaver wrote: > On Thu, Oct 2, 2014 at 6:45 AM, Michael Opdenacker > wrote: >> Signed-off-by: Michael Opdenacker >> --- >> include/linux/mod_devicetable.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) &g

Re: [PATCH] MAINTAINERS: fix Mike Miller's e-mail address

2014-10-02 Thread Michael Opdenacker
intenance of > hpsa and maybe cciss. cpqarray should probably be marked unmaintained > or removed from the kernel. Scott, would you confirm your interest in becoming the maintainer of hpsa and cciss? I'd be happy to submit a MAINTAINERS patch about this. Michael. -- Michael Opdenack

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2014-10-02 Thread Michael Opdenacker
Hi Randy, Many thanks for taking the time to review this big patch! On 10/02/2014 07:25 PM, Randy Dunlap wrote: > Here are a few corrections for you. I've taken your comments into account and will send an update soon. Cheers, Michael. -- Michael Opdenacker, CEO, Free Electrons

Re: [PATCH] MAINTAINERS: remove iss_storage...@hp.com list

2014-10-02 Thread Michael Opdenacker
are no longer at HP. Oops, my mistake. Indeed, it's storage...@hp.com that disappeared too, not iss_storage...@hp.com. Thanks for the test! > I'll prod PMC-Sierra to send an update to MAINTAINERS. That would be great indeed. Looking forward to this patch :) Michael. -- Mi

[PATCH] MAINTAINERS: remove iss_storage...@hp.com list

2014-10-02 Thread Michael Opdenacker
This removes the iss_storage...@hp.com mailing list from the MAINTAINERS file, as this address is now rejected by the HP mail server. Signed-off-by: Michael Opdenacker --- MAINTAINERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 37054306dc9f

[PATCH] MAINTAINERS: remove Chirag Kantharia, invalid e-mail

2014-10-02 Thread Michael Opdenacker
This removes Chirag Kantharia from the MAINTAINERS file, as his e-mail address is now rejected by the HP mail server. Making the driver "Orphan" until he gets back with a working e-mail address or a new maintainer steps in. Signed-off-by: Michael Opdenacker --- MAINTAINERS | 3 +

[PATCH] MAINTAINERS: remove Rajendra Nayak, invalid e-mail

2014-10-02 Thread Michael Opdenacker
This removes Rajendra Nayak from the MAINTAINERS file as his e-mail address is now rejected by the TI mail server. Signed-off-by: Michael Opdenacker --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 37054306dc9f..db449ee19ca8 100644 --- a

Re: [PATCH] MAINTAINERS: fix Mike Miller's e-mail address

2014-10-02 Thread Michael Opdenacker
On 10/02/2014 09:04 AM, Michael Opdenacker wrote: > This replaces Mike Miller's e-mail address > (now rejected by the HP mail server) by the > latest one that he used to submit patches. > > Checked that this one is not rejected. > > Signed-off-by: Michael Opdenacker

[PATCH] MAINTAINERS: fix Mike Miller's e-mail address

2014-10-02 Thread Michael Opdenacker
This replaces Mike Miller's e-mail address (now rejected by the HP mail server) by the latest one that he used to submit patches. Checked that this one is not rejected. Signed-off-by: Michael Opdenacker --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH] [TRIVIAL] mod_devicetable.h: grammar fix in comment

2014-10-01 Thread Michael Opdenacker
Signed-off-by: Michael Opdenacker --- include/linux/mod_devicetable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 44eeef0da186..745def862580 100644 --- a/include/linux/mod_devicetable.h +++ b/include

[PATCH] staging: nokia_h4: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
Remove the use of the IRQF_DISABLED flag from drivers/staging/nokia_h4p/nokia_core.c It's a NOOP since 2.6.35 and it will be removed soon. Signed-off-by: Michael Opdenacker --- drivers/staging/nokia_h4p/nokia_core.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --

[PATCH] HSI: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
Remove the use of the IRQF_DISABLED flag from drivers/hsi/clients/nokia-modem.c It's a NOOP since 2.6.35 and it will be removed soon. Signed-off-by: Michael Opdenacker --- drivers/hsi/clients/nokia-modem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hsi/cl

Re: [PATCH] EDAC: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
Hi Borislav, On 10/01/2014 12:27 PM, Borislav Petkov wrote: > On Wed, Oct 01, 2014 at 12:18:04PM +0200, Michael Opdenacker wrote: >>> https://git.kernel.org/cgit/linux/kernel/git/bp/bp.git/commit/?id=e245e3b25f9ef33b166f0f01d19d6418f52ae726 >>> >>> ? >>> &g

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2014-10-01 Thread Michael Opdenacker
Hi Joe, Thank you very much for your review! On 10/01/2014 03:32 PM, Joe Perches wrote: > On Wed, 2014-10-01 at 11:53 +0200, Michael Opdenacker wrote: >> Fix all occurrences of "the the " in the source code, >> comments and documentation. > [] >> d

[PATCH] EDAC: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/edac/mv64x60_edac.c | 8 drivers/edac/ppc4xx_edac.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)

Re: [PATCH] EDAC: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
On 03/05/2014 07:49 AM, Borislav Petkov wrote: > On Wed, Mar 05, 2014 at 06:04:37AM +0100, Michael Opdenacker wrote: >> My patch still applies to 3.14-rc5, which means that mpc85xx_edac is >> still there. >> >> I'd like to get rid of this patch for good ;) > So

[PATCH] [RESEND] drivers: bus: omap_l3: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/bus/omap_l3_* It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/bus/omap_l3_noc.c | 4 ++-- drivers/bus/omap_l3_smx.c | 6 ++ 2 files changed, 4 insertions(+), 6 dele

[PATCH] [RESEND] rsxx: Remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
This removes the use of the IRQF_DISABLED flag from drivers/block/rsxx/core.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Acked-by Philip Kelleher --- drivers/block/rsxx/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

Re: [PATCH] cpqarray: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
Hi Mike, On 10/15/2013 12:17 AM, Miller, Mike (OS Dev) wrote: > >> -Original Message- >> From: Michael Opdenacker [mailto:michael.opdenacker@free- >> electrons.com] >> Sent: Friday, October 11, 2013 11:15 PM >> To: chirag.kantha...@hp.com &g

[PATCH] [RESEND] block: hd: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/block/hd.c It's a NOOP since 2.6.35 and it will be removed one day. This also removes a related comment which is obsolete too. Signed-off-by: Michael Opdenacker --- drivers/block/hd.c | 12 +--- 1 file chang

[PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from arch/score/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Acked-by: Lennox Wu --- arch/score/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH] ARC: [plat-arcfpga]: remove unused Kconfig params

2014-10-01 Thread Michael Opdenacker
This removes the ARC_BOARD_ANGEL4 and ARC_BOARD_ML509 Kconfig parameters which are no longer used anywhere in the source code and Makefiles. This also updates a comment refering to these parameters. Signed-off-by: Michael Opdenacker --- arch/arc/plat-arcfpga/Kconfig | 13 - 1 file

[PATCH] [RESEND] frv: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
This patch removes the IRQF_DISABLED flag from FRV architecture code. It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- arch/frv/kernel/irq-mb93091.c | 8 arch/frv/kernel/irq-mb93093.c | 1 - arch/frv/kernel/irq-mb93493.c | 4 ++-- arc

Re: [PATCH] s390: remove unused Kconfig params

2014-09-29 Thread Michael Opdenacker
Hi Heiko, On 09/27/2014 09:57 AM, Heiko Carstens wrote: > On Sat, Sep 27, 2014 at 08:25:30AM +0200, Michael Opdenacker wrote: >> Remove the below Kconfig parameters, which are no longer >> used anywhere in the source code and Makefiles: >> >> HAVE_MARCH_Z900_FEATURES

Re: [PATCH] MAINTAINERS: orphan m32r

2014-09-27 Thread Michael Opdenacker
On 09/27/2014 08:56 AM, Michael Opdenacker wrote: > Update the maintenance status for m32r > > - Removing Hirokazu Takata as maintainer > (last commit merged: Nov. 2009) > > - Remove mailing lists that no longer exist, > as the ml.linux-m32r.org subdomain no longer exis

[PATCH] MAINTAINERS: orphan m32r

2014-09-26 Thread Michael Opdenacker
Update the maintenance status for m32r - Removing Hirokazu Takata as maintainer (last commit merged: Nov. 2009) - Remove mailing lists that no longer exist, as the ml.linux-m32r.org subdomain no longer exists. - Maintenance status moved to "Orphan" Signed-off-by: Michael

[PATCH] [RESEND] m32r: remove deprecated IRQF_DISABLED

2014-09-26 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from arch/m32r/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- arch/m32r/kernel/time.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/m32r/kernel/time.c b/arch/m32r/k

[PATCH] MIPS: ralink: remove deprecated IRQF_DISABLED

2014-09-26 Thread Michael Opdenacker
Remove the use of the IRQF_DISABLED flag from arch/mips/ralink/timer.c It's a NOOP since 2.6.35 and it will be removed soon. Signed-off-by: Michael Opdenacker --- arch/mips/ralink/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/ralink/timer.c b/arch

[PATCH] s390: remove unused Kconfig params

2014-09-26 Thread Michael Opdenacker
Remove the below Kconfig parameters, which are no longer used anywhere in the source code and Makefiles: HAVE_MARCH_Z900_FEATURES HAVE_MARCH_Z990_FEATURES Signed-off-by: Michael Opdenacker --- arch/s390/Kconfig | 10 -- 1 file changed, 10 deletions(-) diff --git a/arch/s390/Kconfig b

Re: [PATCH 0/1] init/Kconfig: improve CC_OPTIMIZE_FOR_SIZE documentation

2014-04-24 Thread Michael Opdenacker
Hi Josh, Thank you for your review! On 04/24/2014 04:55 PM, Josh Triplett wrote: > On Thu, Apr 24, 2014 at 02:07:33PM +0200, Michael Opdenacker wrote: >> This patch proposes to warn users about the negative performance >> impact of CC_OPTIMIZE_FOR_SIZE (compiling with -Os instead

[PATCH 1/1] init/Kconfig: improve CC_OPTIMIZE_FOR_SIZE documentation

2014-04-24 Thread Michael Opdenacker
Signed-off-by: Michael Opdenacker --- init/Kconfig | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 9d3585bb2a7a..b6394a9ddc38 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1251,7 +1251,19 @@ config CC_OPTIMIZE_FOR_SIZE

[PATCH 0/1] init/Kconfig: improve CC_OPTIMIZE_FOR_SIZE documentation

2014-04-24 Thread Michael Opdenacker
, gzip compressed kernel: Timestamp O2 Os Diff Starting kernel 4.307 s 5.593 s -94 ms Starting init 4.213 s 5.549 s -44 ms Login prompt21.085 s22.900 s+1.815 s Michael Opdenacker

[PATCH] cif: fix dead code

2014-04-15 Thread Michael Opdenacker
eturned by the function. Signed-off-by: Michael Opdenacker --- fs/cifs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 8add25538a3b..b6e78632fa97 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -2599,7 +2599,7 @@ cifs_writev(stru

[PATCH] [RESEND] [SCSI] misc drivers: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag in several drivers in drivers/scsi/ It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/scsi/dtc.c| 2 +- drivers/scsi/esas2r/esas2r_init.c | 2 +- drivers/scsi/g_NCR5

[PATCH] [RESEND] [SCSI] wd7000: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/wd7000.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/scsi/wd7000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/wd700

[PATCH] [RESEND] [SCSI] u14-34f: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the the use of the IRQF_DISABLED flag from drivers/scsi/u14-34f.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/scsi/u14-34f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/u14-

[PATCH] [RESEND] [SCSI] ibmvstgt: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/ibmvscsi/ibmvstgt.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/scsi/ibmvscsi/ibmvstgt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH] [RESEND] [SCSI] eata: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/eata* It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/scsi/eata.c | 2 +- drivers/scsi/eata_pio.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

[PATCH] [RESEND] [SCSI] aic7xxx: remove duplicate define

2014-03-18 Thread Michael Opdenacker
Remove duplicate define in drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h Signed-off-by: Michael Opdenacker Acked-by: Hannes Reinecke --- drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h b/drivers

[PATCH] [RESEND] [SCSI] aha152x: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/aha152x.c It's a NOOP since 2.6.35 and it will be removed one day. Also taking the opportunity to fix checkpatch issues on the lines I modified Signed-off-by: Michael Opdenacker --- drivers/scsi/aha152x.c | 4 ++-- 1

[PATCH] [RESEND] [SCSI] aacraid: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of IRQF_DISABLED from code in drivers/scsi/aacraid/ It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/scsi/aacraid/rx.c | 2 +- drivers/scsi/aacraid/sa.c | 3 +-- drivers/scsi/aacraid/src.c | 4 ++-- 3

[PATCH] [RESEND] [SCSI] NCR5380: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/scsi/NCR5380.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/scsi/NCR5380.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/NCR538

[PATCH] [RESEND] PNP: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/pnp/resource.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/pnp/resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pnp/resourc

[PATCH] [RESEND] drivers: bus: omap_l3: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/bus/omap_l3_* It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/bus/omap_l3_noc.c | 4 ++-- drivers/bus/omap_l3_smx.c | 6 ++ 2 files changed, 4 insertions(+), 6 dele

[PATCH] [RESEND] rsxx: Remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This removes the use of the IRQF_DISABLED flag from drivers/block/rsxx/core.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Acked-by Philip Kelleher --- drivers/block/rsxx/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH] [RESEND] block: hd: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from drivers/block/hd.c It's a NOOP since 2.6.35 and it will be removed one day. This also removes a related comment which is obsolete too. Signed-off-by: Michael Opdenacker --- drivers/block/hd.c | 12 +--- 1 file chang

[PATCH] [RESEND] m32r: remove deprecated IRQF_DISABLED

2014-03-18 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from arch/m32r/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- arch/m32r/kernel/time.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/m32r/kernel/time.c b/arch/m32r/k

[PATCH] [RESEND] frv: remove deprecated IRQF_DISABLED

2014-03-17 Thread Michael Opdenacker
This patch removes the IRQF_DISABLED flag from FRV architecture code. It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- arch/frv/kernel/irq-mb93091.c | 8 arch/frv/kernel/irq-mb93093.c | 1 - arch/frv/kernel/irq-mb93493.c | 4 ++-- arc

Re: [PATCH] [RESEND] [SCSI] misc drivers: remove deprecated IRQF_DISABLED

2014-03-17 Thread Michael Opdenacker
Hi, On 03/05/2014 06:45 AM, Michael Opdenacker wrote: > This patch removes the use of the IRQF_DISABLED flag > in several drivers in drivers/scsi/ > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Michael Opdenacker > --- > drivers/

Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "

2014-03-11 Thread Michael Opdenacker
Oops, not nice to force Andrew to take the patch from an earlier message in the thread (this was just a reply, this doesn't work with "git am"). I will resend later. Michael. On 03/11/2014 01:25 PM, Michael Opdenacker wrote: > Adding Andrew Morton to the list, not ge

  1   2   3   4   5   >