Re: [PATCH] ARM: EXYNOS: Avoid early use of of_machine_is_compatible()

2012-11-27 Thread Olof Johansson
On Tue, Nov 27, 2012 at 11:53 AM, Doug Anderson wrote: > The recent commit "ARM: EXYNOS: add support for EXYNOS5440 SoC" broke > support for exynos5250 because of_machine_is_compatible() was used too > early in the boot process. It also probably meant that the exynos5440 > failed to use the prope

Re: [PATCH] ARM: EXYNOS: Avoid early use of of_machine_is_compatible()

2012-11-27 Thread Olof Johansson
On Tue, Nov 27, 2012 at 2:27 PM, Kukjin Kim wrote: > On 11/28/12 07:11, Olof Johansson wrote: >> >> On Tue, Nov 27, 2012 at 11:53 AM, Doug Anderson >> wrote: >>> >>> The recent commit "ARM: EXYNOS: add support for EXYNOS5440 SoC" broke >>&g

Re: [PATCH V7 2/7] ARM: dt: change .dtb build rules to build in dts directory

2012-11-27 Thread Olof Johansson
use the generic > dtb rule which builds .dtb files in the same directory as the source .dts. > > Cc: Russell King > Cc: Arnd Bergmann > Cc: Olof Johansson > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Grant Likely > [swarren: added rm command for old stale .dtb

Re: [PATCH] ARM: EXYNOS: Avoid early use of of_machine_is_compatible()

2012-11-27 Thread Olof Johansson
On Wed, Nov 28, 2012 at 02:23:09PM +0900, Kukjin Kim wrote: > Olof Johansson wrote: > > > > On Tue, Nov 27, 2012 at 2:27 PM, Kukjin Kim wrote: > > > On 11/28/12 07:11, Olof Johansson wrote: > > >> > > >> On Tue, Nov 27, 2012 at 11:53 AM, Doug A

Re: [PATCH] ARM: EXYNOS: Avoid early use of of_machine_is_compatible()

2012-11-28 Thread Olof Johansson
On Wed, Nov 28, 2012 at 8:16 AM, Doug Anderson wrote: > Olof / Kukjin, > > On Tue, Nov 27, 2012 at 10:05 PM, Olof Johansson wrote: >> On Wed, Nov 28, 2012 at 02:23:09PM +0900, Kukjin Kim wrote: >>> Olof Johansson wrote: >>> > >>> > On Tue, Nov 27

Re: [PATCH 2/2] i2c-s3c2410: Add bus arbitration implementation

2012-11-29 Thread Olof Johansson
On Thu, Nov 29, 2012 at 6:13 PM, Simon Glass wrote: > +Olof > > On Thu, Nov 29, 2012 at 8:34 AM, Mark Brown > wrote: >> On Thu, Nov 29, 2012 at 10:35:35AM +0530, Naveen Krishna Chatradhi wrote: >> >>> The arbitrator is a general purpose function which uses two GPIOs to >>> communicate with anothe

Re: [GIT PULL] ARM: final SoC fixes for 3.7

2012-11-29 Thread Olof Johansson
On Thu, Nov 29, 2012 at 12:07 PM, Russell King - ARM Linux wrote: > On Thu, Nov 29, 2012 at 02:24:25PM +, Arnd Bergmann wrote: >> Hi Linus, >> >> These should be the last bug fixes you get from Olof and me for 3.7. >> This is based on the previous one you pulled and there is nothing >> spectac

Re: [PATCH] sunxi: Cleanup the reset code and add meaningful registers defines

2013-02-05 Thread Olof Johansson
On Mon, Feb 04, 2013 at 11:32:39PM +0100, Maxime Ripard wrote: > Signed-off-by: Maxime Ripard Please make it a habit to write at least a one-line patch description on all patches, even obvious ones. That being said, I've applied this to next/cleanup. -Olof -- To unsubscribe from this list: sen

Re: [PATCH 1/2] ARM: tegra: Fix build error for gic update

2013-02-05 Thread Olof Johansson
On Mon, Feb 04, 2013 at 01:08:18PM +0200, Hiroshi Doyu wrote: > Fix build error in board-dt-tegra114.c(next-20130204) > > Signed-off-by: Hiroshi Doyu > Reported-by: Sami Liedes Applied to arm-soc next/soc, after t114 support. -Olof -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCH v3 1/3] drm/exynos: Get HDMI version from device tree

2013-02-06 Thread Olof Johansson
On Tue, Feb 5, 2013 at 6:56 PM, 김승우 wrote: > > > On 2013년 02월 06일 09:56, Sean Paul wrote: >> On Tue, Feb 5, 2013 at 4:42 PM, Stephen Warren wrote: >>> On 02/05/2013 05:37 PM, Sean Paul wrote: On Tue, Feb 5, 2013 at 4:22 PM, Stephen Warren wrote: > n 02/05/2013 04:42 PM, Sean Paul

Re: [GIT PULL v2] at91: little cleanup for 3.9

2013-02-09 Thread Olof Johansson
On Fri, Feb 08, 2013 at 04:30:14PM +0100, Nicolas Ferre wrote: > Arnd, Olof, > > There is a cleanup pull-request that allows us to remove > an unused AT91 board file. > > This is a v2 of the pull-request, because I have included in this one a > correction of the patch: I now remove this board ent

