[PATCH 1/1] Staging: comedi: amplc_pc236: a blank line inserted

2014-07-22 Thread Sam Asadi
A 'Missing a blank line after declarations' warning fixed by inserting a blank line after struct pointer declaration. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/amplc_pc236.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/comedi

[PATCH 2/2] Staging: comedi: amcc_s5933: a style issue fixed

2014-07-21 Thread Sam Asadi
A 'line over 80 characters' fixed by removing comment to the previous line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/amcc_s5933.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/amcc_s5933.h b

[PATCH 1/2] Staging: comedi: amcc_s5933: a line over 80 fixed

2014-07-21 Thread Sam Asadi
A 'line over 80 characters' fixed by removing comment to previous line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/amcc_s5933.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/amcc_s5933.h b/drivers

[PATCH 1/1] Staging: comedi: adl_paci9118: organized entry comments

2014-07-19 Thread Sam Asadi
Introductory comments organized according to Linux's comment coding style. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c | 109 +- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 2/2] Staging: comedi: adv_pci1710.c line over 80 fixed

2014-07-19 Thread Sam Asadi
A line over 80 issue fixed, which is a comment. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adv_pci1710.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c b/drivers/staging/comedi/drivers

[PATCH 1/1] Staging: comedi: adv_pci1710: a line over 80 fixed

2014-07-19 Thread Sam Asadi
a line over 80 issue fixed by removing the cross-lined comment to the previous line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adv_pci1710.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers

[PATCH 1/2] Staging: comedi: adl_pci9118: commenting style issue fixed

2014-07-18 Thread Sam Asadi
A 'quoted string split across lines' issue fixed, while a better use of language applied to the comment. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging

[PATCH 2/2] Staging: comedi: adl_pci9118: line over 80 fixed

2014-07-18 Thread Sam Asadi
A 'line over 80 characters' issue fixed. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c b/drivers/staging/comedi/drivers

[PATCH] Staging: comedi: adl_pci9118: a style issue fixed

2014-07-16 Thread Sam Asadi
'quoted string split across lines' warning in checkpatching fixed by group whole string in one line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 1/2] Staging: comedi: adl_pci9118: a style issue fixed

2014-07-16 Thread Sam Asadi
'quoted string split across lines' warning in checkpatching fixed by group whole string in one line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 0/2] Staging: Comedi: adl_pci9118: 2 style issues fixed

2014-07-16 Thread Sam Asadi
2 style issues fixed: one misspelling a quoted string split across lines. Sam Asadi (2): Staging: comedi: adl_pci9118: a style issue fixed Staging: comedi: adl_pci9118: fractured spelling fixed drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2

[PATCH 2/2] Staging: comedi: adl_pci9118: fractured spelling fixed

2014-07-16 Thread Sam Asadi
a fractured spelling in previous style issue fix mended. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c b/drivers/staging/comedi

[PATCH 3/3] Staging: adl_pci9118: a language issue fixed

2014-07-16 Thread Sam Asadi
For better use of English, 'mixtured' which is not right, replaced by 'mixed'. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c b

[PATCH 1/1] Staging: adl_pci9118: a style issue fixed

2014-07-16 Thread Sam Asadi
a 'quoted string split across lines' fixed while better use of English applied to the text. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers

[PATCH 01/94] ARM: shmobile: Add DT and defconfigs to MAINTAINERS

2014-07-15 Thread Sam Asadi
From: Simon Horman horms+rene...@verge.net.au There are a number of DT and defconfig files which are maintained as part of shmobile but have not been listed as such in the MAINTAINERS file. This creates confusion from time to time. Signed-off-by: Simon Horman horms+rene...@verge.net.au

[PATCH 01/94] ARM: shmobile: Add DT and defconfigs to MAINTAINERS

2014-07-15 Thread Sam Asadi
From: Simon Horman horms+rene...@verge.net.au There are a number of DT and defconfig files which are maintained as part of shmobile but have not been listed as such in the MAINTAINERS file. This creates confusion from time to time. Signed-off-by: Simon Horman horms+rene...@verge.net.au

[PATCH 05/94] clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clock

2014-07-15 Thread Sam Asadi
From: Tomi Valkeinen tomi.valkei...@ti.com When setting the rate of a clock, by default the clock framework will change the parent of the clock to the most suitable one in __clk_mux_determine_rate() (most suitable by looking at the clock rate). This is a rather dangerous default, and causes

[PATCH 04/94] clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabled

2014-07-15 Thread Sam Asadi
From: Roger Quadros rog...@ti.com Define ti_clk_register_dpll_x2() and of_ti_am3_dpll_x2_setup() if AM43XX is defined. Fixes the below boot issue. [2.157258] gpmc_l3_clk not enabled [2.161194] gpmc_l3_clk not enabled [2.164896] Division by zero in kernel. [2.169055] CPU: 0 PID:

[PATCH 03/94] clk: ti: dra7: return error code in failure case

2014-07-15 Thread Sam Asadi
From: Julia Lawall julia.law...@lip6.fr Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet reached, because r is already 0 at this point. Signed-off-by: Julia Lawall julia.law...@lip6.fr Signed-off-by:

[PATCH 12/94] dma: cppi41: handle 0-length packets

2014-07-15 Thread Sam Asadi
From: Daniel Mack zon...@gmail.com When a 0-length packet is received on the bus, desc-pd0 yields 1, which confuses the driver's users. This information is clearly wrong and not in accordance to the datasheet, but it's been observed on an AM335x board, very reproducible. Fix this by looking at

[PATCH 09/94] clk: s3c64xx: Hookup SPI clocks correctly

2014-07-15 Thread Sam Asadi
From: Charles Keepax ckee...@opensource.wolfsonmicro.com In the move to this clock driver the hookups for the SPI clocks were dropped, which causes my system Cragganmore (s3c6410 based) to be unable to locate any spibus clocks. This patch adds them back in. When taking the clock from the epll

[PATCH 15/94] clk: sunxi: fix devm_ioremap_resource error detection code

2014-07-15 Thread Sam Asadi
From: Himangi Saraogi himangi...@gmail.com devm_ioremap_resource returns an ERR_PTR value, not NULL, on failure. A simplified version of the semantic match that finds this problem is as follows: // smpl @@ expression e,e1; statement S; @@ *e = devm_ioremap_resource(...); if (!e1) S // /smpl

[PATCH 11/94] clk: exynos5420: Remove aclk66_peric from the clock tree description

2014-07-15 Thread Sam Asadi
From: Doug Anderson diand...@chromium.org The aclk66_peric clock is a gate clock with a whole bunch of gates underneath it. This big gate isn't very useful to include in our clock tree. If any of the children need to be turned on then the big gate will need to be on anyway. ...and there are

[PATCH 32/94] ext4: clarify error count warning messages

2014-07-15 Thread Sam Asadi
From: Theodore Ts'o ty...@mit.edu Make it clear that values printed are times, and that it is error since last fsck. Also add note about fsck version required. Signed-off-by: Pavel Machek pa...@ucw.cz Signed-off-by: Theodore Ts'o ty...@mit.edu Reviewed-by: Andreas Dilger adil...@dilger.ca Cc:

[PATCH 22/94] ARM: dts: fix pwm-cells in pwm node for exynos4

2014-07-15 Thread Sam Asadi
From: Jaewon Kim jaewon02@samsung.com pwm-cells should be 3. Third cell is optional PWM flags. And This flag supported by this binding is PWM_POLARITY_INVERTED. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Sachin Kamat sachin.ka...@samsung.com Signed-off-by: Kukjin Kim

[PATCH 24/94] clocksource: exynos_mct: Register the timer for stable udelay

2014-07-15 Thread Sam Asadi
From: Amit Daniel Kachhap amit.dan...@samsung.com This patch registers the exynos mct clocksource as the current timer as it has constant clock rate. This will generate correct udelay for the exynos platform and avoid using unnecessary calibrated jiffies. This change has been tested on exynos5420

[PATCH 21/94] ARM: EXYNOS: Fix the check for non-smp configuration

2014-07-15 Thread Sam Asadi
From: Abhilash Kesavan a.kesa...@samsung.com Commit 1754c42e3db5(ARM: exynos: move sysram info to exynos.c) missed out the CONFIG_ prefix causing exynos_sysram_init() to get called twice for SMP configurations. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Reviewed-by: Sachin Kamat

[PATCH 82/94] ext4: fix a potential deadlock in __ext4_es_shrink()

2014-07-15 Thread Sam Asadi
From: Theodore Ts'o ty...@mit.edu This fixes the following lockdep complaint: [ INFO: possible circular locking dependency detected ] 3.16.0-rc2-mm1+ #7 Tainted: G O --- kworker/u24:0/4356 is trying to acquire lock:

[PATCH 36/94] ARM: DRA7: hwmod: Fixup SATA hwmod

2014-07-15 Thread Sam Asadi
From: Roger Quadros rog...@ti.com Get rid of optional clock as that is now managed by the AHCI platform driver. Correct .mpu_rt_idx to 1 as the module register space (SYSCONFIG..) is passed as the second memory resource in the device tree. Signed-off-by: Roger Quadros rog...@ti.com Reviewed-by:

[PATCH 28/94] iio: hid-sensor-als: Fix return values

2014-07-15 Thread Sam Asadi
From: Sachin Kamat sachin.ka...@samsung.com IIO_CHAN_INFO_SAMP_FREQ and IIO_CHAN_INFO_HYSTERESIS cases ignored the actual return values (which could be -EINVAL) and instead returned IIO_VAL_INT_PLUS_MICRO always. Return the actual value obtained from the functions. Both functions return

[PATCH 77/94] Documentation/Changes: clean up mcelog paragraph

2014-07-15 Thread Sam Asadi
From: Paul Bolle pebo...@tiscali.nl The paragraph on mcelog currently describes kernel v2.6.31. In that kernel the mce code (for i386, that is) was in transition. Ever since v2.6.32 the situation is much simpler (eg, mcelog is now needed to process events on almost all x86 machines, i386 and

[PATCH 19/94] clk: qcom: HDMI source sel is 3 not 2

2014-07-15 Thread Sam Asadi
From: Stephen Boyd sb...@codeaurora.org The HDMI PLL input to the tv mux is supposed to be 3, not 2. Fix the code so that we can properly select the HDMI PLL. Fixes: 6d00b56fe clk: qcom: Add support for MSM8960's multimedia clock controller (MMCC) Reported-by: Rob Clark robdcl...@gmail.com

[PATCH 90/94] Staging: comedi: 8253.h fixed by removing 'return' from generic func

2014-07-15 Thread Sam Asadi
Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/8253.h Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/8253.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 86/94] parisc: drop unused defines and header includes

2014-07-15 Thread Sam Asadi
From: Helge Deller del...@gmx.de Signed-off-by: Helge Deller del...@gmx.de Cc: sta...@vger.kernel.org # 3.13+ Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/parisc/kernel/sys_parisc32.c | 36 1 file changed, 36 deletions(-) diff --git

[PATCH 88/94] clk: spear3xx: Set proper clock parent of uart1/2

2014-07-15 Thread Sam Asadi
From: Thomas Gleixner t...@linutronix.de The uarts only work when the parent is ras_ahb_clk. The stale 3.5 based ST tree does this in the board file. Add it to the clk init function. Not pretty, but the mess there is amazing anyway. Signed-off-by: Thomas Gleixner t...@linutronix.de Acked-by:

[PATCH 69/94] serial: sh-sci: Add device tree support for r8a7{778, 740, 3a4} and sh73a0

2014-07-15 Thread Sam Asadi
From: Simon Horman horms+rene...@verge.net.au Simply document new compat strings. There appears to be no need for a driver updates. Signed-off-by: Simon Horman horms+rene...@verge.net.au Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com

[PATCH 91/94] Staging: comedi: 8255: fixed by adding an empthy line

2014-07-15 Thread Sam Asadi
fixed a coding style issue. Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/8255.c Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/8255.c | 150 - 1 file changed, 74 insertions

[PATCH 35/94] ARM: OMAP3: PRM/CM: Add back macros used by TI DSP/Bridge driver

2014-07-15 Thread Sam Asadi
From: Suman Anna s-a...@ti.com The commit 7be914f {ARM: OMAP3: PRM/CM: Cleanup unused header} removed some of the macros used by the TI DSP/Bridge driver. This fixes the following build errors when trying to build DSP/Bridge driver (disabled at present), otherwise results in the following build

[PATCH 38/94] ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow

2014-07-15 Thread Sam Asadi
From: Tero Kristo t-kri...@ti.com The divider value provided to the _dpll_test_fint can reach value of 256 with J type DPLLs (USB etc.), which causes an overflow with the u8 datatype. Fix this by changing the parameter to be an int instead. Signed-off-by: Tero Kristo t-kri...@ti.com

[PATCH 70/94] USB: serial: ftdi_sio: Add Infineon Triboard

2014-07-15 Thread Sam Asadi
From: Michal Sojka sojk...@fel.cvut.cz This adds support for Infineon TriBoard TC1798 [1]. Only interface 1 is used as serial line (see [2], Figure 8-6). [1]

[PATCH 44/94] ARM: OMAP2+: create dsp device only on OMAP3 SoCs

2014-07-15 Thread Sam Asadi
From: Suman Anna s-a...@ti.com The DSP platform device for TI DSP/Bridge is currently created unconditionally whenever CONFIG_TIDSPBRIDGE is enabled. This device should only be created on OMAP34xx/ OMAP36xx SoCs, and not for other OMAP3 derived SoCs or when booting multi-arch images on other

[PATCH 52/94] ARM: imx: fix shared gate clock

2014-07-15 Thread Sam Asadi
From: Shawn Guo shawn@freescale.com Let's say clock A and B are two gate clocks that share the same register bit in hardware. Therefore they are registered as shared gate clocks with imx_clk_gate2_shared(). In a scenario that only clock A is enabled by clk_enable(A) while B is not used, the

[PATCH 33/94] ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()

2014-07-15 Thread Sam Asadi
From: Theodore Ts'o ty...@mit.edu We are spending a lot of time explaining to users what this error means. Let's try to improve the message to avoid this problem. Signed-off-by: Theodore Ts'o ty...@mit.edu Cc: sta...@vger.kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com ---

[PATCH 50/94] ARM: EXYNOS: Update secondary boot addr for secure mode

2014-07-15 Thread Sam Asadi
From: Sachin Kamat sachin.ka...@linaro.org Almost all Exynos-series of SoCs that run in secure mode don't need additional offset for every CPU, with Exynos4412 being the only exception. Tested on Origen-Quad (Exynos4412) and Arndale-Octa (Exynos5420). While at it, fix the coding style (space

[PATCH 62/94] ARM: dts: Add clock property for mfc_pd in exynos5420

2014-07-15 Thread Sam Asadi
From: Arun Kumar K arun...@samsung.com Adding the optional clock property for the mfc_pd for handling the re-parenting while pd on/off. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com

[PATCH 31/94] ext4: fix unjournalled bg descriptor while initializing inode bitmap

2014-07-15 Thread Sam Asadi
From: Theodore Ts'o ty...@mit.edu The first time that we allocate from an uninitialized inode allocation bitmap, if the block allocation bitmap is also uninitalized, we need to get write access to the block group descriptor before we start modifying the block group descriptor flags and updating

[PATCH 46/94] ARM: dts: am335x-evm: Enable the McASP FIFO for audio

2014-07-15 Thread Sam Asadi
From: Peter Ujfalusi peter.ujfal...@ti.com The use of FIFO in McASP can reduce the risk of audio under/overrun and lowers the load on the memories since the DMA will operate in bursts. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com

[PATCH 54/94] iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends

2014-07-15 Thread Sam Asadi
From: Jan Kardell jan.kard...@telliq.com Since AI lines could be selected at will (linux-3.11) the sending and receiving ends of the FIFO does not agree about what step is used for a line. It only works if the last lines are used, like 5,6,7, and fails if ie 2,4,6 is selected in DT.

[PATCH 93/94] Staging: comedi: 3 files revised fixed style issues

2014-07-15 Thread Sam Asadi
3 files in 'staging/comedi/drivers/' revised again and style issues fixed Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/8253.h modified: drivers/staging/comedi/drivers/8255.c modified: drivers/staging/comedi/drivers

[PATCH 59/94] m68k: Fix boot regression on machines with RAM at non-zero

2014-07-15 Thread Sam Asadi
From: Geert Uytterhoeven ge...@linux-m68k.org My enhancement to store the initial mapping size for later reuse in commit 486df8bc4627bdfc032d11bedcd056cc5343ee62 (m68k: Increase initial mapping to 8 or 16 MiB if possible) broke booting on machines where RAM doesn't start at address zero. Use

[PATCH 74/94] phy: core: Fix error path in phy_create()

2014-07-15 Thread Sam Asadi
From: Roger Quadros rog...@ti.com Prevent resources from being freed twice in case device_add() call fails within phy_create(). Also use ida_simple_remove() instead of ida_remove() as we had used ida_simple_get() to allocate the ida. Cc: 3.13+ sta...@vger.kernel.org # 3.13+ Signed-off-by: Roger

[PATCH 26/94] iio: hid-sensor-accel-3d: Fix return values

2014-07-15 Thread Sam Asadi
From: Sachin Kamat sachin.ka...@samsung.com IIO_CHAN_INFO_SAMP_FREQ and IIO_CHAN_INFO_HYSTERESIS cases ignored the actual return values (which could be -EINVAL) and instead returned IIO_VAL_INT_PLUS_MICRO always. Return the actual value obtained from the functions. Both functions return

[PATCH 80/94] DocBook: fix various typos

2014-07-15 Thread Sam Asadi
From: Masanari Iida standby2...@gmail.com This patch fixed spelling typo in various template files within Documentation/Docbook. Signed-off-by: Masanari Iida standby2...@gmail.com Signed-off-by: Randy Dunlap rdun...@infradead.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org

[PATCH 43/94] ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on

2014-07-15 Thread Sam Asadi
From: Roger Quadros rog...@ti.com After clarification from the hardware team it was found that this 1.8V PHY supply can't be switched OFF when SoC is Active. Since the PHY IPs don't contain isolation logic built in the design to allow the power rail to be switched off, there is a very high risk

[PATCH 39/94] iio:tcs3472: Check for buffer enabled and locking

2014-07-15 Thread Sam Asadi
From: Peter Meerwald p.meerw...@bct-electronic.com Signed-off-by: Peter Meerwald pme...@pmeerw.net Signed-off-by: Jonathan Cameron ji...@kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/iio/light/tcs3472.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-)

[PATCH 75/94] phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove

2014-07-15 Thread Sam Asadi
From: Roger Quadros rog...@ti.com If probe fails then we need to call pm_runtime_disable() to balance out the previous pm_runtime_enable() call. Else it will cause unbalanced pm_runtime_enable() call in the succeding probe call. This anomaly was observed when the call to devm_phy_create() failed

[PATCH 79/94] DocBook: fix mtdnand typos

2014-07-15 Thread Sam Asadi
From: Masanari Iida standby2...@gmail.com This patch fixed spelling typo found in DocBook/mtdnand.tmpl. Signed-off-by: Masanari Iida standby2...@gmail.com Signed-off-by: Randy Dunlap rdun...@infradead.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: sam-the-6

[PATCH 57/94] USB: ftdi_sio: Add extra PID.

2014-07-15 Thread Sam Asadi
From: Bert Vermeulen b...@biot.com This patch adds PID 0x0003 to the VID 0x128d (Testo). At least the Testo 435-4 uses this, likely other gear as well. Signed-off-by: Bert Vermeulen b...@biot.com Cc: Johan Hovold jo...@kernel.org Cc: stable sta...@vger.kernel.org Signed-off-by: Greg

[PATCH 89/94] Linux 3.16-rc5

2014-07-15 Thread Sam Asadi
From: Linus Torvalds torva...@linux-foundation.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2167084..f3c543d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3

[PATCH 67/94] ext4: revert commit which was causing fs corruption after journal replays

2014-07-15 Thread Sam Asadi
From: Theodore Ts'o ty...@mit.edu Commit 007649375f6af2 (ext4: initialize multi-block allocator before checking block descriptors) causes the block group descriptor's count of the number of free blocks to become inconsistent with the number of free blocks in the allocation bitmap. This is a

[PATCH 68/94] serial: imx: Fix build breakage

2014-07-15 Thread Sam Asadi
From: Peter Hurley pe...@hurleysoftware.com Fix breakage introduced by commit c557d392fbf5badd693ea1946a4317c87a26a716, 'serial: Test for no tx data on tx restart'. Reported-by: Stephen Rothwell s...@canb.auug.org.au Signed-off-by: Peter Hurley pe...@hurleysoftware.com Signed-off-by: Greg

[PATCH 95/95] Staging: commedi: 8253.h: style issue fixed

2014-07-15 Thread Sam Asadi
a revision to the file that previously had several style issues. It's clean now. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/8253.h |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/comedi/drivers/8253.h b/drivers/staging/comedi

[PATCH 92/94] Staging: comedi: adl_pci9118: fixed style issues

2014-07-15 Thread Sam Asadi
several style issues fixed. Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/adl_pci9118.c Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c | 124 +- 1 file changed, 62

[PATCH 17/94] ARM: kprobes: Disallow instructions with PC and register specified shift

2014-07-15 Thread Sam Asadi
From: Jon Medhurst t...@linaro.org ARM data processing instructions which have a register specified shift are defined as UNPREDICTABLE if PC is used for any register, not just the shift value as the code was previous assuming. This issue manifests on A15 devices as either test case failures or

[PATCH 37/94] ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss

2014-07-15 Thread Sam Asadi
From: Roger Quadros rog...@ti.com Add the sysconfig class bits for the Super Speed USB controllers Signed-off-by: Roger Quadros rog...@ti.com Reviewed-by: Rajendra Nayak rna...@ti.com Tested-by: Sekhar Nori nsek...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: sam-the-6

[PATCH 13/94] Update imx-sdma cyclic handling to report residue

2014-07-15 Thread Sam Asadi
From: Russell King - ARM Linux li...@arm.linux.org.uk I received a report this morning from one of the Novena developers that the behaviour of the iMX6 ASoC codec driver (using imx-pcm-dma.c) was sub-optimal under high system load. While there are issues relating to system load remaining, upon

[PATCH 06/94] clk: samsung: fix several typos to fix boot on s3c2410

2014-07-15 Thread Sam Asadi
From: Vasily Khoruzhick anars...@gmail.com There's a several typos in a driver: 2410 instead of S3C2410 and wrong argument to ARRAY_SIZE(). They prevent s3c2410 from properly booting. Signed-off-by: Vasily Khoruzhick anars...@gmail.com Reviewed-by: Heiko Stuebner he...@sntech.de Signed-off-by:

[PATCH 14/94] clk: s2mps11: Fix double free corruption during driver unbind

2014-07-15 Thread Sam Asadi
From: Krzysztof Kozlowski k.kozlow...@samsung.com After unbinding the driver memory was corrupted by double free of clk_lookup structure. This lead to OOPS when re-binding the driver again. The driver allocated memory for 'clk_lookup' with devm_kzalloc. During driver removal this memory was

[PATCH 23/94] clocksource: exynos_mct: Fix ftrace

2014-07-15 Thread Sam Asadi
From: Doug Anderson diand...@chromium.org In (93bfb76 clocksource: exynos_mct: register sched_clock callback) we supported using the MCT as a scheduler clock. We properly marked exynos4_read_sched_clock() as notrace. However, we then went and called another function that _wasn't_ notrace. That

[PATCH 61/94] clk: exynos5420: Add IDs for clocks used in PD mfc

2014-07-15 Thread Sam Asadi
From: Arun Kumar K arun...@samsung.com Adds IDs for MUX clocks to be used by power domain for MFC for doing re-parenting while pd on/off. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Acked-by: Tomasz Figa t.f...@samsung.com

[PATCH 42/94] ARM: DRA7/AM43XX: fix header definition for omap44xx_restart

2014-07-15 Thread Sam Asadi
From: Nishanth Menon n...@ti.com omap44xx_restart is defined as a static void inline when DRA7/AM437X is defined alone, which implies that the restart function is no longer functional even though it is built in. So, fix the definition of the same. Signed-off-by: Nishanth Menon n...@ti.com

[PATCH 18/94] ARM: kprobes: Fix test code compilation errors for ARMv4 targets

2014-07-15 Thread Sam Asadi
From: Jon Medhurst t...@linaro.org Conditionally compile kprobes test cases for ARMv5 instructions to avoid compilation errors with ARMv4 targets like: /tmp/cc7Tx8ST.s:16740: Error: selected processor does not support ARM mode `clz r0,r0' Signed-off-by: Jon Medhurst t...@linaro.org

[PATCH 30/94] iio: hid-sensor-prox: Fix return values

2014-07-15 Thread Sam Asadi
From: Sachin Kamat sachin.ka...@samsung.com IIO_CHAN_INFO_SAMP_FREQ and IIO_CHAN_INFO_HYSTERESIS cases ignored the actual return values (which could be -EINVAL) and instead returned IIO_VAL_INT_PLUS_MICRO always. Return the actual value obtained from the functions. Both functions return

[PATCH 40/94] USB: cp210x: add support for Corsair usb dongle

2014-07-15 Thread Sam Asadi
From: Andras Kovacs and...@sth.sze.hu Corsair USB Dongles are shipped with Corsair AXi series PSUs. These are cp210x serial usb devices, so make driver detect these. I have a program, that can get information from these PSUs. Tested with 2 different dongles shipped with Corsair AX860i and

[PATCH 73/94] drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE

2014-07-15 Thread Sam Asadi
From: Sjoerd Simons sjoerd.sim...@collabora.co.uk Allow phy-exynos-usb2 to be autoloaded based on devicetree information. Tested on Odroid X2 with its USB subsystem build as modules. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Signed-off-by: Kishon Vijay Abraham I kis...@ti.com

[PATCH 47/94] ARM: dts: am335x-evmsk: Enable the McASP FIFO for audio

2014-07-15 Thread Sam Asadi
From: Peter Ujfalusi peter.ujfal...@ti.com The use of FIFO in McASP can reduce the risk of audio under/overrun and lowers the load on the memories since the DMA will operate in bursts. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com

[PATCH 65/94] serial: arc_uart: Use uart_circ_empty() for open-coded comparison

2014-07-15 Thread Sam Asadi
From: Peter Hurley pe...@hurleysoftware.com Replace open-coded test for empty tx ring buffer with equivalent helper function, uart_circ_empty(). No functional change. Signed-off-by: Peter Hurley pe...@hurleysoftware.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by:

[PATCH 85/94] parisc: fix fanotify_mark() syscall on 32bit compat kernel

2014-07-15 Thread Sam Asadi
From: Helge Deller del...@gmx.de On parisc we can not use the existing compat implementation for fanotify_mark() because for the 64bit mask parameter the higher and lower 32bits are ordered differently than what the compat function expects from big endian architectures. Specifically: It finally

[PATCH 84/94] parisc: add serial ports of C8000/1GHz machine to hardware database

2014-07-15 Thread Sam Asadi
From: Helge Deller del...@gmx.de Signed-off-by: Helge Deller del...@gmx.de Cc: sta...@vger.kernel.org # 3.13+ Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/parisc/kernel/hardware.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/parisc/kernel/hardware.c

[PATCH 34/94] ext4: disable synchronous transaction batching if max_batch_time==0

2014-07-15 Thread Sam Asadi
From: Eric Sandeen sand...@redhat.com The mount manpage says of the max_batch_time option, This optimization can be turned off entirely by setting max_batch_time to 0. But the code doesn't do that. So fix the code to do that. Signed-off-by: Eric Sandeen sand...@redhat.com

[PATCH 83/94] ext4: fix potential null pointer dereference in ext4_free_inode

2014-07-15 Thread Sam Asadi
From: Namjae Jeon namjae.j...@samsung.com Fix potential null pointer dereferencing problem caused by e43bb4e612 (ext4: decrement free clusters/inodes counters when block group declared bad) Reported-by: Dan Carpenter dan.carpen...@oracle.com Signed-off-by: Namjae Jeon namjae.j...@samsung.com

[PATCH 76/94] ARM: at91: at91sam9x5: add clocks for usb device

2014-07-15 Thread Sam Asadi
From: Bo Shen voice.s...@atmel.com Add clocks for usb device, or else switch to CCF, the gadget won't work. Reported-by: Jiri Prchal jiri.prc...@aksignal.cz Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com Tested-by: Jiri Prchal

[PATCH 27/94] iio: hid-sensor-magn-3d: Fix return values

2014-07-15 Thread Sam Asadi
From: Sachin Kamat sachin.ka...@samsung.com IIO_CHAN_INFO_SAMP_FREQ and IIO_CHAN_INFO_HYSTERESIS cases ignored the actual return values (which could be -EINVAL) and instead returned IIO_VAL_INT_PLUS_MICRO always. Return the actual value obtained from the functions. Both functions return

[PATCH 16/94] ARM: kprobes: Prevent known test failures stopping other tests running

2014-07-15 Thread Sam Asadi
From: Jon Medhurst t...@linaro.org Due to a long-standing issue with Thumb symbol lookup [1] the jprobes tests fail when built into a kernel compiled as Thumb mode. (They work fine for ARM mode kernels or for Thumb when built as a loadable module.) Rather than have this problem terminate testing

[PATCH 02/94] clk: ti: apll: not allocating enough data

2014-07-15 Thread Sam Asadi
From: Dan Carpenter dan.carpen...@oracle.com There is a cut and paste bug here which will lead to memory corruption because we don't allocate enough data. Fixes: 4d008589e271 ('CLK: TI: APLL: add support for omap2 aplls') Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Signed-off-by: Tero

[PATCH 51/94] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-15 Thread Sam Asadi
From: Tushar Behera tusha...@samsung.com Currently CLK_FOUT_EPLL was set as one of the parents of AUDSS mux. As per the user manual, it should be CLK_MAU_EPLL. The problem surfaced when the bootloader in Peach-pit board set the EPLL clock as the parent of AUDSS mux. While booting the kernel, we

[PATCH 87/94] clk: spear3xx: Use proper control register offset

2014-07-15 Thread Sam Asadi
From: Thomas Gleixner t...@linutronix.de The control register is at offset 0x10, not 0x0. This is wreckaged since commit 5df33a62c (SPEAr: Switch to common clock framework). Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: sta...@vger.kernel.org Acked-by: Viresh Kumar

[PATCH 29/94] iio: hid-sensor-gyro-3d: Fix return values

2014-07-15 Thread Sam Asadi
From: Sachin Kamat sachin.ka...@samsung.com IIO_CHAN_INFO_SAMP_FREQ and IIO_CHAN_INFO_HYSTERESIS cases ignored the actual return values (which could be -EINVAL) and instead returned IIO_VAL_INT_PLUS_MICRO always. Return the actual value obtained from the functions. Both functions return

[PATCH 49/94] ARM: l2c: fix revision checking

2014-07-15 Thread Sam Asadi
From: Russell King rmk+ker...@arm.linux.org.uk The revision checking in l2c310_enable() was not correct; we were masking the part number rather than the revision number. Fix this to use the correct macro. Fixes: 4374d64933b1 (ARM: l2c: add automatic enable of early BRESP) Signed-off-by: Russell

[PATCH 53/94] ARM: OMAP2+: Remove non working OMAP HDMI audio initialization

2014-07-15 Thread Sam Asadi
From: Jyri Sarha jsa...@ti.com This code is not working currently and it can be removed. There is a conflict in sharing resources with the actual HDMI driver and with the ASoC HDMI audio DAI driver. Signed-off-by: Jyri Sarha jsa...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com

[PATCH 58/94] i8k: Fix non-SMP operation

2014-07-15 Thread Sam Asadi
From: Guenter Roeck li...@roeck-us.net Commit f36fdb9f0266 (i8k: Force SMM to run on CPU 0) adds support for multi-core CPUs to the driver. Unfortunately, that causes it to fail loading if compiled without SMP support, at least on 32 bit kernels. Kernel log shows i8k: unable to get SMM Dell

[PATCH 45/94] ARM: OMAP2+: Make GPMC skip disabled devices

2014-07-15 Thread Sam Asadi
From: Guido Martínez gu...@vanguardiasur.com.ar Currently, child nodes of the gpmc node are iterated and probed regardless of their 'status' property. This means adding 'status = disabled;' has no effect. This patch changes the iteration to only probe nodes marked as available. Signed-off-by:

[PATCH 56/94] Drivers: hv: util: Fix a bug in the KVP code

2014-07-15 Thread Sam Asadi
From: K. Y. Srinivasan k...@microsoft.com Add code to poll the channel since we process only one message at a time and the host may not interrupt us. Also increase the receive buffer size since some KVP messages are close to 8K bytes in size. Signed-off-by: K. Y. Srinivasan k...@microsoft.com

[PATCH 94/94] Staging: commedi: 8253.h: style issue fixed

2014-07-15 Thread Sam Asadi
a revision to the file that previously had several style issues. It's clean now. Signed-off-by: Sam Asadi asadi.sam...@gmail.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/8253.h |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/comedi

[PATCH 63/94] ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250

2014-07-15 Thread Sam Asadi
From: Tomasz Figa t.f...@samsung.com Currently, the exynos cpuidle driver works correctly only on exynos4210 and 5250. Trying to use it with just one CPU online on any other exynos SoCs will lead to system failure, due to unsupported AFTR mode on other SoCs. This patch fixes the problem by

[PATCH 20/94] ARM: dts: dra7xx-clocks: Fix the l3 and l4 clock rates

2014-07-15 Thread Sam Asadi
From: Rajendra Nayak rna...@ti.com Without the patch: /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck # cat clk_rate 53200 /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div # cat clk_rate 53200 /debug/.../dpll_core_x2_ck/dpll_core_h12x2_ck/l3_iclk_div/l4_root_clk_div # cat clk_rate

[PATCH 71/94] phy: sun4i: depend on RESET_CONTROLLER

2014-07-15 Thread Sam Asadi
From: Maxime Ripard maxime.rip...@free-electrons.com The driver depend on the reset framework in a mandatory way. Make sure reset_control_get is defined by adding this dependency in Kconfig Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Reported-by: Arnd Bergmann a...@arndb.de

[PATCH 64/94] serial: Test for no tx data on tx restart

2014-07-15 Thread Sam Asadi
From: Peter Hurley pe...@hurleysoftware.com Commit 717f3bbab3c7628736ef738fdbf3d9a28578c26c, 'serial_core: Fix conditional start_tx on ring buffer not empty' exposes an incorrect assumption in several drivers' start_tx methods; the tx ring buffer can, in fact, be empty when restarting tx while

[PATCH 72/94] phy: omap-usb2: fix devm_ioremap_resource error detection code

2014-07-15 Thread Sam Asadi
From: Himangi Saraogi himangi...@gmail.com devm_ioremap_resource returns an ERR_PTR value, not NULL, on failure. A simplified version of the semantic match that finds this problem is as follows: // smpl @@ expression e,e1; statement S; @@ *e = devm_ioremap_resource(...); if (!e1) S // /smpl

[PATCH 48/94] ARM: dts: Fix TI CPSW Phy mode selection on IGEP COM AQUILA.

2014-07-15 Thread Sam Asadi
From: Enric Balletbo i Serra eballe...@iseebcn.com As this board use external clock for RMII interface we should specify 'rmii' phy mode and 'rmii-clock-ext' to make ethernet working. Signed-off-by: Enric Balletbo i Serra eballe...@iseebcn.com Signed-off-by: Tony Lindgren t...@atomide.com

  1   2   >