Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-16 Thread Anton Vorontsov
Hi Greg, On Fri, Jun 15, 2012 at 02:28:24PM -0700, Greg Kroah-Hartman wrote: [...] This looks fine to me, but as it touches pstore and tracing code, I can't apply it without acks from the relevant maintainers/owners. Now that the patchset has an ack from Steven Rostedt, can you please apply

[PATCH] staging/cptm1217: fix checkpatch warnings

2012-07-16 Thread Toshiaki Yamane
The below checkpatch warns was fixed, drivers/staging/cptm1217/clearpad_tm1217.c:400: WARNING: quoted string split across lines drivers/staging/cptm1217/cp_tm1217.h:5: ERROR: open brace '{' following struct go on the same line Signed-off-by: Toshiaki Yamane yamaneto...@gmail.com ---

Re: [PATCH] staging/cptm1217: fix checkpatch warnings

2012-07-16 Thread Belisko Marek
On Mon, Jul 16, 2012 at 10:12 AM, Toshiaki Yamane yamaneto...@gmail.com wrote: The below checkpatch warns was fixed, drivers/staging/cptm1217/clearpad_tm1217.c:400: WARNING: quoted string split across lines drivers/staging/cptm1217/cp_tm1217.h:5: ERROR: open brace '{' following struct go

[PATCH] staging/cptm1217: fix checkpatch warnings

2012-07-16 Thread Toshiaki Yamane
The below checkpatch warn, error, and typo was fixed, drivers/staging/cptm1217/clearpad_tm1217.c:400: WARNING: quoted string split across lines drivers/staging/cptm1217/cp_tm1217.h:5: ERROR: open brace '{' following struct go on the same line Signed-off-by: Toshiaki Yamane

[PATCH NEXT]staging ste_rmi4 Fix typos

2012-07-16 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes typos found while reading through staging ste_rmi4 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c |8 1 files changed, 4 insertions(+), 4 deletions(-)

Re: [PATCH v4 0/8] Function tracing support for pstore

2012-07-16 Thread Greg Kroah-Hartman
On Mon, Jul 16, 2012 at 12:14:21AM -0700, Anton Vorontsov wrote: Hi Greg, On Fri, Jun 15, 2012 at 02:28:24PM -0700, Greg Kroah-Hartman wrote: [...] This looks fine to me, but as it touches pstore and tracing code, I can't apply it without acks from the relevant maintainers/owners. Now

[PATCH -next] staging: fix sm7xxfb build, depends on PCI

2012-07-16 Thread Randy Dunlap
changed, 1 insertion(+), 1 deletion(-) --- linux-next-20120716.orig/drivers/staging/sm7xxfb/Kconfig +++ linux-next-20120716/drivers/staging/sm7xxfb/Kconfig @@ -1,6 +1,6 @@ config FB_SM7XX tristate Silicon Motion SM7XX framebuffer support - depends on FB + depends on FB PCI

Re: show_uevent() and general protection fault

2012-07-16 Thread Greg Kroah-Hartman
On Fri, Jul 13, 2012 at 04:46:16PM +0800, Fengguang Wu wrote: This is another kconfig, produced a bit different call trace, however also related to sysfs_read_file(). Any hint as to which file is being read? thanks, greg k-h ___ devel mailing list

Re: [PATCH 01/30] staging: comedi: add pci_dev pointer to comedi_device

2012-07-16 Thread Greg KH
On Wed, Jul 11, 2012 at 02:49:14PM -0700, H Hartley Sweeten wrote: The pci_dev pointer in the private driver data is used by every comedi pci driver. Some of them only have the need for the private data because of this pointer. Introduce the pci_dev pointer in the comedi_device struct so it

RE: [PATCH 01/30] staging: comedi: add pci_dev pointer to comedi_device

2012-07-16 Thread H Hartley Sweeten
On Monday, July 16, 2012 6:52 PM, Greg KH wrote: On Wed, Jul 11, 2012 at 02:49:14PM -0700, H Hartley Sweeten wrote: The pci_dev pointer in the private driver data is used by every comedi pci driver. Some of them only have the need for the private data because of this pointer. Introduce the

Re: [PATCH 01/30] staging: comedi: add pci_dev pointer to comedi_device

2012-07-16 Thread Greg KH
On Mon, Jul 16, 2012 at 08:55:47PM -0500, H Hartley Sweeten wrote: On Monday, July 16, 2012 6:52 PM, Greg KH wrote: On Wed, Jul 11, 2012 at 02:49:14PM -0700, H Hartley Sweeten wrote: The pci_dev pointer in the private driver data is used by every comedi pci driver. Some of them only have

Re: [PATCHv4 1/4] staging: OMAP4+: thermal: introduce bandgap temperature sensor

2012-07-16 Thread Greg Kroah-Hartman
On Thu, Jul 12, 2012 at 07:02:29PM +0300, Eduardo Valentin wrote: In the System Control Module, OMAP supplies a voltage reference and a temperature sensor feature that are gathered in the band gap voltage and temperature sensor (VBGAPTS) module. The band gap provides current and voltage

Re: [PATCHv4 0/4] staging: adding OMAP bandgap driver

2012-07-16 Thread Greg Kroah-Hartman
On Thu, Jul 12, 2012 at 07:02:28PM +0300, Eduardo Valentin wrote: Greg, Here is again the OMAP BG driver, under staging area. I fixed the compilation issue I didn't see, wrt implicit function declarations. As I mentioned on other thread, my compilation test didn't see it, that's why I

Re: [PATCH 2/2] staging: comedi: remove the devpriv and thisboard macros

