[PATCH 08/12] staging: usbip: Remove superfluous name cast

2013-11-12 Thread Geert Uytterhoeven
platform_device.name is const char * Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: de...@driverdev.osuosl.org --- drivers/staging/usbip/vhci_hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 07/12] staging: r8188eu: Remove superfluous name cast

2013-11-12 Thread Geert Uytterhoeven
usb_driver.name is const char * Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8188eu/os_dep/usb_intf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 06/12] staging: Remove superfluous name casts

2013-11-12 Thread Geert Uytterhoeven
device_driver.name is const char * Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: de...@driverdev.osuosl.org --- drivers/staging/dwc2/platform.c |2 +- drivers/staging/usbip/vhci_hcd.c |2 +- 2 files changed, 2 insertions(+),

RFC: driver for Conexant AccessRunner PCI cards

2013-11-12 Thread Simon J. Rowe
Hi there, while there is a driver (of sorts) for this card its problems are legion. For a number of years now I've been slowly reverse-engineering it with a view to writing a new driver from scratch. While I'm further along the route than when I started the going is slow and I was wondering

Re: [PATCH] mfd: rtsx: add card reader rtl8402

2013-11-12 Thread micky
Hi Lee I'm trying to merge the common code into a single function rtl8411_init_params(), but different chips may use a different rtlxxx_pcr_ops even they have much the same. This is because the ops may be called frequently. Yet I'm trying to use Regulator Framework, it will make a somewhat big

Re: [PATCHv3 2/8] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2013-11-12 Thread Laurent Pinchart
Hi Denis, (Dropping the DT reviewers from the CC list to avoid spamming them) Thank you for the patch. On Tuesday 12 November 2013 17:49:19 Denis Carikli wrote: That new macro is needed by the imx_drm staging driver for supporting the QVGA display of the eukrea-cpuimx51 board. Cc: Rob

Re: [PATCHv3 3/8] staging: imx-drm: ipuv3-crtc: don't harcode some mode flags.

2013-11-12 Thread Fabio Estevam
Hi Denis, On Tue, Nov 12, 2013 at 2:49 PM, Denis Carikli de...@eukrea.com wrote: This change is needed for making the eukrea-cpuimx51 QVGA display work. Greg Kroah-Hartman gre...@linuxfoundation.org Cc: driverdev-devel@linuxdriverproject.org Cc: Philipp Zabel p.za...@pengutronix.de Cc:

Posee a la mujer que MAS deseas

2013-11-12 Thread Marthita Cachonda
Ahora en Mexico el mejor suplemento para aumentar tu virilidad Podras poseer a la mujer que mas deseas en menos de lo que imaginas.. No te cansaras de seducir mujeres Visita http://x.co/1zPzf ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCHv3 3/8] staging: imx-drm: ipuv3-crtc: don't harcode some mode flags.

2013-11-12 Thread Eric Bénard
Hi Fabio, Le Wed, 13 Nov 2013 01:52:25 -0200, Fabio Estevam feste...@gmail.com a écrit : On Tue, Nov 12, 2013 at 2:49 PM, Denis Carikli de...@eukrea.com wrote: + if (mode-flags DRM_MODE_FLAG_DE_HIGH) + sig_cfg.enable_pol = 1; + if (mode-flags

[PATCH 1/3] Drivers: Staging: cxt1e1: sbeid: Fixed coding style issue - space - tabs

2013-11-12 Thread Eric Skoglund
From: Eric Skoglund e...@pagefault.se This patch converts spaces to tabs to conform to the coding style standards. Signed-off-by: Eric Skoglund e...@pagefault.se --- drivers/staging/cxt1e1/sbeid.c | 318 - 1 file changed, 159 insertions(+), 159

[PATCH 2/3] Drivers: Staging: cxt1e1: sbeid: Fixed braces coding style issue

2013-11-12 Thread Eric Skoglund
From: Eric Skoglund e...@pagefault.se This patch fixes a brace coding style issue. Signed-off-by: Eric Skoglund e...@pagefault.se --- drivers/staging/cxt1e1/sbeid.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/staging/cxt1e1/sbeid.c

[PATCH 3/3] Drivers: Staging: cxt1e1: stbeid: Fixed whitespace between function and parameters

2013-11-12 Thread Eric Skoglund
From: Eric Skoglund e...@pagefault.se This patch fixes whitespace coding style errors: func () -- func() Signed-of-by: Eric Skoglund e...@pagefault.se --- drivers/staging/cxt1e1/sbeid.c | 84 +- 1 file changed, 42 insertions(+), 42 deletions(-) diff

Re: imx-drm/ipuv3-crtc.ko fails to link

2013-11-12 Thread Josh Boyer
On Mon, Nov 11, 2013 at 11:22 AM, Josh Boyer jwbo...@fedoraproject.org wrote: Hi All, With v3.12-2839-gedae583 (Linus' tree as of this morning), the ipuv3-crtc.ko module fails to link with the following messages: ERROR: ipu_plane_disable [drivers/staging/imx-drm/ipuv3-crtc.ko] undefined!

Re: imx-drm/ipuv3-crtc.ko fails to link

2013-11-12 Thread Josh Boyer
On Tue, Nov 12, 2013 at 9:57 AM, Sascha Hauer s.ha...@pengutronix.de wrote: Hi Josh, On Tue, Nov 12, 2013 at 09:32:08AM -0500, Josh Boyer wrote: On Mon, Nov 11, 2013 at 11:22 AM, Josh Boyer jwbo...@fedoraproject.org wrote: Hi All, With v3.12-2839-gedae583 (Linus' tree as of this

[PATCHv3 2/8] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2013-11-12 Thread Denis Carikli
That new macro is needed by the imx_drm staging driver for supporting the QVGA display of the eukrea-cpuimx51 board. Cc: Rob Herring rob.herr...@calxeda.com Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Stephen Warren swar...@wwwdotorg.org Cc: Ian Campbell

[PATCHv3 1/8] drm: Add the lacking DRM_MODE_FLAG_* for matching the DISPLAY_FLAGS_*

2013-11-12 Thread Denis Carikli
Without that fix, drivers using the drm_display_mode_from_videomode function will not be able to get certain information because some DISPLAY_FLAGS_* have no corresponding DRM_MODE_FLAG_*. Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: driverdev-devel@linuxdriverproject.org Cc: Matt

[PATCHv3 4/8] staging: imx-drm: Add RGB666 support for parallel display.

2013-11-12 Thread Denis Carikli
Cc: Rob Herring rob.herr...@calxeda.com Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Stephen Warren swar...@wwwdotorg.org Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: devicet...@vger.kernel.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc:

[PATCHv3 3/8] staging: imx-drm: ipuv3-crtc: don't harcode some mode flags.

2013-11-12 Thread Denis Carikli
This change is needed for making the eukrea-cpuimx51 QVGA display work. Greg Kroah-Hartman gre...@linuxfoundation.org Cc: driverdev-devel@linuxdriverproject.org Cc: Philipp Zabel p.za...@pengutronix.de Cc: Sascha Hauer ker...@pengutronix.de Cc: Shawn Guo shawn@linaro.org Cc:

Re: [PATCHv3 1/8] drm: Add the lacking DRM_MODE_FLAG_* for matching the DISPLAY_FLAGS_*

2013-11-12 Thread Russell King - ARM Linux
On Tue, Nov 12, 2013 at 05:49:18PM +0100, Denis Carikli wrote: diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index fc2adb6..586c12f 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c @@ -537,6 +537,15 @@ int