Re: [PATCH v5 3/5] driver core: handle -EPROBE_DEFER from bus_type.match()

2016-01-04 Thread Greg Kroah-Hartman
ed yet). > > > > Signed-off-by: Tomeu Vizoso > > [changed if-else code structure, adjusted documentation to match the code, > > extended comments] > > Signed-off-by: Marek Szyprowski > > Reviewed-by: Ulf Hansson > > This patch _really_ needs an ack from G

Re: [PATCH 2/3] Add support for monitoring gpio switches

2015-12-04 Thread Greg Kroah-Hartman
On Fri, Dec 04, 2015 at 05:31:14PM +, Martyn Welch wrote: > Select Chromebooks have gpio attached to switches used to cause the > firmware to enter alternative modes of operation and/or control other > device characteristics (such as write protection on flash devices). This > patch adds a drive

Re: [PATCH v2 2/3] platform/chrome: Support reading/writing the vboot context

2015-09-15 Thread Greg Kroah-Hartman
On Tue, Sep 15, 2015 at 09:43:35PM +0200, Javier Martinez Canillas wrote: > Hello Emilio, > > On Tue, Sep 15, 2015 at 9:16 PM, Emilio López > wrote: > > [snip] > > >>> > >>> obj-$(CONFIG_CHROMEOS_LAPTOP) += chromeos_laptop.o > >>> obj-$(CONFIG_CHROMEOS_PSTORE) += chromeos_pstore.o > >>> -

Re: [PATCH 1/1] serial: samsung: Clear operation mode on UART shutdown

2015-03-26 Thread Greg Kroah-Hartman
On Fri, Mar 20, 2015 at 01:19:44PM +0100, Javier Martinez Canillas wrote: > Hello, > > On 03/13/2015 12:38 PM, Javier Martinez Canillas wrote: > > Exynos serial ports operate either in a DMA-based or interrupt-based > > modes. In DMA-based mode, the UART generates a transfer data request > > and a

Re: [PATCH] drm/exynos: resolve infinite loop issue on non multi-platform

2014-11-07 Thread Greg Kroah-Hartman
On Fri, Nov 07, 2014 at 12:11:24PM +0100, Andrzej Hajda wrote: > On 11/06/2014 06:08 PM, Sjoerd Simons wrote: > > On Thu, 2014-11-06 at 23:10 +0900, Inki Dae wrote: > >> This patch resovles the infinite loop issue incurred > >> when Exyno drm driver is enabled but all kms drivers > >> are disabled

Re: [PATCH] usb: dwc3: exynos: remove usb_phy_generic support

