Re: [PATCH 3/3] ARM: dts: list the interrupts generated by pin-controller on Exynos5440

2013-04-09 Thread Linus Walleij
...@samsung.com Cc: Linus Walleij linus.wall...@linaro.org Signed-off-by: Kukjin Kim kgene@samsung.com Acked-by: Linus Walleij linus.wall...@linaro.org I guess this will go into the Exynos tree? Tell me if you want me to apply it to the pinctrl tree. Yours, Linus Walleij -- To unsubscribe

Re: [PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing

2013-04-11 Thread Linus Walleij
a version of this patchset has also been tested through its inclusion in Thomas Petazzoni's Armada 370 and Armada XP SoCs PCIe support by: Linus Walleij linus.wall...@linaro.org Yes you can add my Tested-by tag. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v5 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC

2013-04-11 Thread Linus Walleij
by the Marvell PCIe driver I'm hoping to get merged in 3.10. Second this, I also have a patch series that depend on these patches. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH] spi: s3c64xx: let device core setup the default pin configuration

2013-04-15 Thread Linus Walleij
it'll be picked up. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v4] pinctrl: Add pinctrl-s3c24xx driver

2013-04-17 Thread Linus Walleij
Stuebner he...@sntech.de Reviewed-by: Tomasz Figa t.f...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Looking good, Acked-by: Linus Walleij linus.wall...@linaro.org I prefer this: #include linux/bitops.h int foo = BIT(7); over int foo = (1 7); But no big deal

Re: [PATCH 1/2] pinctrl: s3c64xx: Fix build error caused by undefined chained_irq_enter

2013-04-23 Thread Linus Walleij
the legacy header leading to undefined chained_irq_enter and chained_irq_exit symbols. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com Patch applied. Thanks! Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [PATCH 2/2] pinctrl: samsung: Fix link error with CONFIG_PINCTRL_EXYNOS disabled

2013-04-23 Thread Linus Walleij
in the pinctrl tree. Could you rebase it on that branch? Or is the error not even in my tree? Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH 2/2] pinctrl: samsung: Fix link error with CONFIG_PINCTRL_EXYNOS disabled

2013-04-24 Thread Linus Walleij
On Tue, Apr 23, 2013 at 2:09 PM, Tomasz Figa t.f...@samsung.com wrote: On Tuesday 23 of April 2013 14:03:12 Linus Walleij wrote: This does not apply to my devel branch in the pinctrl tree. Could you rebase it on that branch? Or is the error not even in my tree? This one got sent

Re: [PATCH 2/2] pinctrl: samsung: Fix link error with CONFIG_PINCTRL_EXYNOS disabled

2013-04-25 Thread Linus Walleij
On Wed, Apr 24, 2013 at 4:47 PM, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 24 of April 2013 16:27:09 Linus Walleij wrote: On Tue, Apr 23, 2013 at 2:09 PM, Tomasz Figa t.f...@samsung.com wrote: On Tuesday 23 of April 2013 14:03:12 Linus Walleij wrote: This does not apply to my devel

Re: [PATCH v2 1/6] ARM: mm: cache-l2x0: Add base address argument to write_sec callback

2014-06-27 Thread Linus Walleij
: Acked-by: Linus Walleij linus.wall...@linaro.org Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] ARM: SAMSUNG: Save/restore GPIO drive strength across suspend/resume

2011-11-12 Thread Linus Walleij
and letting pin groups harness the settings for a group of pins is the proper approach to the problem. Do you think something like this will work for the S5P:s? Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: pinctrl discussions @ Linaro Connect, and also requesting GPIOs

2011-11-12 Thread Linus Walleij
/pinctrl-foo.c. That's the most natural design pattern methinks. Trying to artificially break it apart in two driver files doesn't make sense. Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] pinctrl: add a gpio and pinctrl driver for samsung io-pad controllers

2011-11-17 Thread Linus Walleij
, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-17 Thread Linus Walleij
tree is, the more we win. Thanks, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-22 Thread Linus Walleij
On Tue, Nov 22, 2011 at 12:09 PM, Thomas Abraham thomas.abra...@linaro.org wrote: On 17 November 2011 19:27, Linus Walleij linus.wall...@linaro.org wrote: Maybe I'm mistaken about the device tree ambitions, but I was sort of hoping that it would not contain too much custom magic numbers

