[PATCH 288/524] staging: tidspbridge: gen: simplify and clean up

2010-08-05 Thread Greg Kroah-Hartman
Kroah-Hartman gre...@suse.de --- drivers/staging/tidspbridge/gen/uuidutil.c | 167 +--- 1 files changed, 28 insertions(+), 139 deletions(-) diff --git a/drivers/staging/tidspbridge/gen/uuidutil.c b/drivers/staging/tidspbridge/gen/uuidutil.c index ce9319d..eb09bc3 100644

Re: [PATCH 19/25] of: add const to struct *of_device_id.data

2012-07-23 Thread Greg Kroah-Hartman
On Mon, Jul 23, 2012 at 11:13:24AM +0200, Uwe Kleine-König wrote: Drivers should never need to modify the data of a device id. So it can be const which in turn allows more consts in the driver. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de Acked-by: Greg Kroah-Hartman gre

Re: [RFC PATCH 1/3] uio: uio_pruss: port to AM33xx

2012-09-26 Thread Greg Kroah-Hartman
On Wed, Sep 26, 2012 at 09:44:29AM -0400, Matt Porter wrote: Add ifdefery hacks to only use SRAM on Davinci. This needs to be cleaned up with a sane generic SRAM allocator (like the DT based driver available that can't be used on Davinci which is just starting DT conversion) before it can go

Re: [PATCH 1/2] ARM: OMAP2+: move mailbox.h out of plat-omap headers

2012-10-30 Thread Greg Kroah-Hartman
On Tue, Oct 30, 2012 at 09:24:42AM -0700, Tony Lindgren wrote: * Omar Ramirez Luna omar.l...@linaro.org [121030 05:20]: Tony, On 29 October 2012 12:52, Tony Lindgren t...@atomide.com wrote: --- /dev/null +++ b/include/linux/platform_data/omap_mailbox.h @@ -0,0 +1,105 @@ This

Re: [PATCH v2 1/2] mailbox: OMAP: introduce mailbox framework

2012-11-06 Thread Greg Kroah-Hartman
On Tue, Nov 06, 2012 at 09:55:52AM +0100, Linus Walleij wrote: On Tue, Nov 6, 2012 at 4:40 AM, Stephen Warren swar...@wwwdotorg.org wrote: Is this a public interface to the driver? If so, shouldn't the header be in include/linux somewhere? I think the split out of the public header is

Re: usb: Warnings with the make randconfig make

2012-05-08 Thread Greg Kroah-Hartman
On Tue, May 08, 2012 at 04:19:46PM +0600, joseph daniel wrote: Hi all, I am getting the following warnings while compiling the 3.4-rc6 kernel with the .config attached. warning: (MOUSE_APPLETOUCH MOUSE_BCM5974 MOUSE_SYNAPTICS_USB JOYSTICK_XPAD TABLET_USB_ACECAD TABLET_USB_AIPTEK

Re: [PATCH] ARM: OMAP: USB: fix warning on EHCI PHY reset path

2012-05-08 Thread Greg Kroah-Hartman
Kroah-Hartman gre...@suse.de (supporter:USB SUBSYSTEM) linux-...@vger.kernel.org (open list:USB EHCI DRIVER) linux-omap@vger.kernel.org (open list:OMAP USB SUPPORT) linux-ker...@vger.kernel.org (open list) This makes you the USB EHCI maintainer, right? Right. I just want

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-14 Thread Greg Kroah-Hartman
-by: Aneesh V ane...@ti.com [santosh.shilim...@ti.com: Rebased against 3.5-rc] Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Am I the memory maintainer now taking these patches? @@ -1267,7 +1534,13 @@ static int __init_or_module

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-25 Thread Greg Kroah-Hartman
On Tue, Jun 19, 2012 at 02:33:11PM +0530, Shilimkar, Santosh wrote: @@ -1644,11 +1923,23 @@ static void __attribute__((unused)) freq_post_notify_handling(void) spin_unlock_irqrestore(emif_lock, irq_state); } +#if defined(CONFIG_OF) +static const struct of_device_id emif_of_match[] =

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-29 Thread Greg Kroah-Hartman
On Fri, Jun 29, 2012 at 07:16:19PM +0530, Shilimkar, Santosh wrote: Greg, On Tue, Jun 26, 2012 at 1:19 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak rna...@ti.com wrote: On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-29 Thread Greg Kroah-Hartman
On Fri, Jun 29, 2012 at 04:28:36PM -0500, Jon Hunter wrote: On 06/29/2012 04:07 PM, Greg Kroah-Hartman wrote: On Fri, Jun 29, 2012 at 07:16:19PM +0530, Shilimkar, Santosh wrote: Greg, On Tue, Jun 26, 2012 at 1:19 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Tue, Jun

Re: ARM: OMAP: patches for stable

2012-02-27 Thread Greg Kroah-Hartman
On Fri, Feb 24, 2012 at 10:43:25AM +0200, Igor Grinberg wrote: Hi Greg, There are several patches already in mainline, that should be also applied to stable: 40410715 (ARM: omap: fix oops in drivers/video/omap2/dss/dpi.c) [3.2-stable] d980e0f8 (ARM: omap:

Re: ARM: OMAP: patches for stable

2012-02-27 Thread Greg Kroah-Hartman
On Mon, Feb 27, 2012 at 09:19:06PM +, Russell King - ARM Linux wrote: On Mon, Feb 27, 2012 at 01:14:14PM -0800, Greg Kroah-Hartman wrote: On Fri, Feb 24, 2012 at 10:43:25AM +0200, Igor Grinberg wrote: Hi Greg, There are several patches already in mainline, that should be also

Re: [PATCH 7/8] ARM: OMAP: Remove unnecessary inclusion of dmtimer.h

2012-11-15 Thread Greg Kroah-Hartman
On Thu, Nov 15, 2012 at 02:42:13PM -0600, Omar Ramirez Luna wrote: Hi Jon, On 14 November 2012 09:53, Jon Hunter jon-hun...@ti.com wrote: diff --git a/drivers/staging/tidspbridge/core/ue_deh.c b/drivers/staging/tidspbridge/core/ue_deh.c index 3d28b23..6aea6f1 100644 ---

Re: [PATCH 1/2] staging: tidspbridge: fix breakages due to CM reorganization

2013-01-07 Thread Greg Kroah-Hartman
On Mon, Dec 24, 2012 at 08:10:24AM -0600, Omar Ramirez Luna wrote: 3.8-rc1 introduced changes in the clock management header files, this resulted in compilation breakages for this driver. Define this locally while APIs are made available, given that driver code shouldn't include mach header

Re: [PATCH 0/5] staging: tidspbridge: for 3.9

2013-01-17 Thread Greg Kroah-Hartman
On Thu, Jan 10, 2013 at 03:36:57AM -0600, Omar Ramirez Luna wrote: Patches for staging-next, fixing comments and suggestions provided by Chen Gang. There is an additional scm patch, that removes hardcoded defines related to direct register handling for SCM, it was dependent on changes that

Re: [PATCH 0/5] staging: tidspbridge: for 3.9

2013-01-20 Thread Greg Kroah-Hartman
On Sun, Jan 20, 2013 at 05:45:16PM -0600, Omar Ramirez Luna wrote: Hi Greg, On Thu, Jan 17, 2013 at 6:47 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Jan 10, 2013 at 03:36:57AM -0600, Omar Ramirez Luna wrote: Patches for staging-next, fixing comments and suggestions

Re: [PATCH RFC 1/7] platform: add a device node

2013-02-09 Thread Greg Kroah-Hartman
On Sat, Feb 09, 2013 at 09:44:25PM +0100, Javier Martinez Canillas wrote: When using Device Trees, it is necessary to associate a device node with a platform device. Usually this device node has to used in the device probe function (e.g: to initizalize the pinctrl pads assocaited with the

Re: [PATCH v3 10/13] mailbox: create dbx500 mailbox driver

2013-02-13 Thread Greg Kroah-Hartman
On Wed, Feb 13, 2013 at 09:42:07PM +0100, Loic Pallardy wrote: From: Loic Pallardy loic.palla...@st.com Add STEriccson DBX500 PRCM mailbox support. Change-Id: I36cbef646e26469a9490d46a5e143667aa93d762 These mean nothing when submitting kernel patches, please never include them. thanks,

Re: [PATCHv3 01/14] mailbox: rename pl320-ipc specific mailbox.h

2013-03-12 Thread Greg Kroah-Hartman
On Tue, Mar 12, 2013 at 10:23:50PM -0500, Suman Anna wrote: The patch 30058677 ARM / highbank: add support for pl320 IPC added a pl320 IPC specific header file as a generic mailbox.h. This file has been renamed appropriately to allow the introduction of the generic mailbox API framework.

Re: [PATCH 6/8] SERIAL: OMAP: Remove the slave idle handling from the driver

2013-03-18 Thread Greg Kroah-Hartman
now taken care by runtime pm backend(hwmod layer) so remove the hackery from the driver. Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Tested-by: Vaibhav Bedia vaibhav.be...@ti.com Tested-by: Sourav Poddar sourav.pod...@ti.com Signed-off-by: Rajendra nayak rna...@ti.com Signed-off

Re: [PATCH 1/5] capemgr: Beaglebone DT overlay based cape manager

2013-03-26 Thread Greg Kroah-Hartman
On Tue, Mar 26, 2013 at 04:16:10PM +, Grant Likely wrote: On Tue, 8 Jan 2013 12:10:20 +0200, Pantelis Antoniou pa...@antoniou-consulting.com wrote: Hi Lee, On Jan 8, 2013, at 12:00 PM, Lee Jones wrote: At the end of the line, some kind of hardware glue is going to be

Re: [PATCH 00/28] OMAP: DSS related board file changes

2013-03-31 Thread Greg Kroah-Hartman
On Sun, Mar 31, 2013 at 11:39:01AM +0300, Igor Grinberg wrote: Well, actually, if there was a way to add a device while somehow marking it so that no driver will be bound to it... Then the user could use the standard sysfs interface to bind a driver to the device. I wonder if that could be

Re: [PATCH] USB: set device dma_mask without reference to global data

2013-05-07 Thread Greg Kroah-Hartman
On Tue, May 07, 2013 at 04:53:52PM -0600, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Many USB host drivers contain code such as: if (!pdev-dev.dma_mask) pdev-dev.dma_mask = tegra_ehci_dma_mask; ... where tegra_ehci_dma_mask is a global. I suspect this code

Re: [PATCH] serial: omap: repair building without PM_SLEEP

2013-06-03 Thread Greg Kroah-Hartman
On Sat, Jun 01, 2013 at 11:18:13AM +0200, Arnd Bergmann wrote: A recent bug fix in 3.10, ddd85e225c serial: omap: prevent runtime PM for no_console_suspend, introduced a regression from an obvious typo: I don't see that commit id, or commit, in Linus's tree at all. Where do you see it?

Re: [PATCH 7/7] mailbox/omap: move the OMAP mailbox framework to drivers

2013-06-08 Thread Greg Kroah-Hartman
part: Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] serial: omap: Fix device tree based PM runtime

2013-06-08 Thread Greg Kroah-Hartman
On Fri, Jun 07, 2013 at 04:00:22PM -0700, Tony Lindgren wrote: In the runtime_suspend function pdata is not being used, and also blocks the function in device tree based booting. Fix it by removing the unused pdata from the runtime_suspend function. Further, context loss count is not being

Re: [GIT PULL] PHY Framework for 3.12 merge window

2013-07-16 Thread Greg Kroah-Hartman
On Tue, Jul 16, 2013 at 06:08:26PM +0530, Kishon Vijay Abraham I wrote: Hi Greg, Here's the pull request for the PHY Framework which I've been working on for a while. I've applied these patches on the current linux mainline HEAD (which has one commit after 3.11-rc1 is tagged). Even

Re: [PATCH 2/2] serial: omap: fix wrong context restoration on init

2013-07-26 Thread Greg Kroah-Hartman
On Fri, Jul 12, 2013 at 03:11:46PM +0300, Felipe Balbi wrote: hi, On Fri, Jul 12, 2013 at 02:55:42PM +0300, Grygorii Strashko wrote: Since commit a630fbf serial: omap: Fix device tree based PM runtime the OMAP serial driver will always try to restore its context in

Re: [PATCH 5/5] arm: omap: Proper cleanups for omap_device

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 10:53:44AM +0300, Pantelis Antoniou wrote: Removing any omap device always resulted in a crash; turns out BUS_NOTIFY_DEL_DEVICE is not the last notifier event sent in the course of removing the device, the correct event is BUS_NOTIFY_UNBOUND_DRIVER, which still is not

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 10:53:40AM +0300, Pantelis Antoniou wrote: Platform device removal uncovered a number of problems with the way resources are handled in the core platform code. Resources now form child/parent linkages and this requires proper linking of the resources. On top of that

Re: [PATCH 5/5] arm: omap: Proper cleanups for omap_device

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 12:37:25PM +0300, Pantelis Antoniou wrote: I don't like this at all, sorry. Don't shoot the messenger please... This is all about fixing a crash without messing too many things. I understand, it's not your fault at all. And I was waiting for the day when

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 6, 2013, at 12:36 PM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 10:53:40AM +0300, Pantelis Antoniou wrote: Platform device removal uncovered a number of problems with the way resources

Re: [PATCH 5/5] arm: omap: Proper cleanups for omap_device

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 03:37:13PM +0200, Alexander Holler wrote: Am 06.08.2013 12:14, schrieb Greg Kroah-Hartman: What exactly is a platform device anyway? Originally it was a something that wasn't connected to a bus, but just had memory-mapped i/o. Like the PS2 keyboard controller

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 01:27:35PM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 6, 2013, at 1:15 PM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 6, 2013, at 12:36 PM, Greg Kroah-Hartman wrote: On Tue, Aug 06

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 11:19:14AM +0100, Russell King - ARM Linux wrote: On Tue, Aug 06, 2013 at 06:15:27PM +0800, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: What would it take to move all this into driver core? What specifically would

Re: [PATCHv3 1/9] memory: emif: Move EMIF register defines to include/linux/

2013-08-12 Thread Greg Kroah-Hartman
with the series. Subsequent patch from this series use the register defines from this patch. Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] staging: Platform device tester - Allow removal

2013-08-13 Thread Greg Kroah-Hartman
On Tue, Aug 13, 2013 at 12:34:30PM +0300, Pantelis Antoniou wrote: This is a very simple device that allows testing of the removal path for platform devices. The only interface is a single writeable sysfs attribute (action). Why not use the existing unbind/bind sysfs files that all busses

Re: [PATCH] staging: Platform device tester - Allow removal

2013-08-13 Thread Greg Kroah-Hartman
On Tue, Aug 13, 2013 at 12:34:30PM +0300, Pantelis Antoniou wrote: +/* + * pdevtest.c + * + * Tester of platform device's operation. + * + * Copyright (C) 2013, Pantelis Antoniou pa...@antoniou-consulting.com + * + * This program is distributed in the hope that it will be useful, + * but

Re: [PATCH] staging: Platform device tester - Allow removal

2013-08-13 Thread Greg Kroah-Hartman
On Tue, Aug 13, 2013 at 09:42:27PM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 13, 2013, at 9:20 PM, Greg Kroah-Hartman wrote: On Tue, Aug 13, 2013 at 12:34:30PM +0300, Pantelis Antoniou wrote: This is a very simple device that allows testing of the removal path for platform

Re: [PATCH] staging: Platform device tester - Allow removal

2013-08-13 Thread Greg Kroah-Hartman
On Tue, Aug 13, 2013 at 09:59:03PM +0300, Pantelis Antoniou wrote: Hi Greg, Just to make sure we're on the same page this is with my platform device removal patchset applied. Ah, ok, I never applied those, so could you resend them? thanks, greg k-h -- To unsubscribe from this list: send

Re: [PATCH 3.14 012/158] ARM: dts: am33xx: correcting dt node unit address for usb

2014-05-05 Thread Greg Kroah-Hartman
On Mon, May 05, 2014 at 10:37:57AM +0200, Johan Hovold wrote: On Sun, May 04, 2014 at 11:38:41AM -0400, Greg Kroah-Hartman wrote: 3.14-stable review patch. If anyone has any objections, please let me know. This one should not be backported without commit a2f8d6b30321 (ARM: dts

Re: [PATCH v3 3/5] char: ti-usim: Add driver for USIM module on AM43xx

2014-05-29 Thread Greg Kroah-Hartman
On Thu, May 29, 2014 at 03:35:37PM +0530, Satish Patel wrote: +enum usim_card_mode { + USIM_CARD_MODE_ASYNC = 0, /* asynchronous mode */ + USIM_CARD_MODE_SYNC_TYPE1, /* synchronous mode: Type 1 */ + USIM_CARD_MODE_SYNC_TYPE2, /* synchronous mode: Type 2 */ +

Re: [PATCH 1/3] staging: tidspbridge: fix an erroneous removal of parentheses

2014-06-26 Thread Greg Kroah-Hartman
On Tue, Jun 24, 2014 at 12:24:25AM -0500, Suman Anna wrote: Commit 4a9fdbb (staging: core: tiomap3430.c Fix line over 80 characters.) erroneously removed the parentheses around the function pointer leading to the following build error (when enabling the build of TI DSP/Bridge driver):

Re: [PATCH 03/18] tty: serial: 8250_core: allow to set -throttle / -unthrottle callbacks

2014-09-08 Thread Greg Kroah-Hartman
On Fri, Sep 05, 2014 at 09:02:38PM +0200, Sebastian Andrzej Siewior wrote: The OMAP UART provides support for HW assisted flow control. What is missing is the support to throttle / unthrottle callbacks which are used by the omap-serial driver at the moment. This patch adds the callbacks. It

Re: [PATCH 0/2] Fix a division by zero

2014-09-23 Thread Greg Kroah-Hartman
On Tue, Sep 23, 2014 at 09:54:38PM +0200, Frans Klaver wrote: Hi Greg, Here's a couple of patches that fix a divison by zero in omap-serial.c. One's a cleanup, the other the actual fix. So both would be needed to be backported to stable kernels? Why not just do the fix first, then the

Re: [PATCH 1/2] tty: omap-serial: fix division by zero

2014-09-24 Thread Greg Kroah-Hartman
On Wed, Sep 24, 2014 at 09:55:21AM +0200, Frans Klaver wrote: If the chosen baud rate is large enough (e.g. 3.5 megabaud), the calculated n values in serial_omap_is_baud_mode16() may become 0. This causes a division by zero when calculating the difference between calculated and desired baud

Re: [PATCH resend 1/2] tty: omap-serial: fix division by zero

2014-09-25 Thread Greg Kroah-Hartman
On Thu, Sep 25, 2014 at 11:19:51AM +0200, Frans Klaver wrote: If the chosen baud rate is large enough (e.g. 3.5 megabaud), the calculated n values in serial_omap_is_baud_mode16() may become 0. This causes a division by zero when calculating the difference between calculated and desired baud

Re: [PATCH 86/86] usb/dwc3: move ids to pci_ids.h

2015-03-30 Thread Greg Kroah-Hartman
On Mon, Mar 30, 2015 at 08:50:34AM +0200, Michael S. Tsirkin wrote: On Sun, Mar 29, 2015 at 10:42:00PM +0200, Greg Kroah-Hartman wrote: On Sun, Mar 29, 2015 at 03:43:40PM +0200, Michael S. Tsirkin wrote: Comment says IDs should move to pci_ids.h, let's do it. No, please remove

Re: [PATCH 86/86] usb/dwc3: move ids to pci_ids.h

2015-03-29 Thread Greg Kroah-Hartman
On Sun, Mar 29, 2015 at 03:43:40PM +0200, Michael S. Tsirkin wrote: Comment says IDs should move to pci_ids.h, let's do it. No, please remove the comment, it's not needed in pci_ids.h at all. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

[PATCH 3.19 062/101] dmaengine: edma: fix memory leak when terminating running transfers

2015-04-17 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/edma.c |7 +++ 1 file changed, 7 insertions(+) --- a/drivers/dma/edma.c +++ b/drivers/dma/edma.c @@ -258,6 +258,13 @@ static int edma_terminate_all(struct edm */ if (echan-edesc) { int cyclic

[PATCH 3.19 063/101] dmaengine: omap-dma: Fix memory leak when terminating running transfer

2015-04-17 Thread Greg Kroah-Hartman
: linux-omap@vger.kernel.org Signed-off-by: Vinod Koul vinod.k...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/omap-dma.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/dma/omap-dma.c +++ b/drivers/dma/omap-dma.c @@ -978,6 +978,7 @@ static int

[PATCH 3.10 19/34] dmaengine: omap-dma: Fix memory leak when terminating running transfer

2015-04-17 Thread Greg Kroah-Hartman
: linux-omap@vger.kernel.org Signed-off-by: Vinod Koul vinod.k...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/omap-dma.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/dma/omap-dma.c +++ b/drivers/dma/omap-dma.c @@ -487,6 +487,7 @@ static int

[PATCH 3.14 24/43] dmaengine: omap-dma: Fix memory leak when terminating running transfer

2015-04-17 Thread Greg Kroah-Hartman
: linux-omap@vger.kernel.org Signed-off-by: Vinod Koul vinod.k...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/omap-dma.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/dma/omap-dma.c +++ b/drivers/dma/omap-dma.c @@ -487,6 +487,7 @@ static int

Re: next-20150604 build: 2 failures 37 warnings (next-20150604)

2015-06-05 Thread Greg Kroah-Hartman
On Thu, Jun 04, 2015 at 10:20:26AM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [150604 10:11]: * Mark Brown broo...@kernel.org [150604 10:03]: On Thu, Jun 04, 2015 at 05:47:05PM +0100, Build bot for Mark Brown wrote: arm-allmodconfig

Re: next-20150604 build: 2 failures 37 warnings (next-20150604)

2015-06-08 Thread Greg Kroah-Hartman
On Fri, Jun 05, 2015 at 06:16:52PM +0100, Mark Brown wrote: On Fri, Jun 05, 2015 at 07:49:00PM +0900, Greg Kroah-Hartman wrote: On Thu, Jun 04, 2015 at 10:20:26AM -0700, Tony Lindgren wrote: Greg, there's now commit 9809889c708e in tty-linus and commit 9e91597f2423 in tty-next. Yes

Re: [PATCH] serial: 8250_omap: provide complete custom startup shutdown callbacks

2015-05-31 Thread Greg Kroah-Hartman
On Tue, May 26, 2015 at 09:09:26AM -0700, Tony Lindgren wrote: * Peter Hurley pe...@hurleysoftware.com [150526 07:14]: On 05/20/2015 04:07 PM, Sebastian Andrzej Siewior wrote: The currently in-use port-startup and port-shutdown are okay. The startup part for instance does the tiny omap

Re: [PATCH 3/5] serial: omap: Switch wake-up interrupt to generic wakeirq

2015-05-31 Thread Greg Kroah-Hartman
on Rafael's pm-wakeirq branch merged with 9e91597f2423 to avoid the merge conflict. b) Apply both serial driver patches into omap-for-v4.2/wakeirq based on Rafael's pm-wakeirq branch merged with 9e91597f2423. That one sounds good to me, feel free to do so and add: Acked-by: Greg Kroah

Re: [PATCH] serial: 8250_omap: provide complete custom startup shutdown callbacks

2015-05-31 Thread Greg Kroah-Hartman
On Tue, May 26, 2015 at 09:09:26AM -0700, Tony Lindgren wrote: * Peter Hurley pe...@hurleysoftware.com [150526 07:14]: On 05/20/2015 04:07 PM, Sebastian Andrzej Siewior wrote: The currently in-use port-startup and port-shutdown are okay. The startup part for instance does the tiny omap

Re: [PATCH 03/13] serial: 8250_dma: Support for deferred probing when requesting DMA channels

2015-05-26 Thread Greg Kroah-Hartman
On Tue, May 26, 2015 at 04:25:58PM +0300, Peter Ujfalusi wrote: Switch to use ma_request_slave_channel_compat_reason() to request the DMA channels. In case of error, return the error code we received including -EPROBE_DEFER I think you typed the function name wrong here :( -- To unsubscribe

Re: [PATCH stable/v4.0] ARM: OMAP3: Fix booting with thumb2 kernel

2015-07-30 Thread Greg Kroah-Hartman
On Thu, Jul 30, 2015 at 03:27:54PM -0500, Kevin Hilman wrote: Hi Greg, On Fri, Jul 10, 2015 at 10:28 AM, Kevin Hilman khil...@kernel.org wrote: From: Tony Lindgren t...@atomide.com We get a NULL pointer dereference on omap3 for thumb2 compiled kernels: Internal error: Oops: 8005

Re: [PATCH] tty: serial: 8250: omap: fix kernel crash in suspend-to-ram

2015-07-23 Thread Greg Kroah-Hartman
On Thu, Jun 25, 2015 at 03:45:04PM +0530, Sekhar Nori wrote: omap_device infrastructure has a suspend_noirq hook which runtime suspends all devices late in the suspend cycle (see _od_suspend_noirq() in arch/arm/mach-omap2/omap_device.c) This leads to a NULL pointer exception in 8250_omap

Re: [PATCH v2 0/7] serial: 8250_omap: workaround for IP errata

2015-07-24 Thread Greg Kroah-Hartman
On Fri, Jul 24, 2015 at 12:11:20PM +0530, Sekhar Nori wrote: Hi Greg, On Tuesday 14 July 2015 06:19 PM, Tony Lindgren wrote: * Peter Hurley pe...@hurleysoftware.com [150714 05:24]: On 07/14/2015 04:02 AM, Sekhar Nori wrote: This series works around Advisory 21 as documented in AM437x

[PATCH 3.14 75/79] clk: ti: fix dual-registration of uart4_ick

2015-10-17 Thread Greg Kroah-Hartman
omap3 clock init file") Cc: mturque...@baylibre.com Cc: sb...@codeaurora.org Cc: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: linux-ker...@lists.codethink.co.uk Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk> Signed-off-by: Tero Kristo <t-kri...@ti.com> Signe

[PATCH 4.1 190/202] clk: ti: fix dual-registration of uart4_ick

2015-10-17 Thread Greg Kroah-Hartman
omap3 clock init file") Cc: mturque...@baylibre.com Cc: sb...@codeaurora.org Cc: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: linux-ker...@lists.codethink.co.uk Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk> Signed-off-by: Tero Kristo <t-kri...@ti.com> Signed-off

[PATCH 4.2 243/258] clk: ti: fix dual-registration of uart4_ick

2015-10-17 Thread Greg Kroah-Hartman
omap3 clock init file") Cc: mturque...@baylibre.com Cc: sb...@codeaurora.org Cc: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: linux-ker...@lists.codethink.co.uk Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk> Signed-off-by: Tero Kristo <t-kri...@ti.com> Signed-off