Re: [PATCH 0/5] at91: atmel_lcdfb: regression fixes and cpu_is removal

2013-02-09 Thread Olof Johansson
On Fri, Feb 08, 2013 at 05:35:13PM +0100, Nicolas Ferre wrote: > These patches fix a regression in 16-bpp support for older SOCs which use > IBGR:555 rather than BGR:565 pixel layout. Use SOC-type to determine if the > controller uses the intensity-bit and restore the old layout in that case. > >

Re: [GIT PULL] at91: Device Tree related material for 3.9

2013-02-09 Thread Olof Johansson
On Thu, Feb 07, 2013 at 05:03:23PM +0100, Nicolas Ferre wrote: > Arnd, Olof, > > Here is a pull request for AT91 Device Tree material. It is pretty small and > mostly related to at91rm9200 work done by Joachim. > > This one can go on top of the GIT PULL request that I sent two days ago: > "[GIT P

Re: [PATCH 1/1] ARM: tegra: Fix build error w/ ARCH_TEGRA_114_SOC w/o ARCH_TEGRA_3x_SOC

2013-02-09 Thread Olof Johansson
On Wed, Feb 06, 2013 at 11:05:52AM -0700, Stephen Warren wrote: > On 02/06/2013 09:10 AM, Hiroshi Doyu wrote: > > This patch fixes the build error when ARCH_TEGRA_114_SOC is enabled > > and ARCH_TEGRA_3x_SOC is disabled. > > > > This provides Tegra114 with its own tegra114_init_early() instead of

Re: [PATCH 11/14] ARM: ux500: remove irq_base property from platform_data

2013-02-09 Thread Olof Johansson
ng to cause grief from sfr due to excessive conflicts. I.e. please try merging with arm-soc for-next to see how bad it is: patch 11-14: Acked-by: Olof Johansson If it's conflict-heavy, we'll stage a topic branch that we can both pull in. I'm guessing/hoping that won't be the case

Re: [PATCH v7 01/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data

2013-02-10 Thread Olof Johansson
On Thu, Jan 17, 2013 at 8:59 AM, Tony Lindgren wrote: > * Alan Stern [130117 07:19]: >> On Thu, 17 Jan 2013, Roger Quadros wrote: >> >> > Let's have a single platform data structure for the OMAP's High-Speed >> > USB host subsystem instead of having 3 separate ones i.e. one for >> > board data, o

Re: linux-next: manual merge of the arm-soc tree with the mfd tree

2013-02-11 Thread Olof Johansson
On Mon, Feb 11, 2013 at 10:52 AM, Tony Lindgren wrote: > * Stephen Rothwell [130210 22:11]: >> Hi all, >> >> Today's linux-next merge of the arm-soc tree got a conflict in >> arch/arm/mach-omap2/usb-host.c between commit 8a89e93237e1 ("mfd: >> omap-usb-host: Consolidate OMAP USB-HS platform data"

Re: [PATCH] iio: adc: add exynos5 adc driver under iio framwork

2013-02-11 Thread Olof Johansson
Hi, It looks like the bindings here are still completely unsettled, or at least unimplemented -- there seems to be a preference for an encoding similar to how interrupts/gpios/clks work. I think that wouldn't be a bad idea. For the case of this particular driver and connections, it'd just mean yo

Re: [PATCH 03/19] ARM: msm: proc_comm_boot_wait should not be __init

2013-02-11 Thread Olof Johansson
On Fri, Jan 25, 2013 at 10:16:31AM -0800, David Brown wrote: > Arnd Bergmann writes: > > > msm_smd_probe is a driver probe function and may get > > called after the __init time, so it must not call > > any __init function, as the link-time warning reports. > > Take away the __init annotation on p

[GIT PULL] ARM: arm-soc fixes for 3.8

2013-02-12 Thread Olof Johansson
s here are to make SMP boot work on the Calxeda platforms again. Some of the rework for cpuids on 3.8 broke it (and it was discovered late, unfortunately). ---- Olof Johansson (1): Merge tag 'highbank-fixes-for-3.8' of git:/

Re: [PATCH] ARM: exynos: move exynos4210-combiner to drivers/irqchip

2013-02-12 Thread Olof Johansson
On Tue, Feb 12, 2013 at 04:04:52PM -0600, Rob Herring wrote: > From: Rob Herring > > Exynos boot is broken with commit 0529e315 (ARM: use common irqchip_init > for GIC init). This commit split the irqchip initialization into 2 calls > to of_irq_init. This does not work because of_irq_init require

Re: [GIT PULL] at91: fixes for 3.9-rc1

2013-02-12 Thread Olof Johansson
On Tue, Feb 12, 2013 at 09:32:42AM +0100, Nicolas Ferre wrote: > On 02/05/2013 11:20 AM, Nicolas Ferre : > > Arnd, Olof, > > > > As I realized reading Linus' email that it was not possible to queue more > > fixes for 3.8, I took my time to send this tiny pull request. But now that > > the merge wi

Re: [PATCH] ARM: LPC32xx: changed lpc23xx_restart to lpc32xx_restart

2013-04-02 Thread Olof Johansson
On Wed, Mar 06, 2013 at 09:18:58PM +0100, Martin Knoll wrote: > This function has an odd name. This is probably a typo. You should cc the platform maintainer on these kind of patches (Roland Stigge). But it seems that he's not actually listed in MAINTAINERS. Roland, can you send a patch adding yo

Re: [PATCH 1/1] irqchip: irq-gic: Fix checkpatch errors

2013-04-02 Thread Olof Johansson
On Wed, Mar 13, 2013 at 03:05:15PM +0530, Sachin Kamat wrote: > Fixes the following errors: > ERROR: do not initialise statics to 0 or NULL > ERROR: space required after that ',' (ctx:VxV) > > Signed-off-by: Sachin Kamat > --- > Compile tested and based on linux-next tree (20130313). I haven't s

Re: [PATCH] arm: vt8500: Add wm8850 config options to multi_v7_defconfig

2013-04-02 Thread Olof Johansson
On Mon, Mar 25, 2013 at 09:11:40PM +1300, Tony Prisk wrote: > This patch finally adds the WM8850 SoC to the multi_v7_defconfig. > We don't have a seperate defconfig for this SoC as it is only > available as a multiplatform option. > > Signed-off-by: Tony Prisk Applied to next/multiplatform afte

Re: [GIT PULL v2] at91: soc for 3.10 #2

2013-04-02 Thread Olof Johansson
On Thu, Mar 28, 2013 at 11:38:29AM +0100, Nicolas Ferre wrote: > Arnd, Olof, > > A pull-request for 3.10 that is dedicated to the introduction of > Atmel's new Cortex-A5 based product: SAMA5D3. > This tag is built on top of the material already provided that resides on your > side in at91/cleanup

Re: [PATCH 1/2] ARM: irq: Call irqchit_init if no init_irq function is specified

2013-04-02 Thread Olof Johansson
On Thu, Mar 28, 2013 at 09:46:44PM +0100, Maxime Ripard wrote: > More and more sub-architectures are using only the irqchip_init > function. Make the core code call this function if no init_irq field is > provided in the machine description to remove some boilerplate code. > > Signed-off-by: Maxim

Re: [GIT PULL] at91: tiny cleanup for 3.10 #2

2013-04-02 Thread Olof Johansson
On Fri, Mar 29, 2013 at 09:54:10AM +0100, Nicolas Ferre wrote: > Arnd, Olof, > > This is a one-line cleanup patch. I have made a pull-request anyway because > I do not want to mix it with my upcoming DT pull-request. I guess that you can > simply cherry-pick the patch if you want. It is based on m

Re: [PATCH v2] ARM: at91: add Acme Systems Aria G25 board

2013-04-02 Thread Olof Johansson
Hi, I just saw this since it came in through a pull request On Tue, Mar 26, 2013 at 4:39 AM, Nicolas Ferre wrote: > From: Douglas Gilbert > > Signed-off-by: Douglas Gilbert > Signed-off-by: Nicolas Ferre > --- > arch/arm/boot/dts/ariag25.dts | 175 > +

Re: [GIT PULL] at91: DT changes for 3.10 #2

2013-04-02 Thread Olof Johansson
On Fri, Mar 29, 2013 at 03:59:39PM +0100, Nicolas Ferre wrote: > Arnd, Olof, > > Here is a pull-request for AT91 that is dedicated to Device Tree > modifications. It is stacked on the material that you already have > for 3.10 in your arm-soc/at91/dt branch. > Following our discussion with Arnd, I

Re: [PATCH] MAINTAINERS: Add maintainer for LPC32xx

2013-04-02 Thread Olof Johansson
On Tue, Apr 02, 2013 at 07:37:11PM +0200, Roland Stigge wrote: > This patch adds Roland Stigge as maintainer for NXP LPC32xx. > > Signed-off-by: Roland Stigge Thanks, applied. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...

Re: [GIT PULL] at91: soc for 3.10 #2

2013-04-02 Thread Olof Johansson
On Wed, Mar 27, 2013 at 12:01 PM, Arnd Bergmann wrote: > On Wednesday 27 March 2013, Nicolas Ferre wrote: > >> >> Introduction of new Atmel Cortex-A5: SAMA5D3 family. >> - Modify AT91 Kconfig to plit ARMv4/5 and ARMv7 arch >> - Modif

Re: [GIT PULL] at91: DT changes for 3.10 #2

2013-04-04 Thread Olof Johansson
On Thu, Apr 4, 2013 at 2:37 AM, Nicolas Ferre wrote: > On 04/03/2013 09:45 AM, Nicolas Ferre : >> On 04/02/2013 08:49 PM, Olof Johansson : >>> On Fri, Mar 29, 2013 at 03:59:39PM +0100, Nicolas Ferre wrote: >>>> Arnd, Olof, >>>> >>>> Here is a

Re: [PATCH 1/5] pinctrl/abx500: add AB8500 sub-driver

2013-01-28 Thread Olof Johansson
lect this from the Ux500 SoC Kconfig. > > Cc: a...@kernel.org > Reviewed-by: Stephen Warren > Signed-off-by: Patrice Chotard > Signed-off-by: Linus Walleij > --- > Requesting an ACK from the ARM SoC maintainers for this patch. Acked-by: Olof Johansson -Olof -- To un

Re: [PATCH 5/5] ARM: ux500: select the DB8540 pin controller

2013-01-28 Thread Olof Johansson
ed-off-by: Linus Walleij > --- > Requesting ACK from ARM SoC on this patch. Acked-by: Olof Johansson ... but I wonder if this is growing out of hand. Since they will always be selected (and required) for UX500_SOC_DB8500, why not just make them silent options that default to y with that as a depend? -Ol

Re: [PATCH 5/5] ARM: ux500: select the DB8540 pin controller

2013-01-29 Thread Olof Johansson
On Tue, Jan 29, 2013 at 10:16 AM, Linus Walleij wrote: > On Tue, Jan 29, 2013 at 12:00 AM, Olof Johansson wrote: >> On Mon, Jan 28, 2013 at 02:52:31PM +0100, Linus Walleij wrote: >>> From: Linus Walleij >>> >>> The pin controller is an inherent part of the

Re: [GIT PULL] at91: fixes for 3.8-rc6

2013-01-30 Thread Olof Johansson
On Wed, Jan 30, 2013 at 1:38 AM, Nicolas Ferre wrote: > git://github.com/at91linux/linux-at91.git tags/at91-fixes Pulled, thanks. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http

[GIT PULL] ARM: arm-soc fixes for 3.8-rc, take 2

2013-01-24 Thread Olof Johansson
On Wed, Jan 23, 2013 at 09:04:40PM -0800, Olof Johansson wrote: > Hi Linus, > > The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: > > Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) > > are available in the git repository at: > > git://g

