On Sun, Oct 7, 2012 at 3:28 PM, Wei Yongjun wrote:
> From: Wei Yongjun
>
> Remove duplicated include.
>
> dpatch engine is used to auto generate this patch.
> (https://github.com/weiyj/dpatch)
>
> Signed-off-by: Wei Yongjun
Applied with Stephen's ACK.
Thanks!
Linus Walleij
___
On Sun, Oct 7, 2012 at 4:01 PM, Wei Yongjun wrote:
> From: Wei Yongjun
>
> In case of error, the function pinctrl_register() returns
> NULL not ERR_PTR(). The PTR_ERR() in the return value
> should be replaced with error no.
>
> dpatch engine is used to auto generate this patch.
> (https://githu
On Tuesday 09 October 2012, Domenico Andreoli wrote:
> bcm4760 is the superset (bcm4761 hasn't the gpu) but there are also other
> differences (that I know, USB phy and clocks).
>
> I can identify the SoC at runtime, does this change anything to your
> recommendation?
Not much. The rule not to ha
On Wednesday 10 October 2012, Hui Wang wrote:
> >
> > What's the status on this patch? I'm still getting build errors from this
> > driver, so I guess it was never accepted for the 3.7 merge window.
> >
> > Arnd
> >
> >
> I forgot to resend this patchset After Dmitry was back to the mailli
On Oct 9, 2012, at 6:04 PM, Scott Wood wrote:
> On 10/09/2012 06:20:53 PM, Mitch Bradley wrote:
>> On 10/9/2012 11:16 AM, Stephen Warren wrote:
>> > On 10/01/2012 12:39 PM, Jon Loeliger wrote:
>> >>>
>> >>> What more do you think needs discussion re: dtc+cpp?
>> >>
>> >> How not to abuse the ever
On 10/09/2012 06:20:53 PM, Mitch Bradley wrote:
On 10/9/2012 11:16 AM, Stephen Warren wrote:
> On 10/01/2012 12:39 PM, Jon Loeliger wrote:
>>>
>>> What more do you think needs discussion re: dtc+cpp?
>>
>> How not to abuse the ever-loving shit out of it? :-)
>
> Perhaps we can just handle this th
On Mon, Oct 08, 2012 at 08:44:31PM -0600, Stephen Warren wrote:
> On 10/07/2012 04:14 AM, Domenico Andreoli wrote:
> > On Sat, Oct 06, 2012 at 11:22:18PM -0600, Stephen Warren wrote:
> >> On 10/06/2012 07:53 PM, Domenico Andreoli wrote:
> >>>
> >>> Additional support is being worked on and usb
On Mon, Oct 08, 2012 at 09:06:51PM -0600, Stephen Warren wrote:
> On 10/06/2012 07:53 PM, Domenico Andreoli wrote:
> > From: Domenico Andreoli
> >
> > The BCM476x sports standard PL011 UARTs which are fully described and
> > put to use with these few changes.
>
> Given that this SoC uses an inte
On 10/9/2012 11:16 AM, Stephen Warren wrote:
> On 10/01/2012 12:39 PM, Jon Loeliger wrote:
>>>
>>> What more do you think needs discussion re: dtc+cpp?
>>
>> How not to abuse the ever-loving shit out of it? :-)
>
> Perhaps we can just handle this through the regular patch review
> process; I think
On Mon, Oct 08, 2012 at 08:43:20PM -0600, Stephen Warren wrote:
> On 10/08/2012 05:50 AM, Florian Fainelli wrote:
> > On Sunday 07 October 2012 03:53:02 Domenico Andreoli wrote:
> >> From: Domenico Andreoli
> >>
> >> System timer implementation for the BCM476x SoCs.
>
> >> Index: b/arch/arm/boot/
On Tue, Oct 09, 2012 at 09:18:56AM +, Arnd Bergmann wrote:
> Hi Domenico,
Hello,
> Your series looks very nice, thanks for the contribution!
hehe.. thanks also to the hard work committed in the ARM sub-tree in these
past (few!) months.
> Stephen has already covered everything I would have c
Hi Ajay,
On 10/10/2012 01:08 AM, Ajay Kumar wrote:
> Add documentation for the DT bindings in exynos display port driver.
>
> Signed-off-by: Ajay Kumar
> ---
> .../devicetree/bindings/video/exynos_dp.txt| 83
>
> 1 files changed, 83 insertions(+), 0 deletions(-)
On 10/01/2012 12:39 PM, Jon Loeliger wrote:
>>
>> What more do you think needs discussion re: dtc+cpp?
>
> How not to abuse the ever-loving shit out of it? :-)
Perhaps we can just handle this through the regular patch review
process; I think it may be difficult to define and agree upon exactly
wh
On Fri, Sep 21, 2012 at 08:53:06AM +, Hebbar, Gururaja wrote:
> On Thu, Sep 20, 2012 at 20:13:36, Porter, Matt wrote:
> > Adds support for parsing the TI EDMA DT data into the required
> > EDMA private API platform data.
> >
> > Calls runtime PM API only in the DT case in order to unidle the
>
On Tue, Oct 9, 2012 at 1:15 PM, Stephen Warren wrote:
>>> I just tried building mainline now. It is at commit f5a246eab9.
>>>
>> The build still fails for me at this commit.
>
> I can't reproduce this.
Same here. It builds fine for me.
Regards,
Fabio Estevam
__
On 10/08/2012 11:01 PM, Shawn Guo wrote:
> On Tue, Oct 09, 2012 at 12:25:44AM -0400, Nicolas Pitre wrote:
>> On Tue, 9 Oct 2012, Shawn Guo wrote:
>>
>>> I have seen this error on mainline for a couple days when
>>> ARM_ATAG_DTB_COMPAT is enabled.
>>>
>>> CC arch/arm/boot/compressed/fdt_ro.o
On Tue, Oct 09, 2012 at 12:36:53PM +, Philip, Avinash wrote:
> On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote:
> > On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote:
> > > On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote:
> > > > On Wed, Sep 26, 2012 at 04:57:42PM +0
Signed-off-by: Fabio Porcedda
---
include/linux/watchdog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h
index b8eec8d..8965e4a 100644
--- a/include/linux/watchdog.h
+++ b/include/linux/watchdog.h
@@ -174,7 +174,7 @@ static
Move the min_timeout initialization inside the orion_wdt definition.
Only compile tested.
Signed-off-by: Fabio Porcedda
Cc: Jason Cooper
Cc: Andrew Lunn
---
drivers/watchdog/orion_wdt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/orion_wdt.c b/drivers/
Tested on at91sam9260 board (evk-pro3).
Signed-off-by: Fabio Porcedda
Cc: Andrew Victor
Cc: Nicolas Ferre
Cc: Jean-Christophe PLAGNIOL-VILLARD
---
Documentation/devicetree/bindings/watchdog/atmel-wdt.txt | 4
drivers/watchdog/Kconfig | 1 +
drivers/watch
Only compile tested.
Signed-off-by: Fabio Porcedda
Cc: Ben Dooks
Cc: Kukjin Kim
---
Documentation/devicetree/bindings/watchdog/samsung-wdt.txt | 3 +++
drivers/watchdog/s3c2410_wdt.c | 6 --
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/Document
Only compile tested.
Signed-off-by: Fabio Porcedda
Cc: Jason Cooper
Cc: Andrew Lunn
---
Documentation/devicetree/bindings/watchdog/marvel.txt | 5 +
drivers/watchdog/orion_wdt.c | 8 +++-
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/Documentat
Only compile tested.
Signed-off-by: Fabio Porcedda
Cc: Wim Van Sebroeck
Cc: Wolfram Sang
Cc: Masanari Iida
---
Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt | 4
drivers/watchdog/pnx4008_wdt.c | 7 +++
2 files changed, 7 insertions(+), 4 delet
Signed-off-by: Fabio Porcedda
---
Documentation/watchdog/watchdog-kernel-api.txt | 10 +++
drivers/watchdog/watchdog_core.c | 37 ++
include/linux/watchdog.h | 3 +++
3 files changed, 50 insertions(+)
diff --git a/Documentation/wat
Hi all,
this patchset add the timeout-sec property to the watchdog core,
to the at91sam9_wdt driver and on all framework enabled watchdog driver
with dt support.
This patchset depends on the patchset already sent:
"[PATCH v8 0/3] watchdog: at91sam9_wdt: add device tree support"
The at91sam9_wdt is
The first user of this function is the watchdog framework.
Signed-off-by: Fabio Porcedda
Cc: Grant Likely
Cc: Rob Herring
---
include/linux/of.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/include/linux/of.h b/include/linux/of.h
index 72843b7..5870818 100644
--- a/include/
On Friday 17 August 2012, Shawn Guo wrote:
> On Thu, Aug 16, 2012 at 06:47:29PM +0800, Hui Wang wrote:
> > The irq_to_gpio() is old, most platforms use GENERIC_GPIO framework
> > and don't support this API anymore.
> >
> > The i.MX6q sabrelite platform equips an egalax touchscreen controller,
> >
On Mon, Oct 08, 2012 at 09:08:49PM -0600, Stephen Warren wrote:
> On 10/06/2012 07:53 PM, Domenico Andreoli wrote:
> > BCM476x's minimal infrastructure, Kernel's great reuse.
>
> > Index: b/arch/arm/configs/bcm476x_defconfig
>
> > +CONFIG_DEBUG_BCM476X_UART2=y
> > +CONFIG_DEBUG_LL_INCLUDE="debug/
On Mon, Oct 08, 2012 at 08:48:20PM -0600, Stephen Warren wrote:
> On 10/06/2012 07:53 PM, Domenico Andreoli wrote:
> > BCM476x's minimal infrastructure, Kernel's great reuse.
>
> > Index: b/arch/arm/boot/dts/bcm476x.dtsi
>
> > + chosen {
> > + bootargs = "earlyprintk";
> > + };
>
>
On Mon, Oct 08, 2012 at 02:14:55PM +0200, Thomas Petazzoni wrote:
>
> On Sun, 07 Oct 2012 03:53:01 +0200, Domenico Andreoli wrote:
>
> > Index: b/arch/arm/mach-bcm476x/Makefile.boot
> > ===
> > --- /dev/null
> > +++ b/arch/arm/mach-b
On Mon, Oct 08, 2012 at 08:37:04PM -0600, Stephen Warren wrote:
> On 10/07/2012 04:54 PM, Domenico Andreoli wrote:
> > On Sun, Oct 07, 2012 at 09:57:59PM +0200, Jean-Christophe PLAGNIOL-VILLARD
> > wrote:
> >> On 03:53 Sun 07 Oct , Domenico Andreoli wrote:
> >>> From: Domenico Andreoli
>
> >
On Tuesday, October 09, 2012 7:51 PM Vivek Gautam wrote
>
> Hi Kishon,
>
> Firstly, thanks for the quick review.
>
> On Tue, Oct 9, 2012 at 11:03 AM, kishon wrote:
> > Hi,
> >
> >
> > On Monday 08 October 2012 07:42 PM, Vivek Gautam wrote:
> >>
> >> It adds 'type' argument to pmu_isolation func
Hi Guennadi,
On 10/08/2012 11:40 AM, Guennadi Liakhovetski wrote:
> On Fri, 5 Oct 2012, Sylwester Nawrocki wrote:
>> I would really like to see more than one user until we add any core code.
>> No that it couldn't be changed afterwards, but it would be nice to ensure
>> the concepts are right and
On Monday, October 08, 2012 11:12 PM Vivek Gautam wrote
>
> Adding the transceiver to ohci driver. Keeping the platform data
> for continuing the smooth operation for boards which still uses it
>
> Signed-off-by: Vivek Gautam
Hi Vivek Gautam,
Could you replace the patch subject with
'USB: ohci
On Monday, October 08, 2012 11:12 PM Vivek Gautam wrote
>
> Adding the transceiver to ehci driver. Keeping the platform data
> for continuing the smooth operation for boards which still uses it
>
> Signed-off-by: Vivek Gautam
Hi Vivek Gautam,
Could you replace the patch subject with
'USB: ehci
On Tue, 9 Oct 2012, Hans Verkuil wrote:
> On Mon 8 October 2012 23:14:01 Guennadi Liakhovetski wrote:
> > On Mon, 8 Oct 2012, Laurent Pinchart wrote:
> >
> > > On Monday 08 October 2012 14:00:38 Stephen Warren wrote:
> > > > On 10/02/2012 08:33 AM, Guennadi Liakhovetski wrote:
> > > > > On Tue, 2
> "Maxin" == Maxin B John writes:
Maxin> Hi Peter,
Maxin> This drops a few lines of code and allows common APIs to handle
Maxin> those for us.
Maxin> Signed-off-by: Maxin B. John
>> Acked-by: Peter Korsgaard
Maxin> Is there any update on this ?
I'm expecting Wolfram to pick it up
Hi Domenico,
Your series looks very nice, thanks for the contribution!
Stephen has already covered everything I would have commented and
more, except for one thing that I found:
On Sunday 07 October 2012, Domenico Andreoli wrote:
> Index: b/arch/arm/boot/dts/bcm476x.dtsi
> =
With recent changes in omap gpmc driver code, in case of DT
boot mode, where bootloader does not configure gpmc cs space
will result into kernel BUG() inside gpmc_mem_init() function,
as gpmc cs0 gpmc_config7[0].csvalid bit is set to '1' and
gpmc_config7[0].baseaddress is set to '0' on reset.
This
On Friday, October 05, 2012 7:10 PM Vivek Gautam wrote
>
> Adding OHCI device tree node for Exynos5250 along with
> the device base address.
>
> Signed-off-by: Vivek Gautam
It looks good. Also I have tested this patch with Exynos5250.
Acked-by: Jingoo Han
> ---
> .../devicetree/bindings/usb
On Friday, October 05, 2012 7:10 PM Vivek Gautam wrote
>
> Adding EHCI device tree node for Exynos5250 along with
> the device base adress and gpio line for vbus.
>
> Signed-off-by: Vivek Gautam
It looks good. Also I have tested this patch with Exynos5250.
Acked-by: Jingoo Han
> ---
> .../d
Hi Laurent,
On Mon, Oct 08, 2012 at 10:52:04PM +0200, Laurent Pinchart wrote:
> Hi Steffen,
>
> On Monday 08 October 2012 14:48:01 Steffen Trumtrar wrote:
> > On Mon, Oct 08, 2012 at 02:13:50PM +0200, Laurent Pinchart wrote:
> > > On Thursday 04 October 2012 19:59:20 Steffen Trumtrar wrote:
> > >
42 matches
Mail list logo