Re: [PATCH] video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=n

2020-08-21 Thread Bartlomiej Zolnierkiewicz
pport") > Signed-off-by: Michael Ellerman Acked-by: Bartlomiej Zolnierkiewicz Thanks for fixing this. > --- > drivers/video/fbdev/controlfb.c | 2 ++ > 1 file changed, 2 insertions(+) > > Does anyone mind if I apply this via the powerpc tree for v5.9? > > It wo

Re: [PATCH v2 2/2] powerpc/configs: replace deprecated riva/nvidia with nouveau

2020-05-18 Thread Bartlomiej Zolnierkiewicz
short on features and overall below par >>> >>> Users are encouraged to switch to the nouveau drm driver instead. >>> >>> v2: Split configs to separate patch, enable nouveau (Bartlomiej) >>> >>> Cc: Antonino Daplas >>> Cc: Bartlomiej Zolni

Re: [PATCH v2 2/2] powerpc: Remove Xilinx PPC405/PPC440 support

2020-03-31 Thread Bartlomiej Zolnierkiewicz
delete mode 100644 arch/powerpc/platforms/40x/virtex.c > delete mode 100644 arch/powerpc/platforms/44x/virtex.c > delete mode 100644 arch/powerpc/platforms/44x/virtex_ml510.c > delete mode 100644 arch/powerpc/sysdev/xilinx_intc.c > delete mode 100644 arch/powerpc/sysdev/xilinx_pci.c Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

[PATCH] misc: remove redundant 'default n' from Kconfig-s

2019-05-20 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/misc/Kconfig | 10 -- dr

Re: Re: Kernel panic when loading the IDE controller driver

2019-02-26 Thread Bartlomiej Zolnierkiewicz
Maybe look around >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9a0e77f28b50128df0c9e26ae489e44e29a7270a >> >> Also look at ide_platform.c. I imagine there must be some way to set it up >> in your device tree. Please don't add new users to

[PATCH] powerpc: remove redundant 'default n' from Kconfig-s

2018-10-09 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/powerpc/Kconfig

Re: [PATCH v2 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()

2018-09-13 Thread Bartlomiej Zolnierkiewicz
write combined noncached page, so lets > use ioremap_wc() instead. > > _PAGE_WRITETHRU is also platform specific flag. Use ioremap_wt() > instead. > > Signed-off-by: Christophe Leroy After reading patch #1 this one LGTM. Acked-by: Bartlomiej Zolnierkiewicz > --- >

Re: [PATCH] fbdev: controlfb: Add missing modes to fix out of bounds access

2017-11-09 Thread Bartlomiej Zolnierkiewicz
nel/diff/include/video/macmodes.h?h=v2.5.2=29f279c764808560eaceb88fef36cbc35c529aad > > Augment control_mac_modes[] with the two new video modes to fix this. > > Reported-by: Dan Carpenter <dan.carpen...@oracle.com> > Signed-off-by: Geert Uytterhoeven <ge...@linux-m68k.org> Patch

Re: [bug report] out of bounds read parsing vmode commandline option

2017-10-17 Thread Bartlomiej Zolnierkiewicz
z */ > {{ 0, 1}}, /* 1280x960, 75Hz */ > {{ 0, 1}}, /* 1280x1024, 75Hz */ > + {{ 1, 2}}, /* 1152x768, 60Hz */ > + {{ 0, 1}}, /* 1600x1024, 60Hz */ > }; > > (this array lists the maximum color mode (8, 16, or 32 bpp) for each

Re: [PATCH] video: fbdev: annotate fb_fix_screeninfo with const and __initconst

2017-09-04 Thread Bartlomiej Zolnierkiewicz
nflict error. > > Signed-off-by: Bhumika Goyal <bhumi...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: console: Remove reference to CONFIG_8xx

2017-04-21 Thread Bartlomiej Zolnierkiewicz
On Friday, April 14, 2017 03:50:04 PM Christophe Leroy wrote: > CONFIG_8xx is deprecated and should soon be removed in favor > of CONFIG_PPC_8xx. > > Signed-off-by: Christophe Leroy <christophe.le...@c-s.fr> Patch queued for 4.12, thanks. Best regards, -- Bartlomiej Zolnie

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2017-02-02 Thread Bartlomiej Zolnierkiewicz
"radeonfb mmio"); > > +#ifndef CONFIG_PPC > > if (ret < 0) { > > printk( KERN_ERR "radeonfb (%s): cannot request region > > 2.\n", > > pci_name(rinfo->pdev)); > > goto err_release_pci0; > > } > > +#endif > > > > /* map the regions */ > > rinfo->mmio_base = ioremap(rinfo->mmio_base_phys, RADEON_REGSIZE); > > @@ -2511,10 +2536,12 @@ static int radeonfb_pci_register(struct pci_dev > > *pdev, > > iounmap(rinfo->mmio_base); > > err_release_pci2: > > pci_release_region(pdev, 2); > > +#ifndef CONFIG_PPC > > err_release_pci0: > > pci_release_region(pdev, 0); > > err_release_fb: > > framebuffer_release(info); > > +#endif > > err_disable: > > err_out: > > return ret; > > -- > > 2.1.4 Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers

2016-02-04 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, February 03, 2016 10:17:51 PM Gerhard Pircher wrote: > Am 2016-02-03 um 16:50 schrieb Bartlomiej Zolnierkiewicz: > > IDE subsystem has been deprecated since 2009 and the majority > > (if not all) of Linux distributions have switched to use > > libata for AT

[PATCH] powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig

2016-02-03 Thread Bartlomiej Zolnierkiewicz
This patch disables deprecated IDE subsystem in stx_gp3_defconfig (no IDE host drivers are selected in this config so there is no valid reason to enable IDE subsystem itself). Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Bartlomiej Zo

[RFT PATCH] powerpc: convert maple_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/maple_defconfig | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/c

[PATCH] powerpc: disable IDE subsystem in pasemi_defconfig

2016-02-03 Thread Bartlomiej Zolnierkiewicz
This patch disables deprecated IDE subsystem in pasemi_defconfig (no IDE host drivers are selected in this config so there is no valid reason to enable IDE subsystem itself). Cc: Olof Johansson <o...@lixom.net> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> ---

[RFT PATCH] powerpc: convert ppc64e_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/ppc64e_defconfig | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/c

[PATCH] powerpc: disable IDE subsystem in pq2fads_defconfig

2016-02-03 Thread Bartlomiej Zolnierkiewicz
This patch disables deprecated IDE subsystem in pq2fads_defconfig (no IDE host drivers are selected in this config so there is no valid reason to enable IDE subsystem itself). Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/powerpc/configs/pq2fads_defconfig |

[PATCH] powerpc/85xx: disable IDE subsystem in ksi8560_defconfig

2016-02-03 Thread Bartlomiej Zolnierkiewicz
This patch disables deprecated IDE subsystem in ksi8560_defconfig (no IDE host drivers are selected in this config so there is no valid reason to enable IDE subsystem itself). Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Bartlomiej Zo

[RFT PATCH] powerpc/85xx: convert tqm8540_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/85xx/tqm8540_defcon

[RFT PATCH] powerpc/86xx: convert gef_ppc9a_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
libata PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/86xx/gef_ppc9a_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/p

[RFT PATCH] powerpc: convert chrp32_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/chrp32_defconfig | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/c

[RFT PATCH] powerpc: convert pmac32_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/pmac32_defconfig | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/arch/p

[RFT PATCH] powerpc/85xx: convert mpc85xx_cds_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
libata PATA drivers. Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/85xx/mpc85xx

[RFT PATCH] powerpc/85xx: convert tqm8555_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/85xx/tqm8555_defcon

[RFT PATCH] powerpc/86xx: convert gef_sbc310_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
libata PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/86xx/gef_sbc310_defconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/p

[PATCH] powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig

2016-02-03 Thread Bartlomiej Zolnierkiewicz
This patch disables deprecated IDE subsystem in mpc8610_hpcd_defconfig (no IDE host drivers are selected in this config so there is no valid reason to enable IDE subsystem itself). Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/powerpc/config

[RFT PATCH] powerpc: convert ppc64_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/ppc64_defconfig | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/c

[RFT PATCH] powerpc: convert ppc6xx_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/ppc6xx_defconfig | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/c

[RFT PATCH] powerpc/85xx: convert tqm8560_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/85xx/tqm8560_defcon

[RFT PATCH] powerpc: convert cell_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/cell_defconfig | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/c

[PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig

2016-02-03 Thread Bartlomiej Zolnierkiewicz
This patch disables deprecated IDE subsystem in mpc834x_itx_defconfig (no IDE host drivers are selected in this config so there is no valid reason to enable IDE subsystem itself). Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by

[RFT PATCH] powerpc/85xx: convert tqm8541_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Cc: Scott Wood <o...@buserror.net> Cc: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/85xx/tqm8541_defcon

[RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/amigaone_defconfig | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/p

[RFT PATCH] powerpc: convert g5_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/g5_defconfig | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/powerpc/configs/g5_defcon

[RFT PATCH] powerpc: convert storcenter_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
libata PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/storcenter_defconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/p

[RFT PATCH] powerpc: convert pseries_defconfig to use libata PATA drivers

2016-02-03 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/pseries_defconfig | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/c

Re: [PATCH v2 2/3] Remove celleb-only SCC PATA drivers

2015-04-14 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, April 14, 2015 03:28:45 PM Daniel Axtens wrote: The SCC PATA interface is only used by celleb. celleb has been dropped [1], so drop the drivers. [1] http://patchwork.ozlabs.org/patch/451730/ CC: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com CC: Tejun Heo t

[PATCH v2 1/9] ARM: EXYNOS: cpuidle: fix AFTR mode check

2013-12-20 Thread Bartlomiej Zolnierkiewicz
as dev-state_count is planned to be removed. Fix the issue by checking for the max supported idle state in AFTR state's -enter handler (exynos4_enter_lowpower()) and entering AFTR mode only when cores other than CPU0 are offline. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com

[PATCH v2 0/9] cpuidle: rework device state count handling

2013-12-20 Thread Bartlomiej Zolnierkiewicz
- added ACKs from Daniel Lezcano Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (9): ARM: EXYNOS: cpuidle: fix AFTR mode check POWERPC: pseries: cpuidle: remove superfluous dev-state_count initialization POWERPC: pseries

[PATCH v2 2/9] POWERPC: pseries: cpuidle: remove superfluous dev-state_count initialization

2013-12-20 Thread Bartlomiej Zolnierkiewicz
pseries cpuidle driver sets dev-state_count to drv-state_count so the default dev-state_count initialization in cpuidle_enable_device() (called from cpuidle_register_device()) can be used instead. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park

[PATCH v2 3/9] POWERPC: pseries: cpuidle: use the common cpuidle_[un]register() routines

2013-12-20 Thread Bartlomiej Zolnierkiewicz
It is now possible to use the common cpuidle_[un]register() routines (instead of open-coding them) so do it. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Daniel Lezcano daniel.lezc...@linaro.org Cc: Deepthi

[PATCH v2 4/9] ACPI / cpuidle: fix max idle state handling with hotplug CPU support

2013-12-20 Thread Bartlomiej Zolnierkiewicz
state checks from acpi_processor_setup_cpuidle_[states,cx](). Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Len Brown l...@kernel.org --- drivers/acpi/processor_idle.c | 27 ++- 1 file changed, 14

[PATCH v2 6/9] intel_idle: do C1E promotion disable quirk for hotplugged CPUs

2013-12-20 Thread Bartlomiej Zolnierkiewicz
operation). Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Len Brown l...@kernel.org --- drivers/idle/intel_idle.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/idle/intel_idle.c b/drivers/idle

[PATCH v2 5/9] ACPI / cpuidle: remove dev-state_count setting

2013-12-20 Thread Bartlomiej Zolnierkiewicz
dev-state_count is now always equal to drv-state_count and drv-state_count no longer can change during driver's lifetime so the default dev-state_count initialization in cpuidle_enable_device() (called from cpuidle_register_device()) can be used instead. Signed-off-by: Bartlomiej Zolnierkiewicz

[PATCH v2 7/9] intel_idle: remove superfluous dev-state_count initialization

2013-12-20 Thread Bartlomiej Zolnierkiewicz
intel_idle driver sets dev-state_count to drv-state_count so the default dev-state_count initialization in cpuidle_enable_device() (called from cpuidle_register_device()) can be used instead. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p

[PATCH v2 8/9] intel_idle: use the common cpuidle_[un]register() routines

2013-12-20 Thread Bartlomiej Zolnierkiewicz
It is now possible to use the common cpuidle_[un]register() routines (instead of open-coding them) so do it. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Len Brown l...@kernel.org --- drivers/idle/intel_idle.c | 114

[PATCH v2 9/9] cpuidle: remove state_count field from struct cpuidle_device

2013-12-20 Thread Bartlomiej Zolnierkiewicz
dev-state_count is now always equal to drv-state_count so it can be removed. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/cpuidle/cpuidle.c | 3 --- drivers/cpuidle/sysfs.c | 5 +++-- include/linux

Re: [PATCH] powerpc/legacy_serial: fix incorrect placement of __initdata tag

2013-10-08 Thread Bartlomiej Zolnierkiewicz
On Tuesday, October 08, 2013 02:56:23 PM Michael Ellerman wrote: On Thu, Oct 03, 2013 at 01:51:27PM +0200, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01, 2013 04:13:25 PM Michael Ellerman wrote: On Mon, Sep 30, 2013 at 03:11:42PM +0200, Bartlomiej Zolnierkiewicz wrote

Re: [PATCH] powerpc/legacy_serial: fix incorrect placement of __initdata tag

2013-10-03 Thread Bartlomiej Zolnierkiewicz
On Tuesday, October 01, 2013 04:13:25 PM Michael Ellerman wrote: On Mon, Sep 30, 2013 at 03:11:42PM +0200, Bartlomiej Zolnierkiewicz wrote: __initdata tag should be placed between the variable name and equal sign for the variable to be placed in the intended .init.data section. I see lots

[PATCH] powerpc/legacy_serial: fix incorrect placement of __initdata tag

2013-09-30 Thread Bartlomiej Zolnierkiewicz
__initdata tag should be placed between the variable name and equal sign for the variable to be placed in the intended .init.data section. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/powerpc/kernel

[PATCH] powerpc/8xx: tqm8xx: fix incorrect placement of __initdata tag

2013-09-30 Thread Bartlomiej Zolnierkiewicz
__initdata tag should be placed between the variable name and equal sign for the variable to be placed in the intended .init.data section. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/powerpc/platforms/8xx

Re: [PATCH] powerpc/8xx: tqm8xx: fix incorrect placement of __initdata tag

2013-09-30 Thread Bartlomiej Zolnierkiewicz
: * For initialized data: * You should insert __initdata or __initconst between the variable name * and equal sign followed by value, e.g.: * * static int init_variable __initdata = 0; * static const char linux_logo[] __initconst = { 0x32, 0x36, ... }; Best regards, -- Bartlomiej

Re: [PATCH V4 3/5] powerpc/cpuidle: Generic powerpc backend cpuidle driver.

2013-08-22 Thread Bartlomiej Zolnierkiewicz
probably got duplicated. :( Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland Samsung Electronics Signed-off-by: Deepthi Dharwar deep...@linux.vnet.ibm.com --- arch/powerpc/include/asm/paca.h | 23 + arch/powerpc/include/asm/processor.h|2

Re: [PATCH] HVSI: Fix apparently backwards args to time_before() in hvsi.c

2010-01-01 Thread Bartlomiej Zolnierkiewicz
, jiffies)) + while (time_before(jiffies, end_jiffies)) if (0 == hvsi_read(hp, buf, HVSI_MAX_READ)) break; } -- Bartlomiej Zolnierkiewicz ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https