Re: [PATCH 1/8 v3] pinctrl: add a generic pin config interface

2011-11-22 Thread Linus Walleij
On Tue, Nov 22, 2011 at 11:52 AM, Thomas Abraham thomas.abra...@linaro.org wrote: On 22 November 2011 01:17, Linus Walleij linus.wall...@stericsson.com wrote: (...) @@ -61,6 +67,10 @@ struct pin_desc {  #ifdef CONFIG_PINMUX        const char *mux_function;  #endif +#ifdef CONFIG_PINCONF

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-24 Thread Linus Walleij
the current map concept is that you get either a string or struct device * to identify the pin controller and mapped device, that's as far as I thought it out, sorry for any inherent limitations, they're not intentional... Thanks, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-24 Thread Linus Walleij
defined and abstract piece of hardware information to live in the device tree and which would be useful for any OS using DT. I'd have to see the device trees and corresponding map bindings before I understand it fully though. Just my €0.01 Linus Walleij -- To unsubscribe from this list: send the line

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-25 Thread Linus Walleij
support both platform_data and device tree based drivers on the same system. That sounds like a real good idea and I think it'll work fine. You can use the map in mach-u300/core.c as guinea pig for refactoring if you like. I think that's the only map that's in-tree ftm. Thanks, Linus Walleij

Re: [PATCH 2/2] spi/s3c64xx: Implement runtime PM support

2011-12-06 Thread Linus Walleij
factor out once the pattern is clearly visible. I agree with this. I will go forward in the same manner with Ux500 for the time being. Thanks, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-12-07 Thread Linus Walleij
with this patch series? I was really happy with the rate of progress we had and Viresh I have given most feedback needed to complete this I think. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 29/31] ARM: amba: nomadik: use common amba device initializers

2012-01-23 Thread Linus Walleij
insertions(+), 20 deletions(-) 1 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Linus Walleij linus.wall...@linaro.org Thanks Russell, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 03/31] ARM: amba: ux500: convert to use amba_device_alloc

2012-01-23 Thread Linus Walleij
On Fri, Jan 20, 2012 at 10:23 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: Convert ux500 to use the new amba_device_alloc APIs. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Acked-by: Linus Walleij linus.wall...@linaro.org Thanks Russell, Linus Walleij

Re: [PATCH 07/31] ARM: amba: ux500: get rid of NO_IRQ

2012-01-23 Thread Linus Walleij
insertions(+), 1 deletions(-) Acked-by: Linus Walleij linus.wall...@linaro.org Thanks Russell, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH 16/31] ARM: amba: u300: get rid of NO_IRQ initializers

2012-01-23 Thread Linus Walleij
On Fri, Jan 20, 2012 at 10:27 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk ---  arch/arm/mach-u300/core.c |    6 +++---  1 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Linus Walleij linus.wall...@linaro.org

Re: [PATCH 28/31] ARM: amba: u300: use common amba device initializers

2012-01-23 Thread Linus Walleij
-by: Linus Walleij linus.wall...@linaro.org Thanks Russell, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 21/31] ARM: amba: realview: get rid of private platform amba_device initializer

2012-01-24 Thread Linus Walleij
insert/remove the MMC card and see it add/remove the card (appear in console, and /proc/interrupts) Or do you mean tickle GPIO0? That is more tricky I think... Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [PATCH] spi/s3c64xx: Convert to using core message queue

2012-02-15 Thread Linus Walleij
On Wed, Feb 15, 2012 at 11:48 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: Convert the s3c64xx driver to using the new message queue factored out of the pl022 driver by Linus Walleij, saving us a nice block of code and getting the benefits of improvements implemented in the core

Re: [PATCH] spi/s3c64xx: Convert to using core message queue

2012-02-22 Thread Linus Walleij
On Wed, Feb 15, 2012 at 11:48 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: Convert the s3c64xx driver to using the new message queue factored out of the pl022 driver by Linus Walleij, saving us a nice block of code and getting the benefits of improvements implemented in the core

Re: [PATCH 0/5] pinctrl: add new Samsung pinctrl driver and add Exynos4 support

