[PATCH] Revert "net: phy: turn carrier off on phy attach"
Commit 113c74d83eef ("net: phy: turn carrier off on phy attach") breaks the eth0 link coming up on all my i.MX6Q boards with a Marvell 88E1510. If I t
View Article[PATCH v3 1/5] Staging: rtl8188eu/core: remove paragraph which mention FSF...
Signed-off-by: Colin Vidal <colin@cvidal.org> --- drivers/staging/rtl8188eu/core/rtw_iol.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dri
View Article[PATCH v3 2/5] Staging: rtl8188eu/core: Coding style fix, set conform spaces...
Signed-off-by: Colin Vidal <colin@cvidal.org> --- drivers/staging/rtl8188eu/core/rtw_iol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
View Article[PATCH v3 3/5] Staging: rtl8188eu/core: Coding style fix, set constant...
Signed-off-by: Colin Vidal <colin@cvidal.org> --- drivers/staging/rtl8188eu/core/rtw_iol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
View Article[PATCH v3 4/5] Staging: rtl8188eu/core: Coding style fix, avoid line over 80...
Signed-off-by: Colin Vidal <colin@cvidal.org> --- drivers/staging/rtl8188eu/core/rtw_iol.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d
View Article[PATCH v3 5/5] Staging: rtl8188eu/core: make core more readable
Signed-off-by: Colin Vidal <colin@cvidal.org> --- drivers/staging/rtl8188eu/core/rtw_iol.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deleti
View Article[PATCH] lib/Kconfig: make PREEMPT_COUNT depend on PREEMPT in DEBUG_ATOMIC_SLEEP
When building non-preempt kernel (PREEMPT_NONE), PREEMPT_COUNT is still enabled if DEBUG_ATOMIC_SLEEP is enabled. But, it sounds not make sense to hav
View Article[PATCH] serial: 8250_pci: add MOXA Smartio MUE boards support
Add support for : - CP-102E: 2 ports RS232 PCIE card - CP-102EL: 2 ports RS232 PCIE card - CP-132EL: 2 ports RS422/485 PCIE card - CP-114EL: 4 ports
View Article[PATCH v4 01/19] firmware: simplify dev_*() print messages for generic helpers
From: "Luis R. Rodriguez" <mcgrof@kernel.org> Simplify a few of the *generic* shared dev_warn() and dev_dbg() print messages for three reasons: 0) H
View Article[PATCH 1/2] iio: ina2xx: Fix whitespace and re-order code
Group of probably overly rigorous whitespace and code cleanups. - Alphabetize includes - Assign to variables in the order they are defined - Alignm
View Article[PATCH 2/2] iio: ina2xx: Remove trace_printk debug statments
These are generally for devlopment use only, remove these from performance-critical code, convert to dev_dbg elswhere. Signed-off-by: Andrew F. Davis
View Article[PATCH v4 0/2] let printk()/console_trylock() callers to cond_resched()
Hello, console_unlock() allows to cond_resched() if its caller has set `console_may_schedule' to 1 (this functionality present since commit 'printk:
View Article[PATCH v4 1/3] printk: move can_use_console out of console_trylock_for_printk
vprintk_emit() disables preemption around console_trylock_for_printk() and console_unlock() calls for a strong reason -- can_use_console() check. The
View Article[PATCH v4 2/3] printk: set may_schedule for some of console_trylock callers
console_unlock() allows to cond_resched() if its caller has set `console_may_schedule' to 1, since 'commit 8d91f8b15361 ("printk: do cond_resched() be
View Article[PATCH v4 3/3] printk: check CON_ENABLED in have_callable_console()
have_callable_console() must also test CON_ENABLED bit, not just CON_ANYTIME. We may have disabled CON_ANYTIME console so printk can wrongly assume th
View Article[PATCH] clk: Make of_clk_get_from_provider() available to modules
Export symbol of_clk_get_from_provider so it can be used in loadable kernel modules Signed-off-by: Andrew F. Davis <afd@ti.com> --- We will be pushin
View ArticleRe: [PATCH] mtd: map: fix .set_vpp() documentation
On Mon, Feb 01, 2016 at 11:02:48PM +0100, Linus Walleij wrote: > As of commit 876fe76d793d03077eb61ba3afab4a383f46c554 > "mtd: maps: physmap: Add refe
View Article[PATCH][v3.13.y-ckt]umount: Do not allow unmounting rootfs.
Hello, Please consider including mainline commit da362b09e42ee0bcaf0356afee6078b4f324baff in the next v3.13.y-ckt release. It was included in the ma
View Article[PATCH] kernel: fs: drop_caches: add dds drop_caches_count
From: Khalid Mughal <khalidm@cisco.com> Currently there is no way to figure out the droppable pagecache size from the meminfo output. The MemFree siz
View Article[PATCH] mtd: bcm63xxpart: give width specifier an 'int', not...
Fixes this warning: >> drivers/mtd/bcm63xxpart.c:175:4: note: in expansion of macro 'pr_err' pr_err("invalid rootfs address: %*ph\n", ^
View Article