Re: [GIT PULL] at91: fixes for 3.8-rc5

2013-01-24 Thread Olof Johansson
On Thu, Jan 24, 2013 at 1:10 AM, Nicolas Ferre wrote: > Arnd, Olof, > > Here is the pull request related to the fixes series that I sent > earlier this week. Changes are obvious and are very constrained in > AT91-related material. > > The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f

[GIT PULL 1/3] arm-soc: i.MX DT changes

2013-02-28 Thread Olof Johansson
rt to MXC onewire master. ARM: i.MX53: Add clocks for i.mx53 onewire master. ARM: dts: Add device tree entry for onewire master on i.MX53 Olof Johansson (1): Merge tag 'imx-dt-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into late/dt Peter Chen (1): ARM

[GIT PULL 3/3] arm-soc: mvebu platform changes (rebased)

2013-02-28 Thread Olof Johansson
to pinctrl ARM: kirkwood: topkick: init mvsdio via DT Nobuhiro Iwamatsu (3): ARM: Kirkwood: Add pinctrl of TWSI1 to 88f6282 ARM: Kirkwood: Add pinctrl of NAND to 88f6282 ARM: Kirkwood: Convert openblocks A6 board to pinctrl Olof Johansson (1): ARM: dove: upd

[GIT PULL 0/3] arm-soc: late changes for 3.9

2013-02-28 Thread Olof Johansson
Hi Linus, Here is a series of merge requests for arm-soc branches. The first two are mostly normal changes, The OMAP changes came in late before the merge window opened, so we wanted to let them sit for a few more days in -next. The i.MX branch is a churny branch that I wanted to keep separate an

[GIT PULL 3/3] arm-soc: mvebu platform changes (not rebased)

2013-02-28 Thread Olof Johansson
p support Konstantin Dorfman (1): mmc: fix async request mechanism for sequential read scenarios Nobuhiro Iwamatsu (3): ARM: Kirkwood: Add pinctrl of TWSI1 to 88f6282 ARM: Kirkwood: Add pinctrl of NAND to 88f6282 ARM: Kirkwood: Convert openblocks A6 board to pinctrl Olof Jo

[GIT PULL 2/3] arm-soc: late OMAP changes

2013-02-28 Thread Olof Johansson
ARM: OMAP2: am33xx-hwmod: Fix "register offset NULL check" bug Jean-Sebastien A. Beaudry (1): ARM: OMAP2+: AM33xx: Add SoC specific restart hook Laurent Pinchart (2): ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 omap3isp: Set cam_mclk

Re: [PATCH] ARM: dts: remove generated .dtb files on clean

2013-02-28 Thread Olof Johansson
On Thu, Feb 28, 2013 at 5:35 PM, Nishanth Menon wrote: > On Wed, Jan 30, 2013 at 12:29 AM, Santosh Shilimkar > wrote: >> Looping RMK, Arnd > Gentle query if we are still interested in this: > https://patchwork.kernel.org/patch/2020831/ > > Looks like linux master still wont delete the dtbs on mak

Re: linux-next: manual merge of the akpm tree with the arm-soc tree

2013-03-12 Thread Olof Johansson
On Tue, Mar 12, 2013 at 4:12 AM, Jason Cooper wrote: > On Tue, Mar 12, 2013 at 07:25:09AM +0100, Andrew Lunn wrote: >> On Tue, Mar 12, 2013 at 02:47:14PM +1100, Stephen Rothwell wrote: >> > Hi Andrew, >> > >> > Today's linux-next merge of the akpm tree got a conflict in >> > drivers/rtc/rtc-mv.c b

Re: [GIT PULL] at91: fixes for 3.6 (take 1 bis)