2012-03-13 Thread Linus Walleij
to me Thomas! I will provide detailed review if/when it is more ripe for merge. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2012-04-09 Thread Linus Walleij
! Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 03/18] dmaengine: PL08x: Rework LLI handling to be less fragile

2013-08-28 Thread Linus Walleij
(namely PL080S with its extra CCTL2). This patch makes LLIs a sequence of 32-bit words, which is just filled with appropriate values in appropriate order and padded with required amount of dummy words (currently zero, but PL080S will make better use of this). Suggested-by: Linus Walleij

Re: [PATCH 04/18] dmaengine: PL08x: Move LLI dumping code into separate function

2013-08-28 Thread Linus Walleij
of pl08x_fill_llis_for_desc(). No functional change is introduced by this patch. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com Reviewed-by: Linus Walleij linus.wall...@linaro.org Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message

Re: [PATCH 09/18] ASoC: Samsung: Do not queue cyclic buffers multiple times

2013-08-28 Thread Linus Walleij
to behave appropriately. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com Acked-by: Linus Walleij linus.wall...@linaro.org If patch 1 thru 9 are uncontroversial now, maybe Vinod can apply these for v3.12 so we can get less noise and risk of collissions in the next merge window? Just an idea

Re: [patch] pinctrl: s3c24xx: off by one in s3c24xx_eint_init()

2013-08-28 Thread Linus Walleij
On Tue, Aug 27, 2013 at 3:11 AM, Dan Carpenter dan.carpen...@oracle.com wrote: If irq == NUM_EINT then it writes one space beyond the end of the eint_data-domains[] array. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Patch applied with Heiko's ACK. Yours, Linus Walleij

Re: [PATCH 1/4] pinctrl: Add s5pv210 support to pinctrl-exynos

2013-08-28 Thread Linus Walleij
/bindings, so atleast alter the commit message. This merely *uses* some device tree bindings. Yours, Linus Walleij --- drivers/pinctrl/Kconfig | 2 +- drivers/pinctrl/pinctrl-exynos.c | 58 +++ drivers/pinctrl/pinctrl-samsung.c | 3

Re: [Patch v2] pinctrl: Add s5pv210 support to pinctrl-exynos

2013-08-28 Thread Linus Walleij
. I want an ACK from Kukjin or Sylwester for this since it's something new for S5P. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [Patch v2] pinctrl: Add s5pv210 support to pinctrl-exynos

2013-08-28 Thread Linus Walleij
On Wed, Aug 28, 2013 at 2:58 PM, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 28 of August 2013 14:51:44 Linus Walleij wrote: On Tue, Aug 27, 2013 at 3:08 PM, Mateusz Krawczuk m.krawc...@partner.samsung.com wrote: This patch implements pinctrl support and adds device tree bindings

Re: [PATCH] gpio: samsung: Drop support for Exynos SoCs

2013-08-29 Thread Linus Walleij
to the gpio tree. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [alsa-devel] [PATCH 09/18] ASoC: Samsung: Do not queue cyclic buffers multiple times

2013-08-29 Thread Linus Walleij
an assumption that the same is needed for DMA engine API, which is not true. Applied, thanks. OK Vinod can you take in patch 1 thru 8? Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] pinctrl: Correct number of pins for s5pv210

2013-09-27 Thread Linus Walleij
applied for fixes with the ACKs from Tomasz and Kukjin. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.

2013-09-27 Thread Linus Walleij
.. and S5P oh well I will get to it.) Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] pinctrl: samsung: Allow pin value to be initialized using pinfunc.

2013-11-25 Thread Linus Walleij
point of view that is not GPIO, it is the typically the sleep state of a certain pin when used with a certain device. I'll see if I can think of some doc patch to make this more clear... Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body

Re: [PATCH] pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodes

2013-11-25 Thread Linus Walleij
that's safe. Right. I have done it the copy-less way in other places, but missed this one. Thanks. So I guess I'm waiting for a new version of this patch, right? Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [PATCH] pinctrl: samsung: Allow pin value to be initialized using pinfunc.

2013-12-03 Thread Linus Walleij
hogs would be interesting to look at. Can you provide details on how you think this would work? Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] pinctrl: samsung: Allow pin value to be initialized using pinfunc.

2013-12-03 Thread Linus Walleij
as Kevin wrote). I'm following :-) Now if we could see some more details and a patch, that would be great ... Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http

