[PATCH NEXT]staging telephony Fix typos.

2012-07-02 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 telephony. drivers/staging/telephony/ixj.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH NEXT]staging sm7xxfb Fix typos in sm7xxfb

2012-06-25 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos found in staging sm7xxfb while reading through. drivers/staging/sm7xxfb/sm7xxfb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 1/2]staging serqt_usb2 Fix some typos.

2012-06-18 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos that was found while reading through staging serqt_usb2 drivers/staging/serqt_usb2/serqt_usb2.c |4 ++-- 1 files changed, 2 insertions(+), 2

[PATCH 2/2]staging slicoss Fix a typo.

2012-06-18 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes a typo found while reading through staging slicoss drivers/staging/slicoss/slicoss.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH]staging sep Fix typos found while reading.

2012-06-11 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 sep drivers/staging/sep/sep_crypto.c| 18 +++--- drivers/staging/sep/sep_driver_api.h|8

[PATCH]staging: sbe-2t3e3 Fix typos in sbe-2t3e3

2012-06-04 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos found while reading through sbe-2t3e3. drivers/staging/sbe-2t3e3/dc.c |2 +- drivers/staging/sbe-2t3e3/io.c |2 +- 2 files changed, 2

[PATCH NEXT]staging: rts_pstor Fix typos.

2012-05-21 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos found while reading through rts_pstor. drivers/staging/rts_pstor/ms.c |2 +- drivers/staging/rts_pstor/sd.c |2 +- 2 files changed, 2

Re: [PATCH NEXT]staging: rts_pstor Fix typos.

2012-05-21 Thread Justin P. Mattock
On 05/21/2012 07:35 AM, Dan Carpenter wrote: On Mon, May 21, 2012 at 07:19:15AM -0700, Justin P. Mattock wrote: From: Justin P. Mattockjustinmatt...@gmail.com Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com ^ Your scripts are adding an extra space here.i after git format-patch

[PATCH NEXT V2]staging rts_pstor fix some typos while reading through rts_pstor

2012-05-21 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos while reading through rts_pstor. drivers/staging/rts_pstor/ms.c |2 +- drivers/staging/rts_pstor/sd.c |2 +- 2 files changed, 2 insertions

Re: [PATCH NEXT]staging: rts_pstor Fix typos.

2012-05-21 Thread Justin P. Mattock
On 05/21/2012 08:26 AM, Dan Carpenter wrote: On Mon, May 21, 2012 at 07:54:47AM -0700, Justin P. Mattock wrote: On 05/21/2012 07:35 AM, Dan Carpenter wrote: On Mon, May 21, 2012 at 07:19:15AM -0700, Justin P. Mattock wrote: From: Justin P. Mattockjustinmatt...@gmail.com Signed-off

[PATCH NEXT]staging: rts5139 Fix typos.

2012-05-14 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos found while reading through rts5139. drivers/staging/rts5139/ms.c |2 +- drivers/staging/rts5139/ms_mg.c|2

Re: [PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread Justin P. Mattock
= i2c_get_clientdata(client); - kfree(dec); + v4l2_device_unregister_subdev(sd); + kfree(to_state(sd)); return 0; } Justin P. Mattock -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH NEXT]staging: rtl8192e/r8192u typo change ContiuneDiffCount.

2012-05-01 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- As mentioned by jesper juhl, we should probably change ContiuneDiffCount to ContinueDiffCount. Below you will find the changes to do so. I have compile tested this and everything builds

[PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos that I found while going through staging/rtl8192u drivers/staging/rtl8192u/r8180_93cx6.c |2 +- drivers/staging/rtl8192u/r8180_93cx6.h

[PATCH NEXT]staging: rtl8192u Fix a typo.

2012-04-30 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- NOTE: I had not realized that my previous applied patch had created a typo. Thanks to Larry Finger for pointing this out to me. So either you take this one on top of the original

Re: [PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Justin P. Mattock
On 04/30/2012 01:41 PM, Jesper Juhl wrote: On Mon, 30 Apr 2012, Justin P. Mattock wrote: From: Justin P. Mattockjustinmatt...@gmail.com Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com --- The below patch fixes some typos that I found while going through staging/rtl8192u I

[PATCH NEXT]staging:rtl8192u Fix typos and comments

2012-04-30 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some comments after being revised by jesper juhl. drivers/staging/rtl8192u/r8192U.h |4 ++-- drivers/staging/rtl8192u/r8192U_core.c | 24

Re: [PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Justin P. Mattock
On 04/30/2012 02:05 PM, Jesper Juhl wrote: On Mon, 30 Apr 2012, Justin P. Mattock wrote: On 04/30/2012 01:41 PM, Jesper Juhl wrote: On Mon, 30 Apr 2012, Justin P. Mattock wrote: From: Justin P. Mattockjustinmatt...@gmail.com Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com

[PATCH NEXT]staging: rtl8192e: Fix typos.

2012-04-23 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes some typos that I found while doing a little bit of reading in the staging directory. drivers/staging/rtl8192e/rtl8192e/r819xE_phyreg.h |4 +- drivers

[PATCH v3 NEXT]Staging: rtl8187se: Fix typos.

2012-04-17 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- RESEND: This is a resend because I had git config wrong with my email address. The below patch fixes some typos that I found while reading. drivers/staging/rtl8187se/Makefile

[PATCH]NEXT:drivers:staging:rtl8187se Fix typos in staging:rtl8187se

2012-04-16 Thread Justin P. Mattock
From: Justin P. Mattock Justin P. Mattock The below patch fixes some typos that I found while reading. Signed-off-by: Justin P. Mattock Justin P. Mattock --- drivers/staging/rtl8187se/Makefile |2 +- drivers/staging/rtl8187se/ieee80211/dot11d.c |2 +- drivers

[PATCH v2]NEXT:drivers:staging:rtl8187se Fix typos in staging:rtl8187se

2012-04-16 Thread Justin P. Mattock
From: Justin P. Mattock Justin P. Mattock RESEND: resending this patch because my email was mangled with gitconfig. The below patch fixes some typos that I found while reading. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/staging/rtl8187se/Makefile

Re: [PATCH V2]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*

2012-03-16 Thread Justin P. Mattock
before I forget about this patch, what was the status of this one? On 03/06/2012 06:55 AM, Justin P. Mattock wrote: From: Justin P. Mattockjustinmatt...@gmail.com linux-next: I like to spend some time reading code, in doing so I have found some typos in some of the comments. The patch below

Re: [PATCH V2]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*

2012-03-16 Thread Justin P. Mattock
On 03/16/2012 08:45 AM, Jiri Kosina wrote: On Fri, 16 Mar 2012, Justin P. Mattock wrote: before I forget about this patch, what was the status of this one? As previously announced multiple times, I am ignoring patches that go to drivers/staging and letting Greg pick them up if he wants

Re: [PATCH V2]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*

2012-03-16 Thread Justin P. Mattock
On 03/16/2012 08:58 AM, Greg KH wrote: On Fri, Mar 16, 2012 at 04:45:03PM +0100, Jiri Kosina wrote: On Fri, 16 Mar 2012, Justin P. Mattock wrote: before I forget about this patch, what was the status of this one? As previously announced multiple times, I am ignoring patches that go

Re: [PATCH V2]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*

2012-03-16 Thread Justin P. Mattock
On 03/16/2012 09:06 AM, Justin P. Mattock wrote: On 03/16/2012 08:58 AM, Greg KH wrote: On Fri, Mar 16, 2012 at 04:45:03PM +0100, Jiri Kosina wrote: On Fri, 16 Mar 2012, Justin P. Mattock wrote: before I forget about this patch, what was the status of this one? As previously announced

[PATCH V2]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*

2012-03-06 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com linux-next: I like to spend some time reading code, in doing so I have found some typos in some of the comments. The patch below fixes what I have found. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/staging/media/Kconfig

[PATCH]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*

2012-03-05 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com linux-next: I like to spend some time reading code, in doing so I have found some typos in some of the comments. The patch below fixes what I have found. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/staging/media/Kconfig

Re: [PATCH]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*

2012-03-05 Thread Justin P. Mattock
On 03/05/2012 09:28 AM, David Santinoli wrote: On Mon, Mar 05, 2012 at 07:49:26AM -0800, Justin P. Mattock wrote: - The two functions bellow implements the newer ioctls + The two functions bellow implement the newer ioctls There's still some room for improvement here. :-) Cheers, David

Re: [PATCH] staging: tidspbridge: enable watchdog by default

2012-02-10 Thread Justin P. Mattock
at sending a _dependency_ fix for this, but could be totally wrong.. From 5c7ad6c00d051d574007cdbecdf14bf3d0cb Mon Sep 17 00:00:00 2001 From: Justin P. Mattock justinmatt...@gmail.com Date: Fri, 10 Feb 2012 07:19:45 -0800 Subject: [PATCH] Add dependency TIDSBRIDGE_WDT3 to TIDSBRIDGE. This would add

Re: [PATCH] staging: tidspbridge: enable watchdog by default

2012-02-10 Thread Justin P. Mattock
On Fri, 10 Feb 2012 18:05:59 +0200 Felipe Contreras felipe.contre...@gmail.com wrote: On Fri, Feb 10, 2012 at 5:35 PM, Justin P. Mattock justinmatt...@gmail.com wrote: On Thu, 9 Feb 2012 21:18:49 -0800 Greg KH gre...@linuxfoundation.org wrote: On Thu, Feb 09, 2012 at 04:45:00PM -0800

Re: [PATCH] staging: tidspbridge: enable watchdog by default

2012-02-10 Thread Justin P. Mattock
at sending a _dependency_ fix for this, but could be totally wrong.. From 5c7ad6c00d051d574007cdbecdf14bf3d0cb Mon Sep 17 00:00:00 2001 From: Justin P. Mattock justinmatt...@gmail.com Date: Fri, 10 Feb 2012 07:19:45 -0800 Subject: [PATCH] Add dependency TIDSBRIDGE_WDT3 to TIDSBRIDGE. This would add

Re: [PATCH] staging: tidspbridge: enable watchdog by default

2012-02-10 Thread Justin P. Mattock
On Fri, 10 Feb 2012 18:05:59 +0200 Felipe Contreras felipe.contre...@gmail.com wrote: On Fri, Feb 10, 2012 at 5:35 PM, Justin P. Mattock justinmatt...@gmail.com wrote: On Thu, 9 Feb 2012 21:18:49 -0800 Greg KH gre...@linuxfoundation.org wrote: On Thu, Feb 09, 2012 at 04:45:00PM -0800

Re: [PATCH 1/3]arch:powerpc:sysdev:mpic.c Remove extra semicolon.

2011-12-15 Thread Justin P. Mattock
what would be the status of these? should I resend/rebase to the current etc?.. On 11/21/2011 08:43 AM, Justin P. Mattock wrote: From: Justin P. Mattockjustinmatt...@gmail.com The patch below removes an extra semicolon. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com CC: linuxppc-dev

[PATCH 2/3]drivers:staging:gma500:power.c Remove extra semicolon.

2011-11-21 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com The patch below removes an extra semicolon. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Greg Kroah-Hartman gre...@suse.de CC: de...@driverdev.osuosl.org --- drivers/staging/gma500/power.c |2 +- 1 files changed, 1 insertions

[PATCH 3/3]fs:btrfs:free-space-cache.c Remove extra semicolon.

2011-11-21 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com The patch below removes an extra semicolon. Note: I have not compile tested this patch, so am unsure if this breaks things. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Chris Mason chris.ma...@oracle.com CC: linux-btrfs

3.1.0-rc9-00020-g3ee72ca gives INFO: possible circular locking dependency detected

2011-10-11 Thread Justin P. Mattock
and an *,iso image. not sure if the current has a fix for this or not. Note: I am not on lkml lists so you will have to Cc me. Justin P. Mattock -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [RFC 1/2]drivers:staging:usbip:stub_dev.c change SPIN_LOCK_UNLOCKED to __SPIN_LOCK_UNLOCKED

2011-08-27 Thread Justin P. Mattock
On 08/23/2011 02:41 PM, Greg KH wrote: On Fri, Jul 29, 2011 at 10:20:36AM -0700, Justin P. Mattock wrote: From: Justin P. Mattockjustinmatt...@gmail.com The patch below updates SPIN_LOCK_UNLOCKED to __SPIN_LOCK_UNLOCKED since it is deprected according to my search results. Note: Keep in mind I

[RFC 1/6]Fix typo recieve in various parts of the kernel.

2011-07-11 Thread Justin P. Mattock
The patch below fixes some typos recieve in various parts of the kernel. Note: these below are in actual code rather than comments(excpet for r852.c which has a code fix, and comment). compile tested as best as I can... Signed-off-by: Justin P. Mattock justinmatt...@gmail.com CC: linux

Re: [RFC 0/9] Change the copyright info.

2011-07-10 Thread Justin P. Mattock
On 07/10/2011 08:15 AM, Jiri Kosina wrote: On Sun, 10 Jul 2011, Justin P. Mattock wrote: Below you will find a set of patches, that update the copyright info from Sun Microsystems to Oracle. should make changes.. Please let me know if I missed anything and/or You have sent these patches last

Re: [RFC 6/9]drivers:char:nvram.c Change the copyright info.

2011-07-08 Thread Justin P. Mattock
On 07/08/2011 09:33 AM, Jiri Kosina wrote: On Fri, 26 Nov 2010, Justin P. Mattock wrote: Change the copyright info from Sun Microsystems to Oracle since Oracle now owns them. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com --- drivers/char/nvram.c |2 +- 1 files changed, 1

Re: [ath5k-devel] WARNING: at kernel/timer.c:1011 del_timer_sync+0xa9/0xc4()

2011-07-01 Thread Justin P. Mattock
On 06/30/2011 11:27 PM, Mohammed Shafi wrote: On Fri, Jul 1, 2011 at 11:12 AM, Justin P. Mattock justinmatt...@gmail.com wrote: not sure if somebody has posted this or not(did post last week, but no replies on this) I would bisect, but have no time(maybe in the future). anyways let me know

Re: [ath5k-devel] WARNING: at kernel/timer.c:1011 del_timer_sync+0xa9/0xc4()

2011-07-01 Thread Justin P. Mattock
On 07/01/2011 12:06 AM, Mohammed Shafi wrote: On Fri, Jul 1, 2011 at 12:09 PM, Justin P. Mattock justinmatt...@gmail.com wrote: On 06/30/2011 11:27 PM, Mohammed Shafi wrote: On Fri, Jul 1, 2011 at 11:12 AM, Justin P. Mattock justinmatt...@gmail.comwrote: not sure if somebody has

[ath5k-devel] WARNING: at kernel/timer.c:1011 del_timer_sync+0xa9/0xc4()

2011-06-30 Thread Justin P. Mattock
[ 1514.075590] [814a8089] auditsys+0x19/0x4a [ 1514.075596] ---[ end trace 834e058f0ef2c379 ]--- Justin P. Mattock ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel

[PATCH]drivers:media:dvb:frontends:s5h1420.c Change: clock_settting to clock_setting

2011-06-06 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com The below patch, changes clock_settting to clock_setting. Note: This could be intentionally set this way from the beginning and/or is a typo. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/media/dvb/frontends/s5h1420.c

Re: [ath5k-devel] ath5k regression associating with APs in 2.6.38

2011-05-05 Thread Justin P. Mattock
of a sudden internet craps out, unable to reconnect.. reboot is the only way to get back online. dmesg here: http://fpaste.org/mwGn/ I can try bisecting, but might take a while due to this occuring every few days or so. Justin P. Mattock ___ ath5k

Re: [Bug #30582] WARNING: at drivers/net/wireless/ath/ath9k/recv.c:536 ath_stoprecv+0xc8/0xda [ath9k]()

2011-04-30 Thread Justin P. Mattock
with the latest, and this is fixed over here(attached dmesg to the bug report) Justin P. Mattock -- To unsubscribe from this list: send the line unsubscribe kernel-testers in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Bug #31702] ath5k phy2: failed to wakeup the MAC Chip

2011-04-30 Thread Justin P. Mattock
days old) seems fixed with the current over here. Justin P. Mattock -- To unsubscribe from this list: send the line unsubscribe kernel-testers in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [stable] Patch Bluetooth: Fix HCI_RESET command synchronization has been added to the 2.6.38-stable tree

2011-04-19 Thread Justin P. Mattock
cool.. On 04/19/2011 11:11 AM, gre...@suse.de wrote: This is a note to let you know that I've just added the patch titled Bluetooth: Fix HCI_RESET command synchronization to the 2.6.38-stable tree which can be found at:

[stable] [PATCH] Bluetooth: Fix HCI_RESET command synchronization backported to stable

2011-04-12 Thread Justin P. Mattock
backported to stable. did not have the time to compile test this, but patch applies. Reported-by: Mikko Vinni mmvi...@yahoo.com Reported-by: Justin P. Mattock justinmatt...@gmail.com Reported-by: Ed Tomlinson e...@aei.ca Signed-off-by: Gustavo F. Padovan pado...@profusion.mobi Tested-by: Justin

[stable] [PATCH] Bluetooth: Fix HCI_RESET command synchronization backported to stable

2011-04-12 Thread Justin P. Mattock
backported to stable. did not have the time to compile test this, but patch applies. Reported-by: Mikko Vinni mmvi...@yahoo.com Reported-by: Justin P. Mattock justinmatt...@gmail.com Reported-by: Ed Tomlinson e...@aei.ca Signed-off-by: Gustavo F. Padovan pado...@profusion.mobi Tested-by: Justin

[PATCH]drivers:staging:hv:hv_mouse.c Fix build error in hv_mouse.

2011-04-07 Thread Justin P. Mattock
:663:27: warning: variable ‘inputDriver’ set but not used [-Wunused-but-set-variable] cc1: some warnings being treated as errors Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/staging/hv/hv_mouse.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[RFC 6/6]drivers:staging Fix typo recieve in various parts of the kernel.

2011-04-07 Thread Justin P. Mattock
The patch below fixes recieve in various parts of the kernel. Note: This is a mix of code and comments that are fixed. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Greg Kroah-Hartman gre...@suse.de CC: de...@driverdev.osuosl.org CC: linux-wirel...@vger.kernel.org --- .../ath6kl

Re: [PATCH]drivers:staging:hv:hv_mouse.c Fix build error in hv_mouse.

2011-04-07 Thread Justin P. Mattock
On 04/07/2011 09:22 AM, Greg KH wrote: On Thu, Apr 07, 2011 at 07:36:36AM -0700, Justin P. Mattock wrote: The patch below fixes a build error.. LD [M] drivers/staging/hv/hv_utils.o CC [M] drivers/staging/hv/hv_mouse.o drivers/staging/hv/hv_mouse.c: In function ‘ReleaseInputDevice

Re: [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.

2011-04-05 Thread Justin P. Mattock
On Tue, 2011-04-05 at 11:22 +0300, Avi Kivity wrote: On 03/30/2011 06:54 PM, Justin P. Mattock wrote: The patch below removes unsigned long base_addresss; in i8254.h since it is unused. Applied, thanks. o.k. avi... your welcome, and thank you for being patient with me.. (I'm

[RFC 2/5]arch:powerpc:sysdev:Makefile Remove unused config in the Makefile.

2011-04-05 Thread Justin P. Mattock
-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Benjamin Herrenschmidt b...@kernel.crashing.org CC: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/sysdev/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev

[RFC 5/5]arch:powerpc:kernel:Makefile Remove unused config in the Makefile.

2011-04-05 Thread Justin P. Mattock
-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/kernel/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel

Re: [PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit

2011-03-31 Thread Justin P. Mattock
On 03/31/2011 02:20 AM, Avi Kivity wrote: On 03/30/2011 07:42 PM, Justin P. Mattock wrote: On 03/30/2011 10:17 AM, Avi Kivity wrote: On 03/30/2011 06:30 PM, Justin P. Mattock wrote: On 03/30/2011 09:26 AM, Avi Kivity wrote: On 03/30/2011 06:19 PM, Justin P. Mattock wrote: The below patch

[PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit

2011-03-30 Thread Justin P. Mattock
The below patch changes base_addresss to base_address. Note: I have grepped for base_addresss and nothing shows up, grepping for base_address gets me lots of output, telling me that this is a typo, but could be wrong. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- arch/x86/kvm

Re: [PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit

2011-03-30 Thread Justin P. Mattock
On 03/30/2011 09:26 AM, Avi Kivity wrote: On 03/30/2011 06:19 PM, Justin P. Mattock wrote: The below patch changes base_addresss to base_address. Note: I have grepped for base_addresss and nothing shows up, grepping for base_address gets me lots of output, telling me that this is a typo

[PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.

2011-03-30 Thread Justin P. Mattock
The patch below removes unsigned long base_addresss; in i8254.h since it is unused. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- arch/x86/kvm/i8254.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h index

Re: [PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit

2011-03-30 Thread Justin P. Mattock
On 03/30/2011 10:17 AM, Avi Kivity wrote: On 03/30/2011 06:30 PM, Justin P. Mattock wrote: On 03/30/2011 09:26 AM, Avi Kivity wrote: On 03/30/2011 06:19 PM, Justin P. Mattock wrote: The below patch changes base_addresss to base_address. Note: I have grepped for base_addresss and nothing shows

Re: [PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit

2011-03-30 Thread Justin P. Mattock
that, never is the best way. Justin P. Mattock -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Bug #30582] WARNING: at drivers/net/wireless/ath/ath9k/recv.c:536 ath_stoprecv+0xc8/0xda [ath9k]()

2011-03-27 Thread Justin P. Mattock
old) Message-ID :aanlktik9to0rkq2frqqfb2wnu0kyj7czybek2jbp3...@mail.gmail.com References : http://marc.info/?l=linux-kernelm=129913127722786w=2 think this one os closed now.. but a new one has been opened: https://bugzilla.kernel.org/show_bug.cgi?id=31702 Justin P. Mattock

Re: SELinux: avc_has_perm: unexpected error 22

2011-03-23 Thread Justin P. Mattock
On 03/23/2011 11:07 AM, Justin P. Mattock wrote: On 03/21/2011 09:52 AM, Justin P. Mattock wrote: this is showing up with the latest Mainline kernel. gdm craps out..: [ 60.817] (II) Unloading synaptics [ 60.822] SELinux: avc_has_perm: unexpected error 22 [ 60.822] SELinux: avc_has_perm

Re: [dri] RADEONDRIGetVersion failed because of a version mismatch.

2011-03-15 Thread Justin P. Mattock
stale nvidia libraries(libGL.la)in the system which _maybe_ was causing them to work regardless. in any case thanks for the help on this. Justin P. Mattock ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives

Re: [dri] RADEONDRIGetVersion failed because of a version mismatch.

2011-03-14 Thread Justin P. Mattock
Make sure fbcon is loaded otherwise you'll lose console when radeon loads. Alex yeah, those are built-in into the kernel. last I remember I rebuilt udev so maybe this has something todo with this. Justin P. Mattock ___ xorg

Re: [dri] RADEONDRIGetVersion failed because of a version mismatch.

2011-03-14 Thread Justin P. Mattock
On 03/14/2011 12:44 PM, Alex Deucher wrote: On Mon, Mar 14, 2011 at 2:25 PM, Justin P. Mattock justinmatt...@gmail.com wrote: strange, seems if I put radeon in /etc/sysconfig/modules I get a total system freeze(pics below), but if I wait after everything is loaded in init 3 I can modprobe

[PATCH 06/17]drivers:staging:rt2860 Remove one to many n's in a word.

2011-02-26 Thread Justin P. Mattock
The Patch below removes one to many n's in a word.. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Greg Kroah-Hartman gre...@suse.de CC: Andy Shevchenko ext-andriy.shevche...@nokia.com CC: Jesper Juhl j...@chaosbits.net CC: de...@driverdev.osuosl.org --- drivers/staging/rt2860

[PATCH 07/17]drivers:staging:dspbridge:node.h Remove one to many n's in a word.

2011-02-26 Thread Justin P. Mattock
The Patch below removes one to many n's in a word.. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Greg Kroah-Hartman gre...@suse.de CC: Rene Sapiens rene.sapi...@ti.com CC: de...@driverdev.osuosl.org --- .../staging/tidspbridge/include/dspbridge/node.h |2 +- 1 files

[PATCH 08/17]drivers:staging:westbridge:astoria Remove one to many n's in a word.

2011-02-26 Thread Justin P. Mattock
The Patch below removes one to many n's in a word.. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com CC: Greg Kroah-Hartman gre...@suse.de CC: David Cross david.cr...@cypress.com CC: de...@driverdev.osuosl.org --- .../staging/westbridge/astoria/api/src/cyasusb.c |4

[ivtv-devel] [PATCH 06/21]drivers:media:cx23418.h remove one to many l's in the word.

2011-02-25 Thread Justin P. Mattock
The patch below removes an extra l in the word. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/media/video/cx18/cx23418.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/cx18/cx23418.h b/drivers/media/video/cx18/cx23418.h

[PATCH 15/21]drivers:staging:rtl8712:rtl871x_pwrctrl.c remove one to many l's in the word.

2011-02-24 Thread Justin P. Mattock
The patch below removes an extra l in the word. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/staging/rtl8712/rtl871x_pwrctrl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_pwrctrl.c b/drivers/staging/rtl8712

[PATCH 13/21]drivers:staging:comedi:pcl816.c remove one to many l's in the word.

2011-02-24 Thread Justin P. Mattock
The patch below removes an extra l in the word. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/staging/comedi/drivers/pcl816.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl816.c b/drivers/staging/comedi

[PATCH 06/21]drivers:media:cx23418.h remove one to many l's in the word.

2011-02-24 Thread Justin P. Mattock
The patch below removes an extra l in the word. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/media/video/cx18/cx23418.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/cx18/cx23418.h b/drivers/media/video/cx18/cx23418.h

[PATCH 07/21]drivers:media:cx231xx.h remove one to many l's in the word.

2011-02-24 Thread Justin P. Mattock
The patch below removes an extra l in the word. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/media/video/cx231xx/cx231xx.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx

[PATCH 03/21]arch:powerpc:eeh.c remove one to many l's in the word.

2011-02-24 Thread Justin P. Mattock
The patch below removes an extra l in the word. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- arch/powerpc/platforms/pseries/eeh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platforms/pseries/eeh.c b/arch/powerpc/platforms/pseries

[PATCH 3/3]drivers:video:aty:radeon_base Fix typo occationally to occasionally

2011-02-15 Thread Justin P. Mattock
The below patch fixes a typo occationally to occasionally. Signed-off-by: Justin P. Mattock --- drivers/gpu/drm/radeon/radeon_legacy_crtc.c |2 +- drivers/video/aty/radeon_base.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon

[BISECTED] commit 619efb1059 makes the MacBookPro2,2 screen flicker like its broken or half plugged in

2011-02-08 Thread Justin P. Mattock
use: radeon Kernel modules: radeon Justin P. Mattock

[BISECTED] commit 619efb1059 makes the MacBookPro2,2 screen flicker like its broken or half plugged in

2011-02-08 Thread Justin P. Mattock
at 5032 [disabled] [size=128K] Capabilities: access denied Kernel driver in use: radeon Kernel modules: radeon Justin P. Mattock ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2011-01-03 Thread Justin P. Mattock
On 01/03/2011 07:01 AM, Jiri Kosina wrote: On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote: Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com

Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2011-01-03 Thread Justin P. Mattock
On 01/03/2011 07:01 AM, Jiri Kosina wrote: On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote: Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt

Re: [ivtv-devel] [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2011-01-03 Thread Justin P. Mattock
On 01/03/2011 07:01 AM, Jiri Kosina wrote: On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote: Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com

Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2011-01-03 Thread Justin P. Mattock
On 01/03/2011 07:01 AM, Jiri Kosina wrote: On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote: Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com

Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2011-01-03 Thread Justin P. Mattock
On 01/03/2011 07:01 AM, Jiri Kosina wrote: On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote: Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com

Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2011-01-01 Thread Justin P. Mattock
On 01/01/2011 01:09 AM, Dan Carpenter wrote: On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote: On 12/31/2010 10:48 PM, Finn Thain wrote: -/* BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable

Re: [ivtv-devel] [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2011-01-01 Thread Justin P. Mattock
On 01/01/2011 01:09 AM, Dan Carpenter wrote: On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote: On 12/31/2010 10:48 PM, Finn Thain wrote: -/* BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable

Re: [ivtv-devel] [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2011-01-01 Thread Justin P. Mattock
On 12/31/2010 10:48 PM, Finn Thain wrote: On Thu, 30 Dec 2010, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com --- drivers/staging/rtl8187se/r8180_hw.h |2

Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2011-01-01 Thread Justin P. Mattock
On 01/01/2011 01:09 AM, Dan Carpenter wrote: On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote: On 12/31/2010 10:48 PM, Finn Thain wrote: -/* BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable

Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2011-01-01 Thread Justin P. Mattock
On 01/01/2011 01:09 AM, Dan Carpenter wrote: On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote: On 12/31/2010 10:48 PM, Finn Thain wrote: -/* BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable

Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 01:11 AM, Dan Carpenter wrote: On Thu, Dec 30, 2010 at 10:52:30PM -0800, Justin P. Mattock wrote: On 12/30/2010 10:45 PM, Grant Likely wrote: On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know

Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 09:41 AM, Dan Carpenter wrote: On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote: Wrong: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable. Right: [PATCH 02/15] spi/dw_spi: Typo change diable to disable regards, dan carpenter alright.. so

Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 01:15 PM, Andy Walls wrote: On Thu, 2010-12-30 at 15:08 -0800, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. ^^ What, else could it be? The diablo chroma spatial filter type? ;) Looks

Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 10:48 PM, Finn Thain wrote: On Thu, 30 Dec 2010, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com --- drivers/staging/rtl8187se/r8180_hw.h |2

Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 02:27 AM, Mauro Carvalho Chehab wrote: Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com Acked-by: Mauro Carvalho Chehabmche

Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 01:11 AM, Dan Carpenter wrote: On Thu, Dec 30, 2010 at 10:52:30PM -0800, Justin P. Mattock wrote: On 12/30/2010 10:45 PM, Grant Likely wrote: On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know

[PATCH] spi/spi_topcliff_pch.c Typo change threhold to threshold

2010-12-31 Thread Justin P. Mattock
The below patch changes a typo from threhold to threshold. Let me know if I missed anything. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- drivers/spi/spi_topcliff_pch.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi_topcliff_pch.c b

Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 01:15 PM, Andy Walls wrote: On Thu, 2010-12-30 at 15:08 -0800, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. ^^ What, else could it be? The diablo chroma spatial filter type

Re: [ivtv-devel] [PATCH 15/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/30/2010 10:34 PM, Dan Carpenter wrote: On Thu, Dec 30, 2010 at 03:08:04PM -0800, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com --- drivers/spi/dw_spi.c

Re: [ivtv-devel] [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/30/2010 10:45 PM, Grant Likely wrote: On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com applied, thanks. g. ahh

<    1   2   3   4   5   6   7   8   >