2012-08-27 Thread Olof Johansson
On Mon, Aug 27, 2012 at 10:08:07AM +0200, Nicolas Ferre wrote: > Hi, > > This pull request supersedes the previous one from August 24th. It removes > the ASoC SSC part which is now handled by Mark Brown. > > The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92: > > Linux

Re: [PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared

2012-08-28 Thread Olof Johansson
Hi, On Fri, Aug 10, 2012 at 2:18 PM, Rohit Vaswani wrote: > With 3.4 kernel the static iomappings can be shared with the ioremap > mappings. If ioremap is called with an address for which a static > mapping already exists, then that mapping should be used instead > of creating a new one. > Howeve

Re: [GIT PULL] msm fixes for v3.6

2012-08-28 Thread Olof Johansson
Hi, On Tue, Aug 28, 2012 at 09:55:32AM -0700, David Brown wrote: > The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: > > Linux 3.5 (2012-07-21 13:58:29 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linu

Re: [GIT PULL] msm-core changes for v3.7

2012-09-12 Thread Olof Johansson
Hi, On Wed, Sep 12, 2012 at 9:58 AM, David Brown wrote: > The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: > > Linux 3.5 (2012-07-21 13:58:29 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git

[GIT PULL] ARM: SoC fixes for 3.6-rc6

2012-09-13 Thread Olof Johansson
odule when hwmod enable fails Olof Johansson (2): Merge tag 'omap-fixes-for-v3.6-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes Paul Walmsley (2): ARM: OMAP3xxx: clockd

Re: [GIT PULL] msm-core changes for v3.7

2012-09-13 Thread Olof Johansson
On Thu, Sep 13, 2012 at 12:31 AM, David Brown wrote: > On Wed, Sep 12, 2012 at 11:36:28PM -0700, Olof Johansson wrote: > >> I think it could be a good idea to split off the cleanups and fixes to >> a separate branch. For the other patches there seems to be enough for >> at

Re: [powerpc changes] Re: x86/non-x86: percpu, node ids, apic ids x86.git fixup

2008-01-30 Thread Olof Johansson
On Wed, Jan 30, 2008 at 10:25:58PM +0100, Ingo Molnar wrote: > > * Olof Johansson <[EMAIL PROTECTED]> wrote: > > > > could you try the full patchset that Travis has just sent and which > > > i've put into x86.git, you can pull it from: > > >

Re: Build error on PowerPC

2008-02-01 Thread Olof Johansson
Hi, Please define what kernel version and what config you're trying to build. Also, please cc [EMAIL PROTECTED] for powerpc issues. Thanks, Olof On Fri, Feb 01, 2008 at 12:44:39PM +0100, Marcel Holtmann wrote: > Hi, > > I get the following build error on PowerPC: > > CC [M] sound/ppc/awa

Re: Build error on PowerPC

2008-02-01 Thread Olof Johansson
On Sat, Feb 02, 2008 at 03:57:07AM +0100, Marcel Holtmann wrote: > Hi Olof, > > > Please define what kernel version and what config you're trying to > > build. > > it is the latest kernel for Linus' git and the config is kinda obviously > enabling the awacs.c driver. Anyway, the driver didn't mak

[PATCH] Fix fallout from PCI: PCIE ASPM support

2008-02-01 Thread Olof Johansson
ons, and make it depend on ACPI. Take out the unneccessary default 'n' from the debug option as well. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig index 60104cf..4393bb3 100644 --- a/drivers/pci/pcie/Kconfig +

Re: [PATCH] Fix fallout from PCI: PCIE ASPM support

2008-02-02 Thread Olof Johansson
On Fri, Feb 01, 2008 at 09:59:21PM -0800, H. Peter Anvin wrote: > Olof Johansson wrote: >> On Sat, Feb 02, 2008 at 05:06:42AM +, Linux Kernel Mailing List wrote: >> >>> PCI: PCIE ASPM support >> >> This one broke almost all defconfigs on powerpc, sinc

[GIT PULL 0/12] ARM: soc: updates for 3.7, first batch

2012-10-01 Thread Olof Johansson
Hi Linus, Here is the first batch of pull requests for arm-soc for this merge window. Some of them are tiny, and we will probably start to combine them into slightly larger misc branches in the future. I didn't do it this time around since the dependencies between branches ended up quite complex t

[GIT PULL 1/12] ARM: soc: non-critical bug fixes

2012-10-01 Thread Olof Johansson
ake data used as *of_device_id.data const Lee Jones (1): ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT Linus Walleij (1): ARM: ux500: set proper GIC flags Olof Johansson (9): Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux

[GIT PULL 4/12] ARM: soc: soc-specific updates

2012-10-01 Thread Olof Johansson
x500: add a U8520 detection macro ARM: ux500: reform Ux500 family names ARM: ux500: add detection for DB8500 ASIC v2.2 Loic PALLARDY (1): ARM: ux500: Correct Ux500 family names usage Olof Johansson (14): Merge branch 'ux500/asic-id' into next/soc Merge branch

[GIT PULL 7/12] ARM: soc: soc-specific updates, take 2

2012-10-01 Thread Olof Johansson
it.linaro.org/people/shawnguo/linux-2.6 into next/soc2 ---- Olof Johansson (1): Merge tag 'mxs-sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc2 Shawn Guo (6): gpio/mxs: adopt irq_doma

[GIT PULL 6/12] ARM: soc: cleanups, part 2

2012-10-01 Thread Olof Johansson
1x/cleanup' into next/cleanup2 ARM: Remove mach-bcmring Merge branch 'bcmring/cleanup' into bcmring/removal Merge branch 'bcmring/removal' into next/cleanup2 ARM: ux500: use __iomem pointers for MMIO Merge branch 'cleanup/__iomem' into

[GIT PULL 11/12] ARM: soc: documentation updates

2012-10-01 Thread Olof Johansson
Documentation update for Marvell SoCs, the secret decoder ring to all their crazy product names and numbers. Conflicts: none. The following changes since commit 7b27fa258c8f2670a8c09bbc6c4b2c874d155da2: Merge branch 'next/dt2' i

[GIT PULL 12/12] ARM: soc: multiplatform enablement

2012-10-01 Thread Olof Johansson
: convert shmobile SMP to SMP operations ARM: SoC: convert highbank to SMP operations ARM: SoC: convert imx6q to SMP operations ARM: smp: Make SMP operations mandatory ARM: consolidate pen_release instead of having per platform definitions Olof Johansson (8): Merge branch &#

[GIT PULL 10/12] ARM: soc: device tree updates, take 2

2012-10-01 Thread Olof Johansson
Merge branches 'next/pinctrl-samsung' and 'next/board-samsung' into next/dt-samsung-new Merge branch 'next/dt-samsung' into next/dt-samsung-new Olof Johansson (4): Merge branch 'samsung/boards' into next/dt2 Merge branch 'samsung/pinctr

[GIT PULL 9/12] ARM: soc: board specific updates

2012-10-01 Thread Olof Johansson
en: enable thermal sensor Lei Wen (1): ARM: ttc_dkb: add nand support Mark Brown (2): ARM: S3C64XX: Update configuration for WM5102 module on Cragganmore ARM: S3C64XX: Register audio platform devices for Bells on Cragganmore Nobuhiro Iwamatsu (1): ARM: shmobile: armadill

[GIT PULL 8/12] ARM: soc: driver specific changes

2012-10-01 Thread Olof Johansson
ic Desroches (1): ARM: at91: add atmel-mci support for chips and boards which can use it Nicolas Ferre (1): ARM: at91/defconfig: change the MCI driver to use in defconfigs Olof Johansson (7): Merge branch 'drivers/ocp2scp' into next/drivers Merge tag 'tegra-for-

[GIT PULL 5/12] ARM: soc: device tree updates

2012-10-01 Thread Olof Johansson
: dts: mxs: Enable USB1 Host on the CFA-10049 expansion board ARM: dts: mxs: Add missing address and size cells in SSP nodes ARM: dts: cfa10049: Add SSP3 to the 10049 board ARM: dts: cfa10049: Add the 74HC595 gpio expanders Michael Grzeschik (1): ARM: dts: imx: add imx5x u

[GIT PULL 3/12] ARM: soc: MAINTAINERS updates

2012-10-01 Thread Olof Johansson
: Merge tag 'tegra-for-3.7-maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/maintainers Arnd Bergmann (1): ARM: ks8695: add maintainers entry Olof Johansson (1):

Re: [GIT PULL 0/12] ARM: soc: updates for 3.7, first batch

2012-10-01 Thread Olof Johansson
Hi, On Mon, Oct 01, 2012 at 07:22:34PM -0700, Linus Torvalds wrote: > On Mon, Oct 1, 2012 at 4:56 PM, Olof Johansson wrote: > > > > Here is the first batch of pull requests for arm-soc for this merge > > window. Some of them are tiny, and we will probably start to combine &

Re: [GIT PULL 0/12] ARM: soc: updates for 3.7, first batch

2012-10-01 Thread Olof Johansson
pointless to offer the option. Patch below. -Olof >From 5ae0b658cc10af29d7a0a66f2a412a754011ca0e Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Mon, 1 Oct 2012 19:39:33 -0700 Subject: [PATCH] drivers/bus: make ocp2scp depend on OMAP2+ No use in enabling the driver on platforms where it won

Re: make dtbs in linus/master

2012-10-02 Thread Olof Johansson
On Tue, Oct 2, 2012 at 9:36 AM, Stefano Stabellini wrote: > Hello, > I am testing linus/master after the recent merge with the arm-soc tree > and I find that if I choose: > > ARM system type > 1. Allow multiple platforms to be selected (ARCH_MULTIPLATFORM) (NEW) > 2. ARM Ltd. Integrator family

Re: arm-soc maintainer entry

2012-10-04 Thread Olof Johansson
Hi, On Thu, Oct 4, 2012 at 1:41 AM, Stephen Boyd wrote: > Is the a...@kernel.org alias going to be added into the MAINTAINERS file? > Should anybody be sending mails to this address? > > It seems I asked this over a year ago and the response was positive but > nothing ever happened[1]. Maybe some

Re: arm-soc maintainer entry

2012-10-04 Thread Olof Johansson
On Thu, Oct 4, 2012 at 11:49 AM, Stephen Boyd wrote: > On 10/04/12 09:55, Olof Johansson wrote: >> Hi, >> >> On Thu, Oct 4, 2012 at 1:41 AM, Stephen Boyd wrote: >>> Is the a...@kernel.org alias going to be added into the MAINTAINERS file? >>> Should a

[GIT PULL] ARM: soc: late platform updates

2012-10-04 Thread Olof Johansson
Mike Turquette (1): ARM: OMAP4: cm: add bitfield width values Ming Lei (1): ARM: OMAP4430: PMU: prepare to create PMU device via HWMOD Olof Johansson (12): Merge branch 'next/cleanup' into late/kirkwood Merge branch 'next/multiplatform' into late/kir

[GIT PULL] ARM: soc: defconfig updates

2012-10-04 Thread Olof Johansson
P_MIN_ADDR ARM: mxs_defconfig: Add SPI and LRADC support Kukjin Kim (1): ARM: s3c6400_defconfig: enable more boards in defconfig Olof Johansson (6): Merge branch 'defconfig' of git://git.kernel.org/.../horms/renesas into next/defconfig Merge branch 'lpc32xx/defconfi

[PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-23 Thread Olof Johansson
well as some reboot issues on similar setups. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=45991 Reported-by: Marko Kohtala Reported-by: Maxim Kammerer Signed-off-by: Olof Johansson Cc: sta...@kernel.org # 3.4 - 3.6 Cc: Matthew Garrett Cc: Maarten Lankhorst --- v2: rebase due to

Re: [PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Olof Johansson
Hi, On Wed, Oct 24, 2012 at 1:40 AM, Maarten Lankhorst wrote: > Op 24-10-12 08:24, Olof Johansson schreef: >> When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off >> efi_enabled once setup is done. Beyond setup, it is normally used to >> determine if

[PATCH v3] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Olof Johansson
well as some reboot issues on similar setups. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=45991 Reported-by: Marko Kohtala Reported-by: Maxim Kammerer Signed-off-by: Olof Johansson Acked-by: Maarten Lankhorst Cc: sta...@kernel.org # 3.4 - 3.6 Cc: Matthew Garrett --- v3: Don't

Re: [PATCH v3] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-25 Thread Olof Johansson
On Thu, Oct 25, 2012 at 6:20 AM, Matt Fleming wrote: > On Wed, 2012-10-24 at 10:00 -0700, Olof Johansson wrote: >> When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off >> efi_enabled once setup is done. Beyond setup, it is normally used to >> determine if

[PATCH] Execute tasklets in the same order they were queued

2008-02-11 Thread Olof Johansson
at the head of the list but processed sequentially. Convert it to instead append new entries to the tail of the list. As an extra bonus, the splicing code in takeover_tasklets() no longer has to iterate over the list. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git a/

Re: [RFC v3 5/7] dmaengine: Make DMA Engine menu visible for AVR32 users

2008-02-12 Thread Olof Johansson
Hi, On Tue, Feb 12, 2008 at 05:43:56PM +0100, Haavard Skinnemoen wrote: > Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> > --- > drivers/dma/Kconfig |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > index 893a3f8..1a

[PATCH v2] Execute tasklets in the same order they were queued

2008-02-12 Thread Olof Johansson
queued at the head of the list but processed sequentially. Convert it to instead append new entries to the tail of the list. As an extra bonus, the splicing code in takeover_tasklets() no longer has to iterate over the list. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> --- On Tue, Feb 12

Re: [PATCH 0/4]: Respun LMB patches.

2008-02-14 Thread Olof Johansson
On Thu, Feb 14, 2008 at 02:58:22PM -0600, Becky Bruce wrote: > Thanks for picking up the patches from Kumar and myself and fitting > them into your series - this is much appreciated. FYI, I applied the > entire patch series to my local tree and test-booted both mpc8641 and > mpc8568mds and

Re: pci_device_id definition cleanups

2008-02-15 Thread Olof Johansson
On Sat, Feb 16, 2008 at 03:23:36AM +0100, Sam Ravnborg wrote: > On Sat, Feb 16, 2008 at 12:21:40AM +0100, Jonas Bonn wrote: > > I've done some work on cleaning up the definitions of pci_device_id to > > make them "static const" (where possible) and to make sure they go into > > __devinitconst. The

Re: [PATCH v2 1/1] Platform: x86: Add Chrome OS Laptop driver

2012-11-02 Thread Olof Johansson
On Fri, Oct 26, 2012 at 10:30 AM, Corentin Chary wrote: > Looks better, but I'm curious, what is the final purpose of this driver ? > What ABI will be exposed, who will use it ? > > If it is going to be bigger, it may be a good idea to convert it to a > real platform driver (platform_drivers/plat

Re: [PATCH v2 1/1] Platform: x86: Add Chrome OS Laptop driver

2012-11-02 Thread Olof Johansson
On Fri, Nov 2, 2012 at 2:03 PM, Corentin Chary wrote: > On Fri, Nov 2, 2012 at 12:45 PM, Olof Johansson wrote: >> On Fri, Oct 26, 2012 at 10:30 AM, Corentin Chary >> wrote: >> >>> Looks better, but I'm curious, what is the final purpose of this driver ? >

[GIT PULL] ARM: SoC fixes

2012-07-26 Thread Olof Johansson
Hi Linus, The following changes since commit 9161c3b796a2841a9a7be3d9c9dd121269ce90e8: Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux (2012-07-24 16:40:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.gi

[GIT PULL 0/2] ARM: (small) second batch of updates

2012-07-29 Thread Olof Johansson
Linus, Here are two pull requests for branches that arrived to us pretty close to when the merge window opened, so we wanted to let them sit in -next for a bit before sending them in. Most of it is Renesas shmobile updates, but also a few Exynos and PXA patches. In addition to this, we have thre

[GIT PULL 1/2] ARM: arm-soc soc updates, take 2

2012-07-29 Thread Olof Johansson
This is the second batch of SoC updates for the 3.6 merge window, containing parts that arrived close to the merge window opening and thus needed to sit in linux-next for a while. Most contents is updates of Renesas shmobile, with a couple of Samsung Exynos patches in the mix. ---

[GIT PULL 2/2] ARM: arm-soc board updates, take 2

2012-07-29 Thread Olof Johansson
This branch contains board updates, mostly for shmobile, but also a couple for PXA. The shmobile platforms are still in the early stages of DT enablement, so there's a bit more updates here than we'd ideally want to see: - regulator updates to provide some fixed regulators on several boards - gpio

Status of arm-soc for 3.7

2012-09-20 Thread Olof Johansson
First, a heads up for those of you who were planning on coming with late merge requests: Sorry, but we will probably hold off until 3.8. We'll still take fixes and probably some small updates. But given all the moves of platform data and other code shuffling in the tree for this next merge window,

Re: Status of arm-soc for 3.7

2012-09-22 Thread Olof Johansson
Quick update: On Thu, Sep 20, 2012 at 11:21 PM, Olof Johansson wrote: > What's left to deal with is: > > * smp_ops branch, since multiplatform depends on it to allow building > more than one platform. smp_ops and platform_data have both been merged into next/multiplatform now

Re: linux-next: Tree for Sept 24 (irqchip)

2012-09-24 Thread Olof Johansson
On Mon, Sep 24, 2012 at 9:07 AM, Stephen Rothwell wrote: > Hi Randy, > > On Mon, 24 Sep 2012 08:39:05 -0700 Randy Dunlap wrote: >> >> On 09/24/2012 07:53 AM, Stephen Rothwell wrote: >> >> > Today was a train wreck, with lots of new conflicts across several trees >> > and a few build failures as w

Re: linux-next: manual merge of the arm-soc tree with the pm tree

2012-09-24 Thread Olof Johansson
Hi, On Mon, Sep 24, 2012 at 2:21 AM, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the arm-soc tree got a conflict in > arch/arm/mach-shmobile/include/mach/common.h between commit 35f2b0bd5911 > ("ARM: shmobile: Move definition of shmobile_init_late() to header") from > the pm

Re: [PATCH] irqchip: fill in empty Kconfig

2012-09-24 Thread Olof Johansson
Hi, On Mon, Sep 24, 2012 at 10:02 AM, Stephen Warren wrote: > Commit 89214f0 "ARM: bcm2835: add interrupt controller driver" added an > empty drivers/irqchip/Kconfig. Empty files apparently don't work well > with git (sometimes, with some versions?) so add some dummy content to > resolve this iss

Re: linux-next: manual merge of the arm-soc tree with the usb tree

2013-08-27 Thread Olof Johansson
On Tue, Aug 27, 2013 at 05:25:23PM +0200, Sebastian Andrzej Siewior wrote: > On 08/27/2013 05:01 PM, Kevin Hilman wrote: > >>> What do we do now? > >> > >> Cannot you just merge the stable arm-soc/dt branch into your branch > >> before applying your patches? > > > > Unfortunately, the next/dt bran

Re: [GIT PULL] at91: soc update for 3.12 #1

2013-08-28 Thread Olof Johansson
On Mon, Aug 26, 2013 at 05:55:43PM +0200, Nicolas Ferre wrote: > Arnd, Olof, Kevin, > > Here is AT91 SoC updates for 3.12 kernel. It is the first pull-request for > this topic and it is based on 3.11-rc5 like your next/soc branch. > > Thanks, best regards, > > The following changes since commit

Re: [PATCH] gpio: (gpio-pca953x) move header to linux/platform_data/

2013-08-29 Thread Olof Johansson
On Thu, Aug 29, 2013 at 01:52:58PM -0400, Vivien Didelot wrote: > As this patch mainly touches arch/arm/*, Olof/Kevin, would you mind > applying it? > > The first message in thread is here: https://lkml.org/lkml/2013/7/31/552 > Here are the previous ACKs: > > Acked-by: Linus Walleij > Acked-by:

Re: [PATCH 0/5] Add some missing bits for exynos5250-snow

2013-10-02 Thread Olof Johansson
Hi, On Tue, Oct 1, 2013 at 4:40 PM, Sean Paul wrote: > This set adds some missing devicetree nodes to the exynos5250-snow file as > well > as adds a drm_bridge driver for the ptn3460 DP-LVDS chip. This chip is used in > the exynos5250-snow board. > > Sean > > > Sean Paul (5): > ARM: dts: Add fi

  1   2   3   4   5   6   7   8   9   10   >