2012-07-16 Thread Greg KH
On Thu, Jul 12, 2012 at 05:47:21PM -0700, H Hartley Sweeten wrote: The macros 'devpriv' and 'thisboard' rely on a local variable having a specific name and yeild pointers derived from that variable. Replace the macros with local variables where used and use to comedi_board() helper to get the

Re: [PATCH v2] staging: sbe-2t3e3: Remove code that will never execute

2012-07-16 Thread Greg KH
On Thu, Jul 12, 2012 at 11:27:49PM -0300, Marcos Paulo de Souza wrote: This patch removes all references of if 0 blocks in the sbe-2t3e3 driver. Signed-off-by: Marcos Paulo de Souza marcos.souza@gmail.com --- drivers/staging/sbe-2t3e3/2t3e3.h|3 --

RE: [PATCH 2/2] staging: comedi: remove the devpriv and thisboard macros

2012-07-16 Thread H Hartley Sweeten
On Monday, July 16, 2012 7:09 PM, Greg KH wrote: Because I didn't take your other large patch series, this one didn't apply :( Of course... ;-) Looking at using the hw_dev right now. I should have something tomorrow. Thanks. Hartley ___ devel

RE: [PATCH 01/30] staging: comedi: add pci_dev pointer to comedi_device

2012-07-16 Thread H Hartley Sweeten
On Monday, July 16, 2012 7:01 PM, Greg KH wrote: On Mon, Jul 16, 2012 at 08:55:47PM -0500, H Hartley Sweeten wrote: On Monday, July 16, 2012 6:52 PM, Greg KH wrote: No, the field above this, hw_dev, should be used instead here, as that's what it is there for, right? The hw_dev pointer is

[PATCH] staging: comedi: adl_pci6208: use the comedi_device hw_dev to hold the pci_dev

2012-07-16 Thread H Hartley Sweeten
Use the 'struct device *hw_dev' variable in the comedi_device struct to hold the pci_dev instead of carrying it in the private data. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org ---

Re: [PATCH] staging: comedi: adl_pci6208: use the comedi_device hw_dev to hold the pci_dev

2012-07-16 Thread Greg KH
On Mon, Jul 16, 2012 at 07:26:22PM -0700, H Hartley Sweeten wrote: Use the 'struct device *hw_dev' variable in the comedi_device struct to hold the pci_dev instead of carrying it in the private data. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott

RE: [PATCH] staging: comedi: adl_pci6208: use the comedi_device hw_dev to hold the pci_dev

2012-07-16 Thread H Hartley Sweeten
On Monday, July 16, 2012 7:31 PM, Greg KH wrote: On Mon, Jul 16, 2012 at 07:26:22PM -0700, H Hartley Sweeten wrote: Use the 'struct device *hw_dev' variable in the comedi_device struct to hold the pci_dev instead of carrying it in the private data. Signed-off-by: H Hartley Sweeten

staging: rts5139: rts51x_card: coding style fix

2012-07-16 Thread Erik Jones
This patch-set fixes coding style issues in rts51x_card driver. Issues were found with scripts/checkpatch.pl tool. ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[PATCH 2/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. An else statement was not on the same line as the preceding if statement's closing brace. Signed-off-by: Erik Jones e...@ejnode.com --- drivers/staging/rts5139/rts51x_card.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 1/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. Signed-off-by: Erik Jones e...@ejnode.com --- drivers/staging/rts5139/rts51x_card.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5139/rts51x_card.c b/drivers/staging/rts5139/rts51x_card.c index 4192c3b..a3cb559

Re: staging: rts5139: rts51x_card: coding style fix

2012-07-16 Thread Erik Jones
On 07/16/2012 10:52 PM, Erik Jones wrote: This patch-set fixes coding style issues in rts51x_card driver. Issues were found with scripts/checkpatch.pl tool. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

[RESEND PATCH 0] staging: rts5139: rts51x_card: coding style fix

2012-07-16 Thread Erik Jones
I am resending this patch-set because the initial version's subject didn't include [PATCH 0]. This patch-set fixes coding style issues in rts51x_card driver. Issues were found with scripts/checkpatch.pl tool. ___ devel mailing list

[PATCH 1/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. Signed-off-by: Erik Jones e...@ejnode.com --- drivers/staging/rts5139/rts51x_card.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5139/rts51x_card.c b/drivers/staging/rts5139/rts51x_card.c index 4192c3b..a3cb559

[PATCH 2/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. An else statement was not on the same line as the preceding if statement's closing brace. Signed-off-by: Erik Jones e...@ejnode.com --- drivers/staging/rts5139/rts51x_card.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [PATCH 02/15] Drivers: hv: Add KVP definitions for IP address injection

2012-07-16 Thread Olaf Hering
On Sat, Jul 14, K. Y. Srinivasan wrote: diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 68ed7f7..38b561a 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -127,6 +127,8 @@ enum hv_kvp_exchg_op { KVP_OP_SET, KVP_OP_DELETE,

[PATCH V2] staging/gdm72xx: use kthread APIs

2012-07-16 Thread Devendra Naga
From: Devendra Naga devendra.a...@gmail.com This patch modifies the kthread usage in the gdm_usb code, and tries to use the kthread APIs better. Actually the task_struct is taken as global as the limitation of priv. we run the kthread before we allocate the priv. did only compilation test, but

Re: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-16 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Tue, 10 Jul 2012 10:19:22 -0700 This adds support for setting synthetic NIC MAC address from within Linux guests. Before using this feature, the option spoofing of MAC address should be enabled at the Hyper-V manager / Settings of the synthetic