2014-08-29 Thread Greg Kroah-Hartman
On Fri, Aug 29, 2014 at 11:02:52AM +0200, Bartlomiej Zolnierkiewicz wrote: > On Thursday, August 28, 2014 12:29:52 PM Greg Kroah-Hartman wrote: > > On Thu, Aug 28, 2014 at 08:11:04PM +0200, Bartlomiej Zolnierkiewicz wrote: > > > > > > [ added Alan and Gr

Re: [PATCH] usb: dwc3: exynos: remove usb_phy_generic support

2014-08-28 Thread Greg Kroah-Hartman
On Thu, Aug 28, 2014 at 08:11:04PM +0200, Bartlomiej Zolnierkiewicz wrote: > > [ added Alan and Greg to cc: ] > > Hi, > > On Wednesday, August 27, 2014 11:42:25 PM Vivek Gautam wrote: > > Hi Baltlomiej, > > > > > > On Wed, Aug 27, 2014 at 1:22 PM, Bartlomiej Zolnierkiewicz > > wrote: > > > dw

Re: [PATCH 04/29] drivers: base: add notifier for failed driver bind

2014-08-25 Thread Greg Kroah-Hartman
On Tue, Aug 05, 2014 at 12:47:32PM +0200, Marek Szyprowski wrote: > This patch adds support for getting a notify for failed device driver > bind, so all the items done in BUS_NOTIFY_BIND_DRIVER event can be > cleaned if the driver fails to bind. But doesn't the bus know if the driver fails to bind

Re: [PATCH] serial: samsung: fix typo in debug code

2014-06-04 Thread Greg Kroah-Hartman
t; > This fixes the build error by passing the correct variable name. > > > > Signed-off-by: Arnd Bergmann > > Cc: Joe Perches > > Cc: Greg Kroah-Hartman > > Cc: Doug Anderson > > Cc: Kukjin Kim > > > > diff --git a/drivers/tty/serial/samsung.c b

Re: [RFC PATCH 0/4] drivers/base: Generic framework for tracking internal interfaces

2014-04-30 Thread Greg Kroah-Hartman
On Wed, Apr 30, 2014 at 04:02:50PM +0200, Andrzej Hajda wrote: > Generic framework for tracking internal interfaces > == > > Summary > --- > > interface_tracker is a generic framework which allows to track appearance > and disappearance of diffe

Re: [PATCH] dma-buf: avoid using IS_ERR_OR_NULL

2014-02-07 Thread Greg Kroah-Hartman
On Fri, Feb 07, 2014 at 09:22:37AM -0800, Colin Cross wrote: > On Fri, Feb 7, 2014 at 8:43 AM, Greg Kroah-Hartman > wrote: > > On Sat, Dec 21, 2013 at 07:42:17AM -0500, Rob Clark wrote: > >> On Fri, Dec 20, 2013 at 7:43 PM, Colin Cross wrote: > >> > dma_buf_ma

Re: [PATCH] dma-buf: avoid using IS_ERR_OR_NULL

2014-02-07 Thread Greg Kroah-Hartman
On Sat, Dec 21, 2013 at 07:42:17AM -0500, Rob Clark wrote: > On Fri, Dec 20, 2013 at 7:43 PM, Colin Cross wrote: > > dma_buf_map_attachment and dma_buf_vmap can return NULL or > > ERR_PTR on a error. This encourages a common buggy pattern in > > callers: > > sgt = dma_buf_map_attachment(a

Re: [PATCH] serial: samsung: move clock deactivation below uart registration

2014-01-21 Thread Greg Kroah-Hartman
On Tue, Jan 21, 2014 at 03:26:42PM +0100, Heiko Stübner wrote: > Hi Greg, > > just wanted to ask about the state of this patch. I can see it in your branch > named "fixes" [0] but it seems it hasn't made its way into the kernel neither > during the 3.13-rcs or with your 3.14-pull [1]. > > > Th

Re: [PATCH 1/2] serial: samsung: Move uart_register_driver call to device probe

2014-01-20 Thread Greg Kroah-Hartman
On Mon, Jan 20, 2014 at 11:35:41PM +, Alan Cox wrote: > > The first bit is easy... but we need to add locks to every serial > > driver to prevent two probes operating concurrently... > > The bus probe should already be serializing surely ? Yes, it better be, otherwise that bus is badly broken

Re: [PATCH] video: exynos_mipi_dsim: Remove unused variable

2013-11-14 Thread Greg Kroah-Hartman
On Thu, Nov 14, 2013 at 01:09:24PM -0800, Olof Johansson wrote: > commit 7e0be9f9f7cba3356f75b86737dbe3a005da067e ('video: exynos_mipi_dsim: > Use the generic PHY driver') resulted in a warning about an unused > variable: > > drivers/video/exynos/exynos_mipi_dsi.c:144:26: warning: unused variable

Re: [PATCH V2 3/5] USB: ohci-exynos: Remove non-DT support

2013-10-11 Thread 'Greg Kroah-Hartman'
On Thu, Oct 10, 2013 at 04:41:49PM +0900, Jingoo Han wrote: > The non-DT for EXYNOS SoCs is not supported from v3.11. > Thus, there is no need to support non-DT for Exynos OHCI driver. > > The 'include/linux/platform_data/usb-ohci-exynos.h' file has been > used for non-DT support. Thus, the 'usb-o

Re: [PATCH V2 4/5] USB: ohci-exynos: Add missing usb_put_hcd()

2013-10-11 Thread 'Greg Kroah-Hartman'
On Thu, Oct 10, 2013 at 04:42:22PM +0900, Jingoo Han wrote: > When devm_usb_get_phy() fails, usb_put_hcd() should be called > to prevent memory leak. > > Signed-off-by: Jingoo Han Already applied this one, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-samsu

Re: [PATCH v3 04/10] serial: samsung: select Exynos specific driver data if ARCH_EXYNOS is defined

2013-06-18 Thread 'Greg Kroah-Hartman'
t; > > -#if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || > > \ > > > - defined(CONFIG_SOC_EXYNOS4412) || defined(CONFIG_SOC_EXYNOS5250) || > > > \ > > > - defined(CONFIG_SOC_EXYNOS5440) > > > +#if defined(CONFIG_ARCH_EXYNOS) > &

Re: [PATCH 10/30] usb: exynos: do not include plat/usb-phy.h

2013-04-11 Thread Greg Kroah-Hartman
ions > from the new header instead of providing a separate copy. > > Signed-off-by: Arnd Bergmann > Cc: linux-...@vger.kernel.org > Cc: Greg Kroah-Hartman > Cc: Alan Stern > --- > arch/arm/mach-exynos/setup-usb-phy.c | 8 > arch/arm/mach-s3c64xx/s

Re: [PATCH 2/3] USB: SET SEL request definition

2012-02-07 Thread 'Greg Kroah-Hartman'
On Tue, Feb 07, 2012 at 03:50:42PM +0900, Anton Tikhomirov wrote: > Hi, > > Greg KH wrote: > > On Mon, Feb 06, 2012 at 05:12:33PM +0900, Anton Tikhomirov wrote: > > > Cc: Kukjin Kim samsung.com> > > > Cc: Greg Kroah-Hartman suse.de> > > > Cc: