Re: [PATCH] staging: new asus fan driver

2013-11-05 Thread Felipe Contreras
On Tue, Nov 5, 2013 at 8:19 PM, Greg Kroah-Hartman wrote: > On Tue, Nov 05, 2013 at 01:54:51PM -0600, Felipe Contreras wrote: >> On Tue, Nov 5, 2013 at 9:16 AM, Greg Kroah-Hartman >> wrote: >> > On Tue, Nov 05, 2013 at 08:29:40AM -0600, Felipe Contreras wrote: >> >> On Tue, Nov 5, 2013 at 6:52 AM

Re: [PATCH] staging: new asus fan driver

2013-11-05 Thread Greg Kroah-Hartman
On Tue, Nov 05, 2013 at 01:54:51PM -0600, Felipe Contreras wrote: > On Tue, Nov 5, 2013 at 9:16 AM, Greg Kroah-Hartman > wrote: > > On Tue, Nov 05, 2013 at 08:29:40AM -0600, Felipe Contreras wrote: > >> On Tue, Nov 5, 2013 at 6:52 AM, Greg Kroah-Hartman > >> wrote: > >> > On Tue, Nov 05, 2013 at

Re: [RESEND PATCH 2/2] staging/olpc_docn: reorder the lock sequence to avoid potential dead lock

2013-11-05 Thread Gu Zheng
Hi Dan, On 11/05/2013 07:02 PM, Dan Carpenter wrote: > On Tue, Nov 05, 2013 at 06:01:00PM +0800, Gu Zheng wrote: >> The lock sequence of dcon_blank_fb(fb_info->lock ---> console_lock) is >> against >> with the one of console_callback(console_lock ---> fb_info->lock), it'll >> lead to a potential

Re: [PATCH v4] imx-drm: Add mx6 hdmi transmitter support

2013-11-05 Thread Matt Sealey
On Mon, Nov 4, 2013 at 7:13 PM, Fabio Estevam wrote: > On Mon, Nov 4, 2013 at 9:20 PM, Matt Sealey wrote: > >> Fabio, Shawn, could you go so far as to bring this up with the i.MX >> guys responsible for documentation or find the original transmitter IP >> specs, or find the two pages missing from

Re: [PATCH] memstick: rtsx: fix ms card data transfer bug

2013-11-05 Thread micky
MS card can not use auto read/write mode, so it will fail at initialize and long data transfer. This patch is used to add support for ms card. Shall I re-send this patch to add more info? On 11/06/2013 05:10 AM, Andrew Morton wrote: On Wed, 30 Oct 2013 14:40:16 +0800 wrote: unlike mspro card

Re: [PATCH v4] imx-drm: Add mx6 hdmi transmitter support

2013-11-05 Thread Matt Sealey
On Tue, Nov 5, 2013 at 5:35 PM, Fabio Estevam wrote: > On Tue, Nov 5, 2013 at 9:29 PM, Matt Sealey wrote: > >> I know about that one. BTW this isn't in the MX6SDL errata >> documentation, but it is in the MX6QD errata. If this actually affects >> the Solo etc. as Russell dictates, isn't the errat

Re: [PATCH v4] imx-drm: Add mx6 hdmi transmitter support

2013-11-05 Thread Fabio Estevam
On Tue, Nov 5, 2013 at 9:29 PM, Matt Sealey wrote: > I know about that one. BTW this isn't in the MX6SDL errata > documentation, but it is in the MX6QD errata. If this actually affects > the Solo etc. as Russell dictates, isn't the errata document missing > some info here? If you read the code y

Re: [PATCH 4/4] media/solo6x10: Changes on the vb2-dma-sg API

2013-11-05 Thread Ismael Luceno
On Fri, 19 Jul 2013 09:58:49 +0200 Ricardo Ribalda Delgado wrote: > The struct vb2_dma_sg_desc has been replaced with the generic sg_table > to describe the location of the video buffers. > > Signed-off-by: Ricardo Ribalda Delgado Acked-by: Ismael Luceno <...> signature.asc Description: PGP

Re: [PATCH] memstick: rtsx: fix ms card data transfer bug

2013-11-05 Thread Andrew Morton
On Wed, 30 Oct 2013 14:40:16 +0800 wrote: > unlike mspro card, ms card use normal read/write mode for DMA > data transfer. What are the user-visible effects of this bug? Please always include this information when fixing bugs so that others can decide whether they (or their customers) need the

Re: [PATCH 1/3] vme_user: Ensure driver compiles after VME bridges

2013-11-05 Thread Aaron Sierra
- Original Message - > From: "Martyn Welch" > Subject: Re: [PATCH 1/3] vme_user: Ensure driver compiles after VME bridges > > On 05/11/13 17:53, Aaron Sierra wrote: > > Martyn, > > Can you please elaborate on why you feel it is not a fix? For instance, > > will this type of solution not b

re: staging: media: Use dev_err() instead of pr_err()

2013-11-05 Thread Dan Carpenter
Hello Dulshani Gunawardhana, The patch 44ee8e801137: "staging: media: Use dev_err() instead of pr_err()" from Oct 20, 2013, leads to the following GCC warning: drivers/staging/media/go7007/go7007-usb.c: In function ‘go7007_usb_probe’: drivers/staging/media/go7007/go7007-usb.c:1100:13: warning:

Re: [PATCH] staging: new asus fan driver

2013-11-05 Thread Felipe Contreras
On Tue, Nov 5, 2013 at 9:16 AM, Greg Kroah-Hartman wrote: > On Tue, Nov 05, 2013 at 08:29:40AM -0600, Felipe Contreras wrote: >> On Tue, Nov 5, 2013 at 6:52 AM, Greg Kroah-Hartman >> wrote: >> > On Tue, Nov 05, 2013 at 02:59:47AM -0600, Felipe Contreras wrote: >> >> Simple driver to enable contro