[PATCH] ARM: s3c24xx: get rid of custom mach/gpio.h

2013-12-06 Thread Linus Walleij
: linux-samsung-soc@vger.kernel.org Signed-off-by: Linus Walleij linus.wall...@linaro.org --- If one of the maintainers give me an ACK for this I will take it through the GPIO tree. --- arch/arm/Kconfig | 3 +- arch/arm/mach-s3c24xx/Kconfig | 21

Re: [PATCH] ARM: s3c24xx: get rid of custom mach/gpio.h

2013-12-06 Thread Linus Walleij
On Fri, Dec 6, 2013 at 10:31 AM, Linus Walleij linus.wall...@linaro.org wrote: This isolates the custom S3C24xx GPIO definition table to linux/platform_data/gpio-samsung-s3x24xx.h Maybe I'm too trigger happy. I'll send a combined series with S3C24xx, S3C64xx and maybe also S5P variants all

Re: [PATCH] pinctrl: samsung: Allow pin value to be initialized using pinfunc.

2013-12-09 Thread Linus Walleij
On Thu, Dec 5, 2013 at 4:07 PM, Mark Brown broo...@kernel.org wrote: On Tue, Dec 03, 2013 at 10:29:42AM +0100, Linus Walleij wrote: So a suggested patch to support weak hogs would be interesting to look at. Can you provide details on how you think this would work? Or should we be going

Re: [PATCH] pinctrl: samsung: Allow pin value to be initialized using pinfunc.

2013-12-09 Thread Linus Walleij
On Fri, Dec 6, 2013 at 12:54 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 12/03/2013 02:29 AM, Linus Walleij wrote: (skipped the conversation on weak hogs, we are on the same page here, just waiting for someone to start working on it ...) Related, I prefer to put /all/ static pinctrl

[PATCH 1/2] ARM: s3c24xx: get rid of custom mach/gpio.h

2013-12-12 Thread Linus Walleij
: linux-samsung-soc@vger.kernel.org Signed-off-by: Linus Walleij linus.wall...@linaro.org --- ChangeLog v1-v2: - Added an #ifdef ARCH_S3C24XX around the header inclusion in drivers/gpio/gpio-samsung.c as we would otherwise have colliding definitions when compiling S3C64XX. - Rename inclusion guard

[PATCH 2/2] ARM: s3c64xx: get rid of custom mach/gpio.h

2013-12-12 Thread Linus Walleij
as for S3C24XX: 512. This way we can do away with the GPIO calculation macros for GPIO_BOARD_START, BOARD_NR_GPIOS and the definition of ARCH_NR_GPIOS. Cc: Kukjin Kim kgene@samsung.com Cc: Mark Brown broo...@kernel.org Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Linus Walleij linus.wall

Re: [PATCH CFT] ARM:S5P64X0: Enable ARM_PATCH_PHYS_VIRT and AUTO_ZRELADDR by default

2013-12-12 Thread Linus Walleij
up in future. Kukjin has actually proposed removing support for this platform at all and I consider this reasonable. Kukjin, should we proceed with removal? Isn't Mark Brown using that platform for some various stuff? Yours, Linus Walleij -- To unsubscribe from this list: send the line

Re: [PATCH CFT] ARM:S5P64X0: Enable ARM_PATCH_PHYS_VIRT and AUTO_ZRELADDR by default

2013-12-12 Thread Linus Walleij
On Thu, Dec 12, 2013 at 10:22 PM, Tomasz Figa tomasz.f...@gmail.com wrote: 2013/12/12 Linus Walleij linus.wall...@linaro.org: On Thu, Dec 12, 2013 at 10:47 AM, Tomasz Figa tomasz.f...@gmail.com wrote: This is actually quite a poor platform choice. As of today, the kernel is stuck

Re: [PATCH] ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.

2013-12-13 Thread Linus Walleij
On Fri, Dec 13, 2013 at 2:55 AM, José Miguel Gonçalves jose.goncal...@inov.pt wrote: On 27-09-2013 15:17, Linus Walleij wrote: On Wed, Sep 11, 2013 at 10:46 AM, José Miguel Gonçalves jose.goncal...@inov.pt wrote: Some GPIO line limits are incorrectly set which, for instance, does not allow

Re: [PATCH 1/2] ARM: s3c24xx: get rid of custom mach/gpio.h

2013-12-13 Thread Linus Walleij
, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.

2013-12-13 Thread Linus Walleij
onto my tree if I just get an ACK for it... Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] ARM: s3c24xx: get rid of custom mach/gpio.h

2013-12-13 Thread Linus Walleij
On Fri, Dec 13, 2013 at 11:30 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On Thursday 12 of December 2013 15:06:50 Linus Walleij wrote: [snip] arch/arm/mach-s3c64xx/include/mach/gpio.h | 93 - Hmm, shouldn't this (and other s3c64xx-related changes) be in patch 2/2

[PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2013-12-13 Thread Linus Walleij
@samsung.com Acked-by: Heiko Stuebner he...@sntech.de Tested-by: Heiko Stuebner he...@sntech.de Signed-off-by: Linus Walleij linus.wall...@linaro.org --- ChangeLog v2-v3: - Move the movement of the S3C64XX gpio.h file out of this patch and into the follow-up patch where it belongs. ChangeLog v1-v2: - Added

[PATCH 2/2 v2] ARM: s3c64xx: get rid of custom mach/gpio.h

2013-12-13 Thread Linus Walleij
as for S3C24XX: 512. This way we can do away with the GPIO calculation macros for GPIO_BOARD_START, BOARD_NR_GPIOS and the definition of ARCH_NR_GPIOS. Cc: Mark Brown broo...@kernel.org Cc: Tomasz Figa tomasz.f...@gmail.com Acked-by: Kukjin Kim kgene@samsung.com Signed-off-by: Linus Walleij

Re: [PATCH] ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.

2013-12-20 Thread Linus Walleij
On Fri, Dec 13, 2013 at 10:37 AM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Dec 13, 2013 at 10:24 AM, kg...@kernel.org wrote: José Miguel Gonçalves wrote: (..) Was this patch forgotten? Hi Jose, Sorry about missing your patch. It's my fault :( and as you know, at this moment

Re: [PATCH] ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.

2014-01-02 Thread Linus Walleij
with Kukjin's ACK and Heiko's review tag. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2014-01-07 Thread Linus Walleij
On Tue, Jan 7, 2014 at 12:15 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 13 December 2013, Linus Walleij wrote: This isolates the custom S3C24xx GPIO definition table to linux/platform_data/gpio-samsung-s3x24xx.h as this is used in a few different places in the kernel, removing the need

Re: [PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2014-01-08 Thread Linus Walleij
On Tue, Jan 7, 2014 at 8:52 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 07 January 2014, Linus Walleij wrote: It appears that these problems appear if you explicitly enable the DT board support, can't we just put that into the defconfig then, so we don't miss such things? I don't

Re: [PATCH] TWD: enable one-shot mode

2010-12-27 Thread Linus Walleij
Walleij linus.wall...@stericsson.com Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-02-26 Thread Linus Walleij
for clocksource for sched_clock(). Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma

2011-06-07 Thread Linus Walleij
, the designer of the Samsung's DMA API. This is not soccer/football/cricket. ;-) Seriously, if there are any longstanding issues with the API we need them nailed down, please help! Thanks, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message

Re: [PATCH 2/3] Samsung SoC: ready to use NTC value inside kernel

2011-07-01 Thread Linus Walleij
but that had another problem last time I looked: it was only intended for userspace control, not in-kernel use. Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH V4 03-1/13] DMA: PL330: Support DMA_SLAVE_CONFIG command

2011-07-22 Thread Linus Walleij
case is that you can request a direction for the channel, and if the hardware doesn't support that, then NAK any tries to set it to a direction which is illegal. Yes, some abstraction but generalization does have a price, and I think it's worth it. Yours, Linus Walleij -- To unsubscribe from

Re: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-04 Thread Linus Walleij
On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim boojin@samsung.com wrote: This patchset adds support DMA generic APIs for Samsung DMA. Patches look good to me, Acked-by: Linus Walleij linus.wall...@linaro.org Are there any more users of the code in arch/arm/common/pl330.c? Else I think next

Re: [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations

2011-08-10 Thread Linus Walleij
/gpio.txt Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk reaks compile of plat-nomadik due to missing u32, feel free to fold in the below fix. With that it's Tested-by: Linus Walleij linus.wall...@linaro.org for Nomadik, U300 and Ux500. From 2e4496fc7643d804ccf50a8efe1a0304210176d1 Mon

Re: [PATCH V2 1/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-09-28 Thread Linus Walleij
/linux/amba/bus.h as AMBA_VENDOR_SAMSUNG = 0x55, so we have this under some kind of control. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2014-01-14 Thread Linus Walleij
at the same time. plat/gpio-cfg.h is used by S5P as well, but I guess you've checked that. If I take it driver-by-driver it should be possible to get rid of it or most of it I think, reducing it to the arch/arm/mach-* folder. Certainly I should be attacking S3C and S5P simultaneously. Yours, Linus

[PATCH] ARM: s3c24xx: explicit dependency on plat/gpio-cfg.h

2014-01-14 Thread Linus Walleij
-samsung-soc@vger.kernel.org Signed-off-by: Linus Walleij linus.wall...@linaro.org --- Maintainers: this builds on top of the previous patch moving headers back to mach/*. This will also boil in linux-next, ACKs appreciated. --- arch/arm/mach-s3c24xx/h1940-bluetooth.c | 1 + arch/arm/mach

Re: [PATCH 1/1] ARM: S5P[v210|c100|64x0]: Fix build error

2014-01-15 Thread Linus Walleij
Damned I couldn't get rid of the ifdefs anyway :-( Thanks Sachin, patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] ARM: S3C[24|64]xx: move includes back under mach/ scope

2014-01-15 Thread Linus Walleij
adding #ifdefs back in but maybe I should try to fix it up like that instead. Just a minute... Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] ARM: S3C[24|64]xx: move includes back under mach/ scope

2014-01-15 Thread Linus Walleij
to be the lesser evil :-/ Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] pinctrl: exynos: add exynos5260 SoC specific data

2014-02-06 Thread Linus Walleij
-by: Young-Gun Jang yg1004.j...@samsung.com Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Linus Walleij
devices. Provide full auxiliary control register definitions. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Acked-by: Linus Walleij linus.wall...@linaro.org For ux500. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body

Re: [PATCH 08/27] pinctrl: exynos: Add driver data for Exynos3250

2014-04-10 Thread Linus Walleij
general port groups. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Ugh can Tomasz send out his patches himself, I get confused... It was also sent two times, the second time with CC:s added. Tomasz, shall I merge this? Yours, Linus Walleij

Re: [PATCHv2] pinctrl: exynos: Add driver data for Exynos3250

2014-04-23 Thread Linus Walleij
port groups. Changes from v1: - Add signed-off of sender - Post only separated patch for pinctrl from following patchset(v1) : https://lkml.org/lkml/2014/4/10/286 Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Linus Walleij linus.wall...@linaro.org Cc: Kukjin Kim kgene@samsung.com

Re: [PATCH 02/17] gpio: samsung: remove s5p64x0 related gpio codes

2014-07-07 Thread Linus Walleij
On Mon, Jun 30, 2014 at 11:32 PM, Kukjin Kim kgene@samsung.com wrote: This patch removes gpio codes for s5p6440 and s5p6450 SoCs. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Linus Walleij linus.wall...@linaro.org Acked-by: Linus Walleij linus.wall...@linaro.org Yours, Linus

Re: [PATCH 09/17] gpio: samsung: remov s5pc100 related gpio codes

2014-07-07 Thread Linus Walleij
On Mon, Jun 30, 2014 at 11:32 PM, Kukjin Kim kgene@samsung.com wrote: This patch removes gpio codes for s5pc100 SoC. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Linus Walleij linus.wall...@linaro.org Acked-by: Linus Walleij linus.wall...@linaro.org Yours, Linus Walleij

Re: [PATCH] ARM: dts: Add mask-tpm-reset to the device tree

2014-07-08 Thread Linus Walleij
-kernelm=140309916607115w=2 Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC PATCH v3] reset: Add a defer reset object to send board specific reset

2014-07-08 Thread Linus Walleij
a generic GPIO reset driver, just call this drivers/reset/reset-gpio.c and make the ability to deferral just a configuration detail of the GPIO reset driver. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [PATCH 1/6] pinctrl: samsung: Decouple direction setting from pinctrl

2014-07-08 Thread Linus Walleij
the cross-call function is actually mostly for the case when the pinctrl and GPIO drivers are in different files, or you combine two IP blocks arbitrarily. It's a bit messy anyway. Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc

Re: [PATCH 2/6] pinctrl: samsung: Handle GPIO request and free using pinctrl helpers

2014-07-08 Thread Linus Walleij
...@samsung.com Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3/6] pinctrl: exynos: Consolidate irq_chips of GPIO and WKUP EINTs

2014-07-08 Thread Linus Walleij
...@samsung.com Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 4/6] pinctrl: exynos: Lock GPIOs as interrupts when used as EINTs

2014-07-08 Thread Linus Walleij
really fail (ret code is unsigned...), so using the other callbacks is safer. Can you have a quick look at this before I apply any more of the Samsung patches? Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [RFC PATCH v3] reset: Add a defer reset object to send board specific reset

2014-07-08 Thread Linus Walleij
On Tue, Jul 8, 2014 at 10:05 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Jul 08, 2014 at 09:52:03AM +0200, Linus Walleij wrote: On Wed, Jun 18, 2014 at 3:37 PM, Houcheng Lin houch...@gmail.com wrote: The Problem --- The reset signal on a hardware board

Re: [PATCH 5/6] pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodes

2014-07-09 Thread Linus Walleij
...@vger.kernel.org Cc: Rob Herring robh...@kernel.org Cc: Mark Rutland mark.rutl...@arm.com Patch applied. (This decision is mainly based on trust, I got lost in the patch :-) Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message

Re: [PATCH 6/6] pinctrl: samsung: Allow pin value to be initialized using pinfunc

2014-07-09 Thread Linus Walleij
with it. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v7 08/24] mfd: max77686: Add Dynamic Voltage Scaling (DVS) support

2014-07-10 Thread Linus Walleij
= gpiod_direction_output_raw(gpio, 1); Why does this have to be raw? Usually that is not to be used. Apart from this it looks OK. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 1/1] pinctrl: samsung: Group all drivers in a sub-dir

2014-07-10 Thread Linus Walleij
On Thu, Jul 10, 2014 at 2:03 PM, Sachin Kamat sachin.ka...@samsung.com wrote: Group all pin control drivers of Samsung platform together in a sub-directory for easy maintenance. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Patch applied. Yours, Linus Walleij -- To unsubscribe from

Re: [RFC 3/5] pinctrl: exynos: add exynos5410 SoC specific data

2014-08-08 Thread Linus Walleij
] I'm waiting for Tomasz to review this before applying. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 1/1] Input: atmel_mxt_ts - Get IRQ edge/level flags on DT booting

2014-08-11 Thread Linus Walleij
and irqchip must however be solved in the driver itself, the core only helps out in blocking some abuse of the API. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 1/1] pinctrl: exynos: Lock GPIOs as interrupts when used as EINTs

2014-08-11 Thread Linus Walleij
, this looks much better atleast, it is not possible to use the irqchip helpers from gpiolib then, because that grabs the request/release resource callbacks. If I get some ACKs on this we can go for this solution. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/1] pinctrl: exynos: Lock GPIOs as interrupts when used as EINTs

2014-08-21 Thread Linus Walleij
in the right direction. Signed-off-by: Tomasz Figa t.f...@samsung.com [javier: use request resources instead of startup and expand commit message] Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk OK patch applied for fixes, sorry for missing to follow up on this. Yours, Linus

Re: [PATCH] MAINTAINERS: Tomasz has moved

2014-08-29 Thread Linus Walleij
of the responsibilities, as I will be doing my part in my spare time. Signed-off-by: Tomasz Figa t.f...@samsung.com OK I'm taking this patch through pinctrl fixes. Not much controversy here, Mike you need not worry about it. Patch applied. Yours, Linus Walleij -- To unsubscribe from this list

Re: [PATCH 06/14] pinctrl: samsung: use CONFIG_PINCTRL_SAMSUNG symbol in makefile

2014-08-29 Thread Linus Walleij
applied! I should use this pattern on more places in the Makefile, I was confused by logically thinking that Kconfig symbols used in Makefile cannot be from a Kconfig one level below. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body

<    1   2   3   >