[PATCH] powermac: thermal control turns system off in normal temperature conditions

2009-08-30 Thread Bartlomiej Zolnierkiewicz
(summer in France can be quite hot), actually possibly losing data instead of protecting it. The overheat limit in therm_windtunnel.c:253-254 should be set to 75°C and 70°C instead of 65°C and 60°C respectively. From: Lyonel Vincent lyo...@ezix.org Signed-off-by: Bartlomiej Zolnierkiewicz bzoln

Re: Delay on intialization ide subsystem(most likely)

2009-06-10 Thread Bartlomiej Zolnierkiewicz
On Tuesday 09 June 2009 01:26:27 Benjamin Herrenschmidt wrote: On Mon, 2009-06-08 at 22:20 +0200, Bartlomiej Zolnierkiewicz wrote: [ 70.584122] hdb:3ide-pmac lost interrupt, dma status: 8480 DMA status indicates that DMA transfer is still active according to the controller

Re: Delay on intialization ide subsystem(most likely)

2009-06-08 Thread Bartlomiej Zolnierkiewicz
On Saturday 30 May 2009 12:46:43 Andrey Gusev wrote: On Wed, 20 May 2009 17:56:14 +0200 Bartlomiej Zolnierkiewicz bzoln...@gmail.com wrote: On Friday 15 May 2009 22:40:07 Andrey Gusev wrote: On Wed, 13 May 2009 20:46:33 +0200 Bartlomiej Zolnierkiewicz bzoln...@gmail.com wrote

Re: Delay on intialization ide subsystem(most likely)

2009-05-20 Thread Bartlomiej Zolnierkiewicz
On Friday 15 May 2009 22:40:07 Andrey Gusev wrote: On Wed, 13 May 2009 20:46:33 +0200 Bartlomiej Zolnierkiewicz bzoln...@gmail.com wrote: On Wednesday 13 May 2009 19:11:23 Andrey Gusev wrote: On Wed, 13 May 2009 15:28:26 +0200 Bartlomiej Zolnierkiewicz bzoln...@gmail.com wrote

Re: Delay on intialization ide subsystem(most likely)

2009-05-13 Thread Bartlomiej Zolnierkiewicz
On Wednesday 13 May 2009 19:11:23 Andrey Gusev wrote: On Wed, 13 May 2009 15:28:26 +0200 Bartlomiej Zolnierkiewicz bzoln...@gmail.com wrote: On Tuesday 12 May 2009 21:50:24 Andrey Gusev wrote: On Mon, 27 Apr 2009 23:21:48 +0200 Bartlomiej Zolnierkiewicz bzoln...@gmail.com wrote

Re: [PATCH] alim15x3: Remove historical hacks, re-enable init_hwif for PowerPC

2009-04-30 Thread Bartlomiej Zolnierkiewicz
-by: Bartlomiej Zolnierkiewicz bzoln...@gmail.com Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com thanks, I applied it to ide-2.6.git/for-next ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [BUILD FAILURE 05/12] Next April 21 : PPC64 randconfig [drivers/macintosh/mediabay.o]

2009-04-22 Thread Bartlomiej Zolnierkiewicz
On Wednesday 22 April 2009 05:59:27 Paul Mackerras wrote: Bartlomiej Zolnierkiewicz writes: mediabay shouldn't include linux/ide.h unconditionally so remove the superfluous include from mediabay.c (asm/mediabay.h will pull linux/ide.h in for CONFIG_BLK_DEV_IDE_PMAC=y). I don't like

Re: [BUILD FAILURE 05/12] Next April 21 : PPC64 randconfig [drivers/macintosh/mediabay.o]

2009-04-21 Thread Bartlomiej Zolnierkiewicz
/macintosh/mediabay.c:21: include/linux/ide.h:610: error: field ‘sense_rq’ has incomplete type make[2]: *** [drivers/macintosh/mediabay.o] Error 1 make[1]: *** [drivers/macintosh] Error 2 make: *** [drivers] Error 2 --- From: Bartlomiej Zolnierkiewicz bzoln...@gmail.com Subject: [PATCH] mediabay

Re: [BUILD FAILURE 07/12] Next April 14 : PPC64 randconfig [drivers/ide/pmac.c]

2009-04-21 Thread Bartlomiej Zolnierkiewicz
: In function ‘pmac_ide_setup_device’: drivers/ide/pmac.c:1090: error: implicit declaration of function ‘media_bay_set_ide_infos’ make[2]: *** [drivers/ide/pmac.o] Error 1 make[1]: *** [drivers/ide] Error 2 make: *** [drivers] Error 2 --- Should be fixed by: From: Bartlomiej Zolnierkiewicz bzoln

Re: RFC Patch: Use x86 init_hwif in the alim15x3 for x86-like PowerPC systems

2009-04-17 Thread Bartlomiej Zolnierkiewicz
On Friday 17 April 2009 18:49:44 Benjamin Herrenschmidt wrote: But they don't. On MPC8610HPCD we have IDE interrupt directly connected to the MPIC line (through PCI sideband interrupt), and i8259 is _completely_ disabled in the bridge. Hrm why did you do that ? :-) Just kidding... if

Re: RFC Patch: Use x86 init_hwif in the alim15x3 for x86-like PowerPC systems

2009-04-16 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday 15 April 2009 16:34:22 Roderick Colenbrander wrote: Hi, I'm using a Xilinx ML510 it features a PowerPC 440 cpu inside a Virtex-5 FPGA. The board also contains a ALI M1533 south bridge for IDE, USB and Audio. I did a lot of work to get the pci bus working on this board and

Re: [PATCH] linux-next remove wmb() from ide-dma-sff.c and scc_pata.c

2009-04-02 Thread Bartlomiej Zolnierkiewicz
On Tuesday 31 March 2009, KOBAYASHI Yoshitake wrote: 2009/03/31 16:51, Geert Uytterhoeven wrote: On Mon, 30 Mar 2009, Grant Grundler wrote: Followup to [PATCH 03/10] ide: destroy DMA mappings after ending DMA email on March 14th: http://lkml.org/lkml/2009/3/14/17 No maintainer is

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-19 Thread Bartlomiej Zolnierkiewicz
On Tuesday 13 January 2009, Gerhard Pircher wrote: Original-Nachricht Datum: Tue, 13 Jan 2009 16:02:38 +1100 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: Gerhard Pircher gerhard_pirc...@gmx.net CC: Bartlomiej Zolnierkiewicz bzoln...@gmail.com, grant.lik

Re: [PATCH 2/9] sl82c105: remove dead code

2009-01-12 Thread Bartlomiej Zolnierkiewicz
On Sunday 11 January 2009, Sergei Shtylyov wrote: Hello. Bartlomiej Zolnierkiewicz wrote: CONFIG_LOPEC and CONFIG_SANDPOINT config options are gone. So these are gone with arch/ppc/? Yep. That's a pity -- MV has spent a lot of efforts on porting the latter to arch/powerpc

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-12 Thread Bartlomiej Zolnierkiewicz
On Sunday 11 January 2009, Gerhard Pircher wrote: Original-Nachricht Datum: Sun, 11 Jan 2009 17:51:55 +0100 Von: Bartlomiej Zolnierkiewicz bzoln...@gmail.com An: Gerhard Pircher gerhard_pirc...@gmx.net CC: Grant Likely grant.lik...@secretlab.ca, linuxppc-dev@ozlabs.org

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-11 Thread Bartlomiej Zolnierkiewicz
On Wednesday 07 January 2009, Gerhard Pircher wrote: Original-Nachricht Datum: Wed, 7 Jan 2009 08:13:06 -0700 Von: Grant Likely grant.lik...@secretlab.ca An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@ozlabs.org, bzoln...@gmail.com Betreff: Re: [PATCH

Re: [2.6 patch] cleanup powerpc/include/asm/ide.h

2008-08-08 Thread Bartlomiej Zolnierkiewicz
On Friday 08 August 2008, Adrian Bunk wrote: This patch removes code that became unused through IDE changes and the arch/ppc/ removal. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] applied ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

Re: ide pmac breakage

2008-08-01 Thread Bartlomiej Zolnierkiewicz
On Thursday 31 July 2008, Bartlomiej Zolnierkiewicz wrote: [...] Sorry if my mails were a bit harsh but nobody likes to be pushed around. [ It is not like I don't want to add proper hot-plugging support or do test on more hardware but my time schedule is already tight enough

Re: ide pmac breakage

2008-07-31 Thread Bartlomiej Zolnierkiewicz
On Thursday 31 July 2008, Benjamin Herrenschmidt wrote: Is it actually caused by additional reference counting on drive-gendev? IOW if you reverse the patch below instead of applying the previous fix do things work OK again? Note that there shouldn't be anything fundamentally

Re: ide pmac breakage

2008-07-30 Thread Bartlomiej Zolnierkiewicz
On Wednesday 30 July 2008, Benjamin Herrenschmidt wrote: On Tue, 2008-07-29 at 21:26 +0200, Bartlomiej Zolnierkiewicz wrote: I WON!!! Only half... Heh, I wasn't talking about fixing the issue... (hint: look up the author of the bad commit). It goes further and then blows up again. First

Re: ide pmac breakage

2008-07-30 Thread Bartlomiej Zolnierkiewicz
On Thursday 31 July 2008, Benjamin Herrenschmidt wrote: On Wed, 2008-07-30 at 21:11 +0200, Bartlomiej Zolnierkiewicz wrote: Note that there shouldn't be anything fundamentally different from ide-pmac here vs. something like pcmcia IDE cards... do you have one of these to test

Re: ide pmac breakage

2008-07-30 Thread Bartlomiej Zolnierkiewicz
On Thursday 31 July 2008, Benjamin Herrenschmidt wrote: On Thu, 2008-07-31 at 02:48 +0200, Bartlomiej Zolnierkiewicz wrote: There seems to be some confusion between warm-plugging of IDE devices and hot-plugging of IDE devices. not a single piece of HW to exercise those code path ? I

Re: ide pmac breakage

2008-07-29 Thread Bartlomiej Zolnierkiewicz
On Tuesday 29 July 2008, Benjamin Herrenschmidt wrote: On Tue, 2008-07-29 at 14:17 +0900, FUJITA Tomonori wrote: If q-elevator is NULL, the media-bay code might mess up the ref counting of the request queue... Well, all I do is call into Bart's new helpers to scan for or unregister

Re: ide pmac breakage

2008-07-29 Thread Bartlomiej Zolnierkiewicz
On Tuesday 29 July 2008, Benjamin Herrenschmidt wrote: On Tue, 2008-07-29 at 13:41 +0200, Bartlomiej Zolnierkiewicz wrote: Well, all I do is call into Bart's new helpers to scan for or unregister devices ... The switch to these helpers happened _before_ 2.6.26 and it shouldn't

Re: ide pmac breakage

2008-07-28 Thread Bartlomiej Zolnierkiewicz
On Monday 28 July 2008, Benjamin Herrenschmidt wrote: On Mon, 2008-07-28 at 11:29 +1000, Benjamin Herrenschmidt wrote: The current ide-pmac upstream is broken. It calls media_bay_set_ide_infos() with an uninitialized hwif argument. It's not a trivial mistake, there's a chicken-and-egg

[PATCH 1/7] ide-pmac: bugfix for media-bay support rework

2008-06-12 Thread Bartlomiej Zolnierkiewicz
Fix bug introduced by: commit 2dde7861afa23cd59db83515cb0b810b92b220aa Author: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Date: Fri Apr 18 00:46:23 2008 +0200 ide: rework PowerMac media-bay support (take 2) ... [ Yeah, I suck. ] bay-cd_index shouldn't be changed if IDE devices

[PATCH 2/7] ide-pmac: add -cable_detect method

2008-06-12 Thread Bartlomiej Zolnierkiewicz
-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ppc/pmac.c | 55 +++-- 1 file changed, 31 insertions(+), 24 deletions(-) Index: b/drivers/ide/ppc/pmac.c === --- a/drivers

[PATCH 3/7] ide-pmac: remove bogus comment about pmac_ide_setup_device()

2008-06-12 Thread Bartlomiej Zolnierkiewicz
Cc: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ppc/pmac.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) Index: b/drivers/ide/ppc/pmac.c

[PATCH 5/7] ide-pmac: store pmif instead of hwif in -driver_data

2008-06-12 Thread Bartlomiej Zolnierkiewicz
-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ppc/pmac.c | 93 - 1 file changed, 55 insertions(+), 38 deletions(-) Index: b/drivers/ide/ppc/pmac.c === --- a/drivers/ide/ppc

[PATCH 6/7] ide-pmac: add -init_dev method

2008-06-12 Thread Bartlomiej Zolnierkiewicz
There should be no functional changes caused by this patch. Cc: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ppc/pmac.c | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) Index: b/drivers

[PATCH 7/7] ide-pmac: move ide_find_port() call to pmac_ide_setup_device()

2008-06-12 Thread Bartlomiej Zolnierkiewicz
care of it) - drop IDE interface number from driver banner message (but include bus type) Cc: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ppc/pmac.c | 42 -- 1 file changed, 16

Re: [PATCH] scc_pata.c: do setup itself instead of ide_setup_pci_device ()

2008-04-15 Thread Bartlomiej Zolnierkiewicz
On Tuesday 15 April 2008, Akira Iguchi wrote: scc_pata has the different BAR configuration and using ide_setup_pci_device() is inappropriate. (ide_setup_pci_device() expects a normal PCI IDE controller with BAR0..BAR3 either non-existant or being primary/secondary port bases in I/O space.)

Re: [PATCH] ide: make ide_pci_check_iomem() actually work

2008-04-15 Thread Bartlomiej Zolnierkiewicz
On Wednesday 09 April 2008, Bartlomiej Zolnierkiewicz wrote: [ added Akira Kou to cc: ] On Tuesday 08 April 2008, Sergei Shtylyov wrote: Hi, I just wrote: This function didn't actually check if a given BAR is in I/O space because of using the bogus PCI_BASE_ADDRESS_IO_MASK

Re: [PATCH] siimage: fix kernel oops on PPC 44x

2008-04-09 Thread Bartlomiej Zolnierkiewicz
On Tuesday 08 April 2008, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: Fix kernel oops due to machine check occuring in init_chipset_siimage() on PPC 44x platforms. These 32-bit CPUs have 36-bit physical address and PCI I/O and memory spaces are mapped beyond 4 GB; arch/ppc

Re: [PATCH] siimage: fix kernel oops on PPC 44x

2008-04-07 Thread Bartlomiej Zolnierkiewicz
On Monday 07 April 2008, Sergei Shtylyov wrote: Fix kernel oops due to machine check occuring in init_chipset_siimage() on PPC 44x platforms. These 32-bit CPUs have 36-bit physical address and PCI I/O and memory spaces are mapped beyond 4 GB; arch/ppc/ code has a fixup in ioremap() that

Re: [PATCH 15/18] ide: remove broken/dangerous HDIO_[UNREGISTER, SCAN]_HWIF ioctls

2008-03-29 Thread Bartlomiej Zolnierkiewicz
On Thursday 27 March 2008, Sergei Shtylyov wrote: [...] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL PROTECTED] Thanks for reviewing it. Index: b/drivers/ide/ide-pnp.c

Re: [PATCH 15/18] ide: remove broken/dangerous HDIO_[UNREGISTER, SCAN]_HWIF ioctls

2008-03-29 Thread Bartlomiej Zolnierkiewicz
On Friday 28 March 2008, Mark Lord wrote: Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: hdparm explicitely marks HDIO_[UNREGISTER,SCAN]_HWIF ioctls as DANGEROUS and given the number of bugs we can assume that there are no real users: .. There is the odd user

Re: [PATCH] next-20080218 build failure at pmac_ide_macio_attach ()

2008-02-18 Thread Bartlomiej Zolnierkiewicz
to preserve bisectability. From: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Subject: [PATCH] ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2) * Dynamically allocate struct pmac_ide_hwif instances in pmac_ide_macio_attach() and pmac_ide_pci_attach(), then remove no longer

Re: [BUID_FAILURE] next-20080215 Build failure caused by ide: rework PowerMac media-bay support

2008-02-16 Thread Bartlomiej Zolnierkiewicz
On Friday 15 February 2008, Kamalesh Babulal wrote: The linux-next-20080215 kernel build fails on the powerpc with following error CC arch/powerpc/platforms/powermac/setup.o In file included from arch/powerpc/platforms/powermac/setup.c:66: include/asm/mediabay.h:29: error: syntax

Re: [PATCH 09/18] ide: rework PowerMac media-bay support

2008-02-13 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday 13 February 2008, Michael Ellerman wrote: On Fri, 2008-02-08 at 01:45 +0100, Bartlomiej Zolnierkiewicz wrote: Rework PowerMac media-bay support in such way that instead of un/registering the IDE interface we un/register IDE devices: * Add ide_port_scan() helper

[PATCH 01/11] ide-pmac: remove dead code

2008-02-13 Thread Bartlomiej Zolnierkiewicz
Remove unused pmac_ide_{check_base,get_irq}() and pmac_find_ide_boot(), then remove no longer needed ide_majors[] and pmac_ide_count. Cc: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ppc/pmac.c | 47

[PATCH 03/11] ppc/ppc4xx: remove ppc_ide_md hooks

2008-02-13 Thread Bartlomiej Zolnierkiewicz
Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- arch/ppc/syslib/ppc4xx_setup.c | 23 --- 1 file changed, 23 deletions(-) Index: b/arch/ppc/syslib/ppc4xx_setup.c

[PATCH 04/11] ppc/pmac: remove ppc_ide_md hooks

2008-02-13 Thread Bartlomiej Zolnierkiewicz
: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- arch/powerpc/platforms/powermac/pmac.h |5 --- arch/powerpc/platforms/powermac/setup.c |8 - drivers/ide/ppc/pmac.c | 50 +++- 3 files

[PATCH 05/11] ppc/mpc8xx: remove ppc_ide_md hooks

2008-02-13 Thread Bartlomiej Zolnierkiewicz
in ide.c. There should be no other functional changes. Cc: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- arch/ppc/syslib/m8xx_setup.c |6 --- drivers/ide/ppc/mpc8xx.c | 86 +++ 2 files

[PATCH 09/11] ppc: remove ppc_ide_md

2008-02-13 Thread Bartlomiej Zolnierkiewicz
/kernel/ppc_ksyms.c - arch/ppc/kernel/setup.c - arch/ppc/platforms/pplus.c - arch/ppc/platforms/prep_setup.c There should be no functional changes caused by this patch. Cc: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- arch/powerpc

  1   2   >