Re: [PATCH 1/3] vme_user: Ensure driver compiles after VME bridges

2013-11-05 Thread Martyn Welch
On 05/11/13 17:53, Aaron Sierra wrote: > Martyn, > Can you please elaborate on why you feel it is not a fix? For instance, > will this type of solution not be accepted upstream? Is this solution not > complete enough? Do you feel that it doesn't resolve any issue? > > -Aaron The vme_user driver i

Re: [PATCH 2/3] vme_user: Update API to work in mixed environments

2013-11-05 Thread Greg Kroah-Hartman
On Tue, Nov 05, 2013 at 05:01:10PM +, Martyn Welch wrote: > Greg - I don't have any experience dealing with a mixture of 32-bit user space > and a 64-bit kernel, is this the correct thing to do? It might be, we need to do something here. I'll review it when I get through my patch queue, hopef

Re: [PATCH 1/3] vme_user: Ensure driver compiles after VME bridges

2013-11-05 Thread Aaron Sierra
- Original Message - > From: "Martyn Welch" > > I'm sorry, this is not a fix. > > Martyn Martyn, Can you please elaborate on why you feel it is not a fix? For instance, will this type of solution not be accepted upstream? Is this solution not complete enough? Do you feel that it doesn't

Re: [PATCH 2/3] vme_user: Update API to work in mixed environments

2013-11-05 Thread Martyn Welch
Greg - I don't have any experience dealing with a mixture of 32-bit user space and a 64-bit kernel, is this the correct thing to do? On 31/10/13 23:47, Aaron Sierra wrote: > This patch updates the vme_master and vme_slave structures to use > types with well defined size and to prevent the compiler

Re: [PATCH 1/3] vme_user: Ensure driver compiles after VME bridges

2013-11-05 Thread Martyn Welch
I'm sorry, this is not a fix. Martyn On 31/10/13 23:47, Aaron Sierra wrote: > If VME bridge and vme_user modules are compiled into the kernel, then > vme_user will attempt to register itself before any VME buses have been > probed. This results in a kernel panic. > > This patch removes the stagi

Re: [PATCH] staging: new asus fan driver

2013-11-05 Thread Greg Kroah-Hartman
On Tue, Nov 05, 2013 at 08:29:40AM -0600, Felipe Contreras wrote: > On Tue, Nov 5, 2013 at 6:52 AM, Greg Kroah-Hartman > wrote: > > On Tue, Nov 05, 2013 at 02:59:47AM -0600, Felipe Contreras wrote: > >> Simple driver to enable control of the fan in ASUS laptops. So far this > >> has only been test

Re: [PATCH] staging: new asus fan driver

2013-11-05 Thread Felipe Contreras
On Tue, Nov 5, 2013 at 6:52 AM, Greg Kroah-Hartman wrote: > On Tue, Nov 05, 2013 at 02:59:47AM -0600, Felipe Contreras wrote: >> Simple driver to enable control of the fan in ASUS laptops. So far this >> has only been tested in ASUS Zenbook Prime UX31A, but according to some >> online reference [1

[PATCH v2] staging: new asus fan driver

2013-11-05 Thread Felipe Contreras
Simple driver to enable control of the fan in ASUS laptops. So far this has only been tested in ASUS Zenbook Prime UX31A, but according to some online reference [1], it should work in other models as well. The implementation is very straight-forward, the only caveat is that the fan speed needs to

Re: [PATCH] staging: new asus fan driver

2013-11-05 Thread Greg Kroah-Hartman
On Tue, Nov 05, 2013 at 02:59:47AM -0600, Felipe Contreras wrote: > Simple driver to enable control of the fan in ASUS laptops. So far this > has only been tested in ASUS Zenbook Prime UX31A, but according to some > online reference [1], it should work in other models as well. > > The implementati

Re: [RESEND PATCH 2/2] staging/olpc_docn: reorder the lock sequence to avoid potential dead lock

2013-11-05 Thread Dan Carpenter
On Tue, Nov 05, 2013 at 06:01:00PM +0800, Gu Zheng wrote: > The lock sequence of dcon_blank_fb(fb_info->lock ---> console_lock) is against > with the one of console_callback(console_lock ---> fb_info->lock), it'll > lead to a potential dead lock, so reorder the lock sequence of dcon_blank_fb > to a

FROM MISSIONARY KAYTRINA KRIVANEC: READ AND GET BACK TO ME, SO WE CAN USE MY MONEY TO HELP THE POOR

2013-11-05 Thread KAYTRINA
My Very good friend Do you know that we can make a difference by helping the less privilege and the poor. Psalm 41:1, Blessed is he that considereth the poor,the lord will deliver him in time of trouble. I want you to use my money to help the poor as i am already suffering from a very serious i

[RESEND PATCH 2/2] staging/olpc_docn: reorder the lock sequence to avoid potential dead lock

2013-11-05 Thread Gu Zheng
The lock sequence of dcon_blank_fb(fb_info->lock ---> console_lock) is against with the one of console_callback(console_lock ---> fb_info->lock), it'll lead to a potential dead lock, so reorder the lock sequence of dcon_blank_fb to avoid the potential dead lock. Signed-off-by: Gu Zheng --- drive

[PATCH] staging: new asus fan driver

2013-11-05 Thread Felipe Contreras
Simple driver to enable control of the fan in ASUS laptops. So far this has only been tested in ASUS Zenbook Prime UX31A, but according to some online reference [1], it should work in other models as well. The implementation is very straight-forward, the only caveat is that the fan speed needs to