[PATCH 1/1] [dvb-usb] GOTVIEW SatelliteHD card support.

2013-03-07 Thread Andrey Pavlenko
Added support for the GOTVIEW SatelliteHD card which is based on Montage M88DS3000 and works very well with this driver. Signed-off-by: Andrey Pavlenko --- drivers/media/usb/dvb-usb/dw2102.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-us

[PATCH v3 6/7] ARM: dts: omap5: Add omap-usb3 and omap-usb2 dt data

2013-03-07 Thread Kishon Vijay Abraham I
Add omap-usb3 and omap-usb2 data node in omap5 device tree file. The information for the node added here is available @ Documentation/devicetree/bindings/usb/usb-phy.txt Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/omap5.dtsi | 14 ++ 1 file changed, 14 insertions(+)

[PATCH v3 3/7] ARM: dts: omap: Add usb_otg and glue data

2013-03-07 Thread Kishon Vijay Abraham I
Add usb otg data node in omap4/omap3 device tree file. Also update the node with board specific setting in omapx-.dts file. The dt data specifies among others the interface type (ULPI or UTMI), mode which is mostly OTG, power that specifies the amount of power this can supply when in host mode. The

[PATCH v1] ARM: keep __my_cpu_offset consistent with generic one

2013-03-07 Thread Ming Lei
Commit 14318efb(ARM: 7587/1: implement optimized percpu variable access) introduces arm's __my_cpu_offset to optimize percpu vaiable access, which really works well on hackbench, but will cause __my_cpu_offset to return garbage value before it is initialized in cpu_init() called by setup_arch, so a

[PATCH v3 7/7] ARM: dts: omap5: add dwc3 omap and dwc3 core dt data

2013-03-07 Thread Kishon Vijay Abraham I
Add dwc3 omap glue data to the omap5 dt data file. The information about the dt node added here is available @ Documentation/devicetree/bindings/usb/omap-usb.txt. Also added dwc3 core dt data as a subnode to dwc3 omap glue data in omap5 dt data file. The information for the entered data node is av

[PATCH v3 4/7] ARM: dts: omap5: Add omap control usb data

2013-03-07 Thread Kishon Vijay Abraham I
Add omap control usb data in omap5 device tree file. This will have the register address of registers to power on the USB2 PHY and USB3 PHY. The information for the node added here is available in Documentation/devicetree/bindings/usb/omap-usb.txt Signed-off-by: Kishon Vijay Abraham I --- arch/a

[PATCH v3 5/7] ARM: dts: omap5: Add ocp2scp data

2013-03-07 Thread Kishon Vijay Abraham I
Add ocp2scp data node in omap5 device tree file. The information for the node added here can be found @ Documentation/devicetree/bindings/bus/omap-ocp2scp.txt Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/omap5.dtsi |8 1 file changed, 8 insertions(+) diff --git a/arc

[PATCH] dmaengine: mmp_pdma: Remove duplicate code to set DMA_SLAVE capability

2013-03-07 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/dma/mmp_pdma.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dma/mmp_pdma.c b/drivers/dma/mmp_pdma.c index c26699f..3d0f51b 100644 --- a/drivers/dma/mmp_pdma.c +++ b/drivers/dma/mmp_pdma.c @@ -825,7 +825,6 @@ static int mmp_pdma_probe(struct pla

Re: [PATCH] ARM: mm: clean-up in order to reduce to call kmap_high_get()

2013-03-07 Thread Russell King - ARM Linux
On Mon, Mar 04, 2013 at 01:50:09PM +0900, Joonsoo Kim wrote: > In kmap_atomic(), kmap_high_get() is invoked for checking already > mapped area. In __flush_dcache_page() and dma_cache_maint_page(), > we explicitly call kmap_high_get() before kmap_atomic() > when cache_is_vipt(), so kmap_high_get() c

[PATCH v8 0/12] Palmas Updates

2013-03-07 Thread Ian Lartey
This patchset adds to the support for the Palmas iseries of PMIC chips. Some of the patches have previously been submitted individually. The DT bindings doc has been added first due to comments that it was missing. Patches based on linux-next-20130306 mfd: DT bindings for the palmas family MF

[PATCH v2 3/4] USB: Palmas OTG Transceiver Driver

2013-03-07 Thread Kishon Vijay Abraham I
From: Graeme Gregory This is the driver for the OTG transceiver built into the Palmas chip. It handles the various USB OTG events that can be generated by cable insertion/removal. Signed-off-by: Graeme Gregory Signed-off-by: Moiz Sonasath Signed-off-by: Ruchika Kharwar Signed-off-by: Kishon V

[PATCH v2 2/4] usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executed

2013-03-07 Thread Kishon Vijay Abraham I
return -EPROBE_DEFER from dwc3_omap_mailbox in dwc3-omap.c, if the probe of dwc3-omap has not yet been executed or failed. Signed-off-by: Kishon Vijay Abraham I --- drivers/usb/dwc3/dwc3-omap.c |7 +-- include/linux/usb/dwc3-omap.h |6 +++--- 2 files changed, 8 insertions(+), 5 dele

[PATCH v2 1/4] usb: dwc3: set dma_mask for dwc3_omap device

2013-03-07 Thread Kishon Vijay Abraham I
*dma_mask* is not set for devices created from dt data. So filled dma_mask for dwc3_omap device here. And dwc3 core will copy the dma_mask from its parent. Signed-off-by: Kishon Vijay Abraham I --- drivers/usb/dwc3/core.c |4 drivers/usb/dwc3/dwc3-omap.c |3 +++ 2 files changed

[PATCH v2 4/4] usb: musb: omap2430: replace *_* with *-* in property names

2013-03-07 Thread Kishon Vijay Abraham I
No functional change. Replace *_* with *-* in property names of otg to follow the general convention. Signed-off-by: Kishon Vijay Abraham I --- Documentation/devicetree/bindings/usb/omap-usb.txt | 12 ++-- drivers/usb/musb/omap2430.c|6 +++--- 2 files change

[PATCH v2 0/4] usb: added palmas-usb driver and a few misc fixes

2013-03-07 Thread Kishon Vijay Abraham I
Added palmas-usb driver which is mainly used as comparator driver to detect vbus/id events when a USB cable is connected and passes on the event information to omap glue (dwc3-omap.c) The other fixes include setting dma_mask for dwc3 device since device tree doesn't fill dma_mask, returning EPROBE

RE: [PATCH] ARM: OMAP2+: am33xx: preserve JTAG clock aka debugss_ick.

2013-03-07 Thread Bedia, Vaibhav
On Thu, Mar 07, 2013 at 18:43:27, Andreas Fenkart wrote: > This fixes JTAG support on am33xx. > Please refer to http://www.spinics.net/lists/linux-omap/msg87476.html Regards, Vaibhav -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@

[PATCH v8 03/12] mfd: palmas add variant and OTP detection

2013-03-07 Thread Ian Lartey
From: Graeme Gregory Read the chip varient and the OTP information from the chip and display this on probe to aid in debugging of issues. Older palmas chips do not have the USB_ID programmed and will therefore return 0x for this field. palmas register read/write/update API is now used palm

[PATCH v8 05/12] watchdog: add Palmas Watchdog support

2013-03-07 Thread Ian Lartey
From: Graeme Gregory Add support for the Palmas watchdog timer which has a timeout configurable from 1s to 128s. Signed-off-by: Graeme Gregory Signed-off-by: Ian Lartey --- drivers/watchdog/palmas_wdt.c | 170 + 1 files changed, 170 insertions(+), 0 de

[PATCH v8 06/12] watchdog: Kconfig for Palmas watchdog

2013-03-07 Thread Ian Lartey
Add the Kconfig and Makefile for the Palmas watchdog driver Signed-off-by: Ian Lartey Signed-off-by: Graeme Gregory --- drivers/watchdog/Kconfig |8 drivers/watchdog/Makefile |1 + 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/Kconfig b/driver

[PATCH v8 08/12] gpio: palmas: Enable DT support for palmas gpio.

2013-03-07 Thread Ian Lartey
From: J Keerthy Enable DT support for palmas gpio. Signed-off-by: J Keerthy --- drivers/gpio/gpio-palmas.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/gpio/gpio-palmas.c b/drivers/gpio/gpio-palmas.c index 636648c..04da57a 100644 --- a/drivers/g

[PATCH v8 07/12] gpio: palmas: add in GPIO support for palmas charger

2013-03-07 Thread Ian Lartey
Palmas charger has 16 GPIOs add palmas_gpio_[read|write|update] api to take account second bank of GPIOs Signed-off-by: Ian Lartey Signed-off-by: Graeme Gregory --- drivers/gpio/gpio-palmas.c | 77 include/linux/mfd/palmas.h | 12 ++- 2 files

[PATCH v8 02/12] mfd: palmas: is_palmas_charger needed by multiple drivers

2013-03-07 Thread Ian Lartey
is_palmas_charger checks for the presence of charging functionality in the device Signed-off-by: Graeme Gregory Signed-off-by: Ian Lartey Acked-by: Laxman Dewangani --- include/linux/mfd/palmas.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/include/linux

[PATCH v8 09/12] leds: Add support for Palmas LEDs

2013-03-07 Thread Ian Lartey
The Palmas familly of chips has LED support. This is not always muxed to output pins so depending on the setting of the mux this driver will create the appropriate LED class devices. Signed-off-by: Graeme Gregory Signed-off-by: Ian Lartey --- drivers/leds/leds-palmas.c | 567 ++

[PATCH v8 10/12] clk: Kconfig for Palmas clock driver

2013-03-07 Thread Ian Lartey
Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy Signed-off-by: Ian Lartey --- drivers/clk/Kconfig|8 drivers/clk/Makefile |1 + drivers/leds/leds-palmas.c | 19 ++- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/drivers/c

[PATCH v8 11/12] leds: Kconfig for Palmas LEDs

2013-03-07 Thread Ian Lartey
Add the Kconfig and Makefile for the Palmas LED driver. Signed-off-by: Graeme Gregory Signed-off-by: Ian Lartey --- drivers/leds/Kconfig |9 + drivers/leds/Makefile |1 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig

[PATCH v8 12/12] clk: add a clock driver for palmas

2013-03-07 Thread Ian Lartey
Palmas has two clock generators in it, clk32kg and clk32kg audio. They are fixed frequency clocks that only have enable/disable functionality. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy Signed-off-by: Ian Lartey --- drivers/clk/clk-palmas.c | 268 ++

[PATCH v8 01/12] mfd: DT bindings for the palmas family MFD

2013-03-07 Thread Ian Lartey
From: Graeme Gregory Add the various binding files for the palmas family of chips. There is a top level MFD binding then a seperate binding for IP blocks on chips. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy Signed-off-by: Ian Lartey --- .../devicetree/bindings/clock/palmas-clk.tx

[PATCH v8 04/12] regulator: palmas correct dt parsing

2013-03-07 Thread Ian Lartey
From: Graeme Gregory Fix the DT parsing to agree with the bindings document. Some small changes to the value names and also fix the handling of boolean values. They were previously using prop = 1/0, now just use of_property_read_bool calls. Signed-off-by: Graeme Gregory --- drivers/regulator/p

[PATCH] ARM: OMAP2+: am33xx: preserve JTAG clock aka debugss_ick.

2013-03-07 Thread Andreas Fenkart
This fixes JTAG support on am33xx. Signed-off-by: Andreas Fenkart --- arch/arm/Kconfig.debug|6 ++ arch/arm/mach-omap2/cclock33xx_data.c | 11 --- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug ind

Re: [GIT PULL] EDAC fixes for 3.8

2013-03-07 Thread Borislav Petkov
On Thu, Mar 07, 2013 at 09:57:03AM -0300, Mauro Carvalho Chehab wrote: > After running my edac testbanch on an AMD64 machine, populated > with 4 DIMMS, each being a 4GB QUAD-rank DIMMs, the EDAC driver > reported 4 different memory configurations ;) Can you please enable CONFIG_EDAC_DEBUG and send

Re: BUG: soft lockup on all kernels after 2.6.3x

2013-03-07 Thread Alexey Vlasov
Hi, On Sat, Feb 09, 2013 at 07:07:53AM -0800, Eric Dumazet wrote: > > > > I used 2.6.2x kernel for a long time on my shared hosting and I didn't > > have any problems. Kernels worked well and server uptime was about 2-3 > > years. > > > > ... > > > > it doesn't happen on an empty server, only on

Re: [PATCH v2 0/4] ipc: reduce ipc lock contention

2013-03-07 Thread Chris Mason
On Thu, Mar 07, 2013 at 01:45:33AM -0700, Peter Zijlstra wrote: > On Tue, 2013-03-05 at 15:53 -0500, Rik van Riel wrote: > > > Indeed. Though how well my patches will work with Oracle will > > depend a lot on what kind of semctl syscalls they are doing. > > > > Does Oracle typically do one semop

Re: [PATCH] hugetlb: fix sparse warning for hugetlb_register_node

2013-03-07 Thread Daniel Baluta
On Mon, Mar 4, 2013 at 12:46 PM, Claudiu Ghioc wrote: > Removed the following sparse warnings: > * mm/hugetlb.c:1764:6: warning: symbol > 'hugetlb_unregister_node' was not declared. > Should it be static? > * mm/hugetlb.c:1808:6: warning: symbol > 'hugetlb_register_node' was not dec

Re: [PATCH] ioatdma: allow all channels to have irq coalescing support

2013-03-07 Thread Vinod Koul
On Tue, Mar 05, 2013 at 10:30:01PM +, Dan Williams wrote: > > > On 2/26/13 8:20 AM, "Dave Jiang" wrote: > > >Looks like only the RAID channels are allowed to have irq coalescing > >support > >in the existing code. Fixing that. The ioat3 cleanup code can handle > >memcpy > >ops anyways > > >

Re: [PATCH] ioatdma: make debug output more readable

2013-03-07 Thread Vinod Koul
On Mon, Mar 04, 2013 at 10:59:54AM -0700, Dave Jiang wrote: > Making OP field a hex instead of integer to make it more readable. Also add > the dump out of the NEXT field. > > Signed-off-by: Dave Jiang Applied Thanks > --- > drivers/dma/ioat/dma.h|2 +- > drivers/dma/ioat/dma_v3.c |3

Re: [PATCH] ioatdma: make debug output more readable

2013-03-07 Thread Vinod Koul
On Mon, Mar 04, 2013 at 10:59:54AM -0700, Dave Jiang wrote: > Making OP field a hex instead of integer to make it more readable. Also add > the dump out of the NEXT field. > > Signed-off-by: Dave Jiang Applied thanks > --- > drivers/dma/ioat/dma.h|2 +- > drivers/dma/ioat/dma_v3.c |

[PATCH] delay blacklist symbol lookup until we actually need it

2013-03-07 Thread oskar.andero
From: Toby Collett The symbol lookup can take a long time and kprobes is initialised very early in boot, so delay symbol lookup until the blacklist is first used. Reviewed-by: Radovan Lekanovic Signed-off-by: Toby Collett Signed-off-by: Oskar Andero --- kernel/kprobes.c | 91 ++

Re: [PATCH v6 01/16] spi/spi-atmel: fix probing failure after xfer->speed_hz set

2013-03-07 Thread Joachim Eastwood
On 7 March 2013 04:26, Wenyou Yang wrote: > commit: 059b8ffeee5b427949872bb6ed5db5ae0788054e > cause the atmel spi probing failure. > > Signed-off-by: Wenyou Yang > Cc: spi-devel-gene...@lists.sourceforge.net > Cc: linux-kernel@vger.kernel.org > --- > drivers/spi/spi-atmel.c |6 +++--- > 1 f

Re: 答复: [PATCH] USB: storage: fix Huawei mode switching regression

2013-03-07 Thread Bjørn Mork
"Fangxiaozhi (Franko)" writes: > As far as I know, except switching in kernel, there isn't any > mode switch solution on Android now. Do you have any good ideas > for the mode switch on Android system? Josh, the usb_modeswitch maintainer, is also maintaining this Android app:

Re: [PATCH v6 01/16] spi/spi-atmel: fix probing failure after xfer->speed_hz set

2013-03-07 Thread Sergei Shtylyov
Hello. On 07-03-2013 7:26, Wenyou Yang wrote: commit: 059b8ffeee5b427949872bb6ed5db5ae0788054e Please also specify the summary line of that commit in parens (or however you like). cause the atmel spi probing failure. Signed-off-by: Wenyou Yang Cc: spi-devel-gene...@lists.sourceforg

Re: [jbd2 or mm BUG]: crash while flush JBD2's the pages, that owned Slab flag.

2013-03-07 Thread Jan Kara
Hi, I've fixed linux-mm mailing list address... On Thu 07-03-13 16:19:16, Shuge wrote: > When I debug the file system, I get a problem as follows: > > Arch: arm (4 processors) > Kernel version: 3.3.0 > > The "b_frozen_data" which is defined as a member of "struct > journal_head" (linux/fs

Re: [PATCH v2] sp5100_tco: Set the AcpiMmioSel bitmask value to 1 instead of 2

2013-03-07 Thread Tanaka Takahisa
Hi Paul, 2013/3/3 Paul Menzel : > From: Takahisa Tanaka > Date: Sun, 3 Mar 2013 14:48:00 +0900 > > The AcpiMmioSel bit is bit 1 in the AcpiMmioEn register, but the current > sp5100_tco driver is using bit 2. > > See 2.3.3 Power Management (PM) Registers page 150 of the > AMD SB800-Series Southbri

[PATCH 16/16] crisv10: use counts from tty_port

2013-03-07 Thread Jiri Slaby
The same as flags, convert to using open/close counts from tty_port. Signed-off-by: Jiri Slaby --- drivers/tty/serial/crisv10.c | 48 +--- drivers/tty/serial/crisv10.h | 2 -- 2 files changed, 23 insertions(+), 27 deletions(-) diff --git a/drivers/tty/se

[PATCH 09/16] TTY: serial/msm_serial_hs, remove unused tty

2013-03-07 Thread Jiri Slaby
Signed-off-by: Jiri Slaby --- drivers/tty/serial/msm_serial_hs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/tty/serial/msm_serial_hs.c b/drivers/tty/serial/msm_serial_hs.c index 4a942c7..4ca2f64 100644 --- a/drivers/tty/serial/msm_serial_hs.c +++ b/drivers/tty/serial/msm_serial

[PATCH 14/16] crisv10: use close delays from tty_port

2013-03-07 Thread Jiri Slaby
The same as flags, convert to using close delays from tty_port. Signed-off-by: Jiri Slaby --- drivers/tty/serial/crisv10.c | 20 +--- drivers/tty/serial/crisv10.h | 2 -- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/drivers/tty/serial/crisv10.c b/drivers/tty/s

[PATCH 11/16] crisv10: stop returning info from handle_ser_rx_interrupt

2013-03-07 Thread Jiri Slaby
The return value is not used anywhere, so no need to return anything. Signed-off-by: Jiri Slaby --- drivers/tty/serial/crisv10.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/tty/serial/crisv10.c b/drivers/tty/serial/crisv10.c index 50f56f3..1ace22c 10064

[PATCH 03/16] TTY: do not warn about setting speed via SPD_*

2013-03-07 Thread Jiri Slaby
The warning is there since 2.1.69 and we have not seen anybody reporting it in the past decade. Remove the warning now. tty_get_baud_rate can now be inline. This gives us one less EXPORT_SYMBOL. Signed-off-by: Jiri Slaby --- drivers/tty/tty_ioctl.c | 28 include/lin

[PATCH 07/16] TTY: quatech2, remove unneeded is_open

2013-03-07 Thread Jiri Slaby
tty->ops->break_ctl cannot be called outside the gap between open and close. So there is no need to check whether the port is open in break_ctl in quatech2. Remove the check and also that member completely. Signed-off-by: Jiri Slaby Cc: Bill Pemberton --- drivers/usb/serial/quatech2.c | 10

[PATCH 01/16] TTY: jsm, remove superfluous check

2013-03-07 Thread Jiri Slaby
data_len in jsm_input cannot be zero as we would jump out early in the function. It also cannot be negative because it is an int and we do bitwise and with 8192. So remove the check. Signed-off-by: Jiri Slaby Cc: Lucas Tavares --- drivers/tty/serial/jsm/jsm_tty.c | 6 -- 1 file changed, 6 d

[PATCH 08/16] TTY: serial/bfin_uart, unbreak build with KGDB enabled

2013-03-07 Thread Jiri Slaby
There are no (and never were any) kgdb fields in uart_ops. Setting them produces a build error: drivers/tty/serial/bfin_uart.c:1054:2: error: unknown field 'kgdboc_port_startup' specified in initializer drivers/tty/serial/bfin_uart.c:1054:2: warning: initialization from incompatible pointer type

[PATCH 15/16] crisv10: use *_wait from tty_port

2013-03-07 Thread Jiri Slaby
The same as flags, convert to using *_wait queues from tty_port. Signed-off-by: Jiri Slaby --- drivers/tty/serial/crisv10.c | 16 +++- drivers/tty/serial/crisv10.h | 2 -- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/tty/serial/crisv10.c b/drivers/tty/seri

[PATCH 10/16] TTY: cleanup tty->hw_stopped uses

2013-03-07 Thread Jiri Slaby
tty->hw_stopped is set only by drivers to remember HW state. If it is never set to 1 in a particular driver, there is no need to check it in the driver at all. Remove such checks. Signed-off-by: Jiri Slaby --- arch/ia64/hp/sim/simserial.c | 16 +++- drivers/isdn/i4l/isdn_tty.c

[PATCH 12/16] crisv10: use flags from tty_port

2013-03-07 Thread Jiri Slaby
First, remove STD_FLAGS as the value, or its subvalues (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) is not tested anywhere -- there is no point to initialize flags to that. Second, use flags member from tty_port when we have it now. So that we do not waste space. Signed-off-by: Jiri Slaby --- drivers

[PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-07 Thread Jiri Slaby
It allows for cleaning up on a considerable amount of places. They did port_get, wakeup, kref_put. Now the only thing needed is to call tty_port_tty_wakeup which does exactly that. One exception is ifx6x60 where tty_wakeup was open-coded. We now call tty_wakeup properly there. Signed-off-by: Jiri

[PATCH 06/16] TTY: add tty_port_tty_hangup helper

2013-03-07 Thread Jiri Slaby
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that. Signed-off-by: Jiri Slaby --- arch/u

[PATCH 04/16] TTY: msm_smd_tty, clean up activate/shutdown

2013-03-07 Thread Jiri Slaby
Do not dig struct smd_tty_info out of tty_struct using tty_port_tty_get. It is unnecessarily too complicated, use simple container_of instead. Signed-off-by: Jiri Slaby --- drivers/tty/serial/msm_smd_tty.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers

[PATCH 13/16] crisv10: remove unused members

2013-03-07 Thread Jiri Slaby
Well, all those are unused. They were perhaps copied from generic serial structure ages ago. Remove them for good. Signed-off-by: Jiri Slaby --- drivers/tty/serial/crisv10.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/tty/serial/crisv10.h b/drivers/tty/serial/crisv10.h index

[PATCH 02/16] TTY: synclink, remove superfluous check

2013-03-07 Thread Jiri Slaby
info is obtained by container_of. It can never be NULL. So do not test that. Signed-off-by: Jiri Slaby --- drivers/tty/synclink.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c index 8983276..72d6071 100644 --- a/drivers/tty/synclink.c +++ b

Re: Patches

2013-03-07 Thread Daniel Mack
Hi Miles, On Thu, Mar 7, 2013 at 11:02 AM, Miles Rout wrote: > I'm probably stepping on some toes here, but is it really necessary to > post raw patches to this list? They do rather clog up one's inbox. It depends what your patches are for. If you're working on a specific subsystem, it might als

Re: [PATCH 1/1] xen/balloon: Enforce various limits on target

2013-03-07 Thread David Vrabel
On 07/03/13 11:28, Daniel Kiper wrote: > On Wed, Mar 06, 2013 at 05:52:28PM +, David Vrabel wrote: > >> If you set the target above d->max_pages you won't be able to populate them. >> >> So, using the maximum_reservation call seems like the right thing to me. > > Please look above. If you use

Re: [PATCH] lockdep: make lock held while freezing check optional

2013-03-07 Thread Maarten Lankhorst
Op 06-03-13 01:30, Mandeep Singh Baines schreef: > This check is turning up a lot of code paths which need to be > fixed so while those paths are fixed, let's make this check > optional so that folks can still use lockdep. I think the config option should be inverted, and make it more clear that yo

[PATCH v2] USB: cdc-acm: Remove obsolete predefined speeds array

2013-03-07 Thread Samuel Tardieu
Modern speed handling has been introduced in 2009 by commit 9b80fee149a875a6292b2556ab2c64dc7ab7d6f5 (cdc_acm: Fix to use modern speed interfaces) and the acm_tty_speed array has been unused since. Signed-off-by: Samuel Tardieu Acked-by: Oliver Neukum --- drivers/usb/class/cdc-acm.c | 8 ---

Re: [PATCH] metag: Inhibit NUMA balancing.

2013-03-07 Thread James Hogan
On 04/03/13 01:12, Paul Mundt wrote: > The metag NUMA implementation follows the SH model, using different nodes for > memories with different latencies. As such, we ensure that automated balancing > between nodes is inhibited, by way of the new ARCH_WANT_VARIABLE_LOCALITY. > > Signed-off-by: Paul

Re: virtual irq isssue - regmap_irq

2013-03-07 Thread Ashish Jangam
On Thu, 2013-03-07 at 15:13 +0800, Mark Brown wrote: > On Thu, Mar 07, 2013 at 12:27:52PM +0530, Ashish Jangam wrote: > > > In regmap_irq if irq_base is unknown then regmap creates virq starting from > > 0 > > and it seems that in kernel 3.8 virq 0 usage is not permitted, since during > > irq > >

Re: [PATCH] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue

2013-03-07 Thread Russell King - ARM Linux
On Thu, Mar 07, 2013 at 10:03:28AM +0800, Viresh Kumar wrote: > On 7 March 2013 08:51, Russell King - ARM Linux > wrote: > > On Thu, Mar 07, 2013 at 08:32:37AM +0800, Viresh Kumar wrote: > >> On 5 March 2013 18:52, Russell King - ARM Linux > >> wrote: > >> > On Tue, Mar 05, 2013 at 12:52:41PM +

linux-next: no release on March 8 or 11

2013-03-07 Thread Stephen Rothwell
Hi all, I will not be doing linux-next releases tomorrow (March 8) or Monday (March 11). Normal service will resume on March 12. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgp3Qu5OVDaxO.pgp Description: PGP signature

[RFC -next] linux/linkage.h: fix symbol prefix handling

2013-03-07 Thread James Hogan
The commit "consolidate cond_syscall and SYSCALL_ALIAS declarations" broke the build on blackfin and metag due to the following code: #ifndef SYMBOL_NAME #ifdef CONFIG_SYMBOL_PREFIX #define SYMBOL_NAME(x) CONFIG_SYMBOL_PREFIX ## x #else #define SYMBOL_NAME(x) x #endif #endif #defin

Re: LOCKDEP: 3.9-rc1: mount.nfs/4272 still has locks held!

2013-03-07 Thread Jeff Layton
On Wed, 6 Mar 2013 13:36:36 -0800 Tejun Heo wrote: > On Wed, Mar 06, 2013 at 01:31:10PM -0800, Linus Torvalds wrote: > > So I do agree that we probably have *too* many of the stupid "let's > > check if we can freeze", and I suspect that the NFS code should get > > rid of the "freezable_schedule()

Re: [PATCH] ARM: EXYNOS: change HAVE_SAMSUNG_KEYPAD to KEYBOARD_SAMSUNG

2013-03-07 Thread Paul Bolle
On Thu, 2013-03-07 at 10:02 +0900, Kukjin Kim wrote: > BTW, just to use only 8~12 digits of commit ID, "Commit 6b5ab4f4" is > enough instead of full commit ID. I used to do that but now I actually prefer to use 40 hex character strings. Sure, they're ugly, but so are strings of 10, or 12 hex char

Re: [PATCH] efivarfs: fix abnormal GUID in variable name by using strcpy to replace null with dash

2013-03-07 Thread Matt Fleming
On Thu, 2013-03-07 at 18:34 +0800, joeyli wrote: > The VariableNameSize is not reliable when EFI_SUCCESS is returned > because UEFI 2.3.1 spec only mention VariableNameSize should updated > when EFI_BUFFER_TOO_SMALL is returned. And, the 1024 bytes of buffer is > from old UEFI spec. There doesn't h

Re: [PATCH 4/8] ARM/etm/sysrq: fix inconstistent help message of sysrq key

2013-03-07 Thread Russell King - ARM Linux
On Thu, Mar 07, 2013 at 05:00:23PM +0800, zhangwei(Jovi) wrote: > Currently help message of /proc/sysrq-trigger highlight its > upper-case characters, like below: > > SysRq : HELP : loglevel(0-9) reBoot Crash terminate-all-tasks(E) > memory-full-oom-kill(F) kill-all-tasks(I) ... > > t

Re: [PATCH] USB: cdc-acm: Remove obsolete predefined speeds array

2013-03-07 Thread Oliver Neukum
On Thursday 07 March 2013 11:39:28 Samuel Tardieu wrote: > Modern speed handling has been introduced by commit > 9b80fee149a875a6292b2556ab2c64dc7ab7d6f5 in 2009 and the > acm_tty_speed array has been unused since. > > Signed-off-by: Samuel Tardieu Acked-by: Oliver Neukum -- To unsubscribe from

Re: [PATCH 2/2] driver-core: remove the duplicate assignment of kobj->parent in device_add

2013-03-07 Thread Bjørn Mork
Wei Yang writes: > kobject_add() will setup the kobject parent correctly. > > This patch removes the redundant code. > > Signed-off-by: Wei Yang > Reviewed-by: Ram Pai > Reviewed-by: Gavin Shan > --- > drivers/base/core.c |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > > dif

Re: [PATCH 1/1] xen/balloon: Enforce various limits on target

2013-03-07 Thread Daniel Kiper
On Wed, Mar 06, 2013 at 05:52:28PM +, David Vrabel wrote: > On 06/03/13 16:47, Daniel Kiper wrote: [...] > >> I think reserve_additional_memory() should check the current resource > >> map and the e820 map to find a large enough unused region. This can be > >> done as an additional patch at

Re: [PATCH 1/1 v4] pwm_bl: Add support for backlight enable regulator

2013-03-07 Thread Thierry Reding
On Thu, Mar 07, 2013 at 07:11:25PM +0900, Alex Courbot wrote: > On 03/07/2013 04:11 PM, Thierry Reding wrote: > >>+ boolen_supply_enabled; > > > >This boolean can be dropped. As discussed in a previous thread, the > >pwm-backlight driver shouldn't need to know about any other

epoll: possible bug from wakeup_source activation

2013-03-07 Thread Eric Wong
Hi Arve, looking at commit 4d7e30d98939a0340022ccd49325a3d70f7e0238 (epoll: Add a flag, EPOLLWAKEUP, to prevent suspend ...) I think the reason for using ep->ws instead of epi->ws in the unlikely ovflist case applies to the likely rdllist case, too. Since epi->ws is only protected by ep->mtx, it

Re: [PATCH] ARM: EXYNOS: remove EXYNOS_DEV_SYSMMU entirely

2013-03-07 Thread Paul Bolle
On Thu, 2013-03-07 at 10:12 +0900, Kukjin Kim wrote: > Actually, to update iommu for exynos is on-going. And as I know, it > will be done this time for v3.10 by KyongHo Cho, so it would be better > to handle this cleanup with that at the same time. You mean I should try to recheck the status of EX

Re: [PATCH] block: modify __bio_add_page check to accept pages that don't start a new segment

2013-03-07 Thread Jan Vesely
Hi Jens, I have added you to cc, I'm not sure who to bug to get this patch merged. thanks, Jan Vesely On Thu 21 Feb 2013 09:30:26 CET, Jan Vesely wrote: The original behavior was to refuse all pages after the maximum number of segments has been reached. However, some drivers (like st) craft

Re: linux-next: Tree for Mar 6 (hid)

2013-03-07 Thread Benjamin Tissoires
On Thu, Mar 7, 2013 at 11:33 AM, Jiri Kosina wrote: > On Thu, 7 Mar 2013, Benjamin Tissoires wrote: > >> You should have at least one other patch for hid-mt: >> https://patchwork.kernel.org/patch/2193641/ > > Ah, right, that one is in my queue as well, sorry for not mentioning it in > my previous

[PATCH] [Timer][Trivial] __clocksource_register_scale return value use?

2013-03-07 Thread anish kumar
__clocksource_register_scale() currently returns int but it should return void as there are no error paths in that function. Making it void would help some amount of code to be removed at various places. clocksource_register_hz/khz() return value is checked in most of the places but I think it wil

RE: [PATCH v2 1/3] pinctrl: exynos: add exynos5250 SoC specific data

2013-03-07 Thread Kukjin Kim
Linus Walleij wrote: > > On Wed, Mar 6, 2013 at 12:18 PM, Thomas Abraham > wrote: > > > Add Samsung Exynos5250 SoC specific data to enable pinctrl support for > > all platforms based on Exynos5250. > > > > Signed-off-by: Thomas Abraham > > Reviewed-by: Tomasz Figa > > Acked-by: Linus Walleij

Re: [PATCH] buildtar: Add ARCH to the archive name

2013-03-07 Thread Borislav Petkov
On Thu, Mar 07, 2013 at 12:06:59PM +0100, Joerg Roedel wrote: > Good idea, but I already hear people yelling about their scripts that > break with this change :) They better fix them then. :-) -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubsc

Re: [PATCH] buildtar: Add ARCH to the archive name

2013-03-07 Thread Joerg Roedel
On Wed, Mar 06, 2013 at 09:05:47AM +0100, Borislav Petkov wrote: > From: Borislav Petkov > > When dealing with multiple sub-arches (like 32- and 64-bit on x86, for > example) generating a bunch of kernel tar archives with the same name > but for different sub-arches could get confusing and error-

Re: [PATCH 1/1] x86: Added support for Acer Aspire 5755G fan control.

2013-03-07 Thread Borislav Petkov
On Thu, Mar 07, 2013 at 12:50:27PM +0200, Tero Keski-Valkama wrote: > Yes, I will check that issue, but what about the patch? Is it going > into the kernel any time soon? Please regenerate it against the latest kernel 3.9-rc1 and make sure to test it properly with this kernel and to see whether th

Re: [PATCH] dma: Remove erroneous __exit and __exit_p() references

2013-03-07 Thread Vinod Koul
On Thu, Mar 07, 2013 at 03:17:35PM +0530, Vinod Koul wrote: > On Thu, Mar 07, 2013 at 10:17:40AM +0100, Maxin B. John wrote: > > Hi, > > > > On Fri, Feb 22, 2013 at 7:29 PM, Linus Walleij > > wrote: > > > On Wed, Feb 20, 2013 at 1:07 AM, wrote: > > > > > >> From: "Maxin B. John" > > >> > > >>

[PATCH V4 2/3] mtd: add 4 Toshiba nand chips for the full-id case

2013-03-07 Thread Huang Shijie
I have 4 Toshiba nand chips which can not be parsed out by the id data. We can not get the oob size from the id data. So add them as the full-id nand chips in the first of nand_flash_ids. Signed-off-by: Huang Shijie --- drivers/mtd/nand/nand_ids.c | 15 +++ 1 files changed, 15 inse

[PATCH V4 3/3] mtd: add the support to parse out the full-id nand type

2013-03-07 Thread Huang Shijie
When we meet a full-id nand type which @mfr_id is true, we can use the find_full_id_nand() to parse out the neccessary information for a nand chip. If we meet a non full-id nand type, we can handle it in the lagacy way. Signed-off-by: Huang Shijie --- drivers/mtd/nand/nand_base.c | 36 +++

[PATCH V4 0/3] mtd: use the full-id as the keyword for some nand chips

2013-03-07 Thread Huang Shijie
As time goes on, we begin to meet the situation that we can not get enough information from some nand chips's id data. Take some Toshiba's nand chips for example. I have 4 Toshiba's nand chips in my hand: TC58NVG2S0F, TC58NVG3S0F, TC58NVG5D2, TC58NVG6D2 When we read these chips' datasheets

[PATCH V4 1/3] mtd: add new fields to nand_flash_dev{}

2013-03-07 Thread Huang Shijie
As time goes on, we begin to meet the situation that we can not get enough information from some nand chips's id data. Take some Toshiba's nand chips for example. I have 4 Toshiba's nand chips in my hand: TC58NVG2S0F, TC58NVG3S0F, TC58NVG5D2, TC58NVG6D2 When we read these chips' datasheets

Re: [PATCH 1/1] x86: Added support for Acer Aspire 5755G fan control.

2013-03-07 Thread Tero Keski-Valkama
2013/3/7 Borislav Petkov : > On Thu, Mar 07, 2013 at 11:41:29AM +0200, Tero Keski-Valkama wrote: >> Are there any news about this? I have received several external >> queries about this functionality, so there's clearly need for this to >> be in the kernel. And the patch does work. > > Well, this c

[PATCH] USB: cdc-acm: Remove obsolete predefined speeds array

2013-03-07 Thread Samuel Tardieu
Modern speed handling has been introduced by commit 9b80fee149a875a6292b2556ab2c64dc7ab7d6f5 in 2009 and the acm_tty_speed array has been unused since. Signed-off-by: Samuel Tardieu --- drivers/usb/class/cdc-acm.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/usb/class/cdc-a

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-07 Thread Felipe Balbi
On Thu, Mar 07, 2013 at 05:10:57PM +0800, Fabio Baltieri wrote: > On Thu, Mar 07, 2013 at 04:57:40PM +0800, Fabio Baltieri wrote: > > Add transceiver notifier event handling to the ux500 driver to set vbus > > on specific transceiver events. > > > > Acked-by: Linus Walleij > > Signed-off-by: Fabi

[PATCH] Kprobes blacklist: Conditionally add x86-specific symbols

2013-03-07 Thread oskar.andero
From: Bj�rn Davidsson The kprobes blacklist contains x86-specific symbols. Looking for these in kallsyms takes unnecessary time during startup on non-X86 platform. Added #ifdef CONFIG_X86 around them. Reviewed-by: Radovan Lekanovic Signed-off-by: Björn Davidsson Signed-off-by: Oskar Andero --

[PATCH] lowmemorykiller: Use ktimer instead of jiffies

2013-03-07 Thread oskar.andero
From: Peter Enderborg Reviewed-by: Radovan Lekanovic Signed-off-by: Peter Enderborg Signed-off-by: Oskar Andero --- drivers/staging/android/lowmemorykiller.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/s

Re: 3.9-rc1: hz.bc compilation breakage

2013-03-07 Thread Maxime Ripard
Hi, Le 07/03/2013 04:41, H. Peter Anvin a écrit : > On 03/06/2013 06:36 AM, Maxime Ripard wrote: >> I'm compiling the kernel for an iMX28(ARM) board, and since 3.9-rc1, I >> get the following error at compilation time: >> >> make[3]: *** No rule to make target >> `/home/max/Work/2012/crystalfontz/

[RESEND PATCH 0/6] Fix some coding style and comment problems.

2013-03-07 Thread Tang Chen
Fix some coding style and comment problems I saw when I was reading the code. Tang Chen (6): acpi: Remove the leading space of "unlock" label in acpi_memory_device_notify(). acpi: Add missing parameter comment for acpi_get_table_with_size(). acpi: Remove the leading spaces of "finish_ove

[RESEND PATCH 3/6] acpi: Remove the leading spaces of "finish_override" label in acpi_tb_table_override().

2013-03-07 Thread Tang Chen
There is 7 leading spaces in front of "finish_override" label in acpi_tb_table_override(). Remove them. Signed-off-by: Tang Chen --- drivers/acpi/acpica/tbinstal.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/acpica/tbinstal.c b/drivers/acpi/acpica/tbin

Re: [PATCH 2/6] powerpc/fsl_pci: Store the platform device information corresponding to the pci controller.

2013-03-07 Thread Joerg Roedel
Yes, please base your patches on the latest upstream-tag. I will move my tree to v3.9-rc1 soon, there are some fixes that need to go upstream. On Thu, Mar 07, 2013 at 09:14:21AM +, Sethi Varun-B16395 wrote: > Hi Joerg, > I have to post the next version of my patchset, should I base it on top o

[RESEND PATCH 1/6] acpi: Remove the leading space of "unlock" label in acpi_memory_device_notify().

2013-03-07 Thread Tang Chen
There is a leading space in front of "unlock" label in acpi_memory_device_notify(). Remove it. Signed-off-by: Tang Chen --- drivers/acpi/acpi_memhotplug.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/acpi_memhotplug.c b/drivers/acpi/acpi_memhotplug.c in

[RESEND PATCH 5/6] acpi: Add the missing parameter comment for acpi_initialize_tables().

2013-03-07 Thread Tang Chen
In the comment of acpi_initialize_tables(), it mistakes allow_resize with allow_realloc. Signed-off-by: Tang Chen --- drivers/acpi/acpica/tbxface.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/acpica/tbxface.c b/drivers/acpi/acpica/tbxface.c index 93d143

<    1   2   3   4   5   6   7   >