Re: [staging-media-next 10/11] easycap: drop usb_class_driver

2011-11-10 Thread Dan Carpenter
On Fri, Nov 11, 2011 at 12:04:22AM -0300, Ezequiel wrote: > Plus, I was fooling around with my easycap device and I got a kernel > Ooops. Any suggestions/links on how to debug this kind of failure? > http://wiki.samba.org/index.php/LinuxCIFS_troubleshooting#Oopses regards, dan carpenter signat

Re: [staging-media-next 10/11] easycap: drop usb_class_driver

2011-11-10 Thread Ezequiel
On Wed, Nov 09, 2011 at 02:26:41PM +0200, Tomas Winkler wrote: > Drop usb_class_driver and collaterals as it is not used > > Signed-off-by: Tomas Winkler > --- > drivers/staging/media/easycap/easycap.h |1 - > drivers/staging/media/easycap/easycap_main.c | 25 +

[PATCH 8/8] staging: octeon_ethernet: Convert to use device tree.

2011-11-10 Thread ddaney . cavm
From: David Daney Get MAC address and PHY connection from the device tree. Cc: "David S. Miller" Cc: net...@vger.kernel.org Cc: Greg Kroah-Hartman Cc: de...@driverdev.osuosl.org Signed-off-by: David Daney --- drivers/staging/octeon/ethernet-mdio.c | 28 + drivers/staging/octeon/

[PATCH 0/8] of/MIPS/i2c/net: Convert OCTEON to use device-tree

2011-11-10 Thread ddaney . cavm
From: David Daney This series touches several different drivers, but since OCTEON is a MIPS based SOC, we may want to merge the whole series via Ralf's linux-mips.org tree. Summary of the patches: 1) Template device trees to be patched in early boot for legacy boards that do not supply a dev

Re: [PATCH 0/3] Move some Octeon support files out of staging.

2011-11-10 Thread Greg KH
On Thu, Nov 10, 2011 at 04:29:44PM -0800, ddaney.c...@gmail.com wrote: > From: David Daney > > First patch: > > In preparation for my next set of patches to add device tree support > for Octeon, move some files out of drivers/staging/octeon to common > location. There are two basic types of fil

[PATCH 3/3] MIPS: Octeon: Rearrange CVMX files in preperation for device tree

2011-11-10 Thread ddaney . cavm
From: David Daney Signed-off-by: David Daney --- .../cavium-octeon/executive/cvmx-helper-sgmii.c|6 +- .../mips/cavium-octeon/executive/cvmx-helper-spi.c | 10 ++ .../cavium-octeon/executive/cvmx-helper-xaui.c | 22 +++-- arch/mips/cavium-octeon/executive/cvmx-helper.c| 93

[PATCH 1/3] MIPS: Octeon: Move some Ethernet support files out of staging.

2011-11-10 Thread ddaney . cavm
From: David Daney Signed-off-by: David Daney --- arch/mips/cavium-octeon/executive/Makefile |5 + .../mips/cavium-octeon/executive}/cvmx-cmd-queue.c |8 +- .../mips/cavium-octeon/executive}/cvmx-fpa.c |0 .../cavium-octeon/executive}/cvmx-helper-board.c | 18 +-- .

[PATCH 0/3] Move some Octeon support files out of staging.

2011-11-10 Thread ddaney . cavm
From: David Daney First patch: In preparation for my next set of patches to add device tree support for Octeon, move some files out of drivers/staging/octeon to common location. There are two basic types of files I am moving: 1) Register definition files. Most Octeon register definition files

[PATCH 2/3] MIPS: Octeon: Update bootloader board type constants.

2011-11-10 Thread ddaney . cavm
From: David Daney Many new types of boards exist, so lets recognize them. Signed-off-by: David Daney --- .../cavium-octeon/executive/cvmx-helper-board.c| 20 ++ arch/mips/include/asm/octeon/cvmx-bootinfo.h | 72 +++- arch/mips/include/asm/octeon/cvmx-helper-bo

Digital Photo Editing Services - Photo Cutout

2011-11-10 Thread Rick
You are receiving this email because we wish you to use our digital photo editing services. Digital Photo Editing Services: We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, photo

[PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc v2

2011-11-10 Thread Thomas Meyer
Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this change is available in scripts/