linux-next: manual merge of the net-next tree with the arm-soc tree (no replies)
Hi all, Today's linux-next merge of the net-next tree got a conflict in Documentation/devicetree/bindings/net/stmmac.txt between commit 50b4af414d41 ("dts: stmmac: Document the clocks property in the...
View Article[PATCH RFC] ACPI: (x86) remove useless initial assignment in gsi_to_irq (no...
From: Zhouyi Zhou <zhouzhouyi@gmail.com> I think in function gsi_to_irq, initial assignment to irq is useless although compiler may eliminate it during the compilng. Signed-off-by: Zhouyi Zhou...
View ArticleFwd: Re: [PATCH v2] input: misc: Add driver for Intel Bay Trail GPIO buttons...
Hi Dmitry, On 3/29/2014 4:47 AM, Dmitry Torokhov wrote: > Hi Lejun, > > On Fri, Mar 28, 2014 at 02:02:43AM +0800, Zhu, Lejun wrote: >> + >> +static struct soc_button_info...
View Articlelinux-next: manual merge of the net-next tree with the net tree (no replies)
Hi all, Today's linux-next merge of the net-next tree got a conflict in drivers/net/xen-netback/netback.c between commit 1425c7a4e8d3 ("xen-netback: BUG_ON in xenvif_rx_action() not catching...
View Articlelinux-next: manual merge of the drm tree with Linus' tree (no replies)
Hi Dave, Today's linux-next merge of the drm tree got a conflict in drivers/gpu/drm/i915/i915_gem_gtt.c between commit 8ee661b50561 ("drm/i915: Undo gtt scratch pte unmapping again") from Linus' tree...
View Article[PATCH] ipc,shm: increase default size for shmmax (no replies)
From: Davidlohr Bueso <davidlohr@hp.com> The default size is, and always has been, 32Mb. Today, in the XXI century, it seems that this value is rather small, making users have to increase it via...
View Articlelinux-next Documentation merge request (no replies)
Hi Stephen, Please include http://www.infradead.org/~rdunlap/Doc/patches/ in linux-next. This is a quilt patch series (initially empty). thanks, -- ~Randy -- To unsubscribe from this list: send the...
View Article[PATCH 0/2] staging: comedi: some checkpatch.pl style fixes (no replies)
For Eudyptula Task10 I've fixed some checkpatch.pl coding style issues. Yves Deweerdt (2): staging: comedi: comedy_fops.c: fix line over 80 characters warnings staging: comedi: drivers.c: Fix missing...
View Article[PATCH] mmc: Delay the card_event callback into the mmc_rescan worker (no...
This change removes the callback from atomic context which it doesn't need to be in, and puts it in line with the debounced rescan. This code is based on these e-mail threads with Christian Daudt:...
View Article[GIT PULL] x86 LTO changes for v3.15 (7 replies)
Hi Linus, More infrastructure work in preparation for link-time optimization (LTO). Most of these changes is to make sure symbols accessed from assembly code are properly marked as visible so the...
View Article[PATCH v2] staging/wlan-ng fix small coding style issues (1 reply)
* improve readability of usb_prism_tbl[] * remove obsolete comments for prism2sta_probe_usb() and prism2sta_disconnect_usb() * delete some unneeded blank lines and add few ones to make checkpatch.pl...
View Article[PATCH RFC] drivers/char/mem: byte generating devices and poisoned mappings...
This patch adds 256 virtual character devices: /dev/byte0, ..., /dev/byte255. Each works like /dev/zero but generates memory filled with particular byte. Features/use cases: * handy source of non-zero...
View Article[PATCH 4/4] pinctrl: msm: Add definitions for the APQ8064 platform (no replies)
This adds pinctrl definitions for the GPIO pins of the TLMM v2 block in the Qualcomm APQ8064 platform. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> --- drivers/pinctrl/Kconfig...
View Article[PATCH 3/4] pinctrl: msm: Add documentation for pinctrl-apq8064 binding (no...
DT bindingdocumentation for qcom,apq8064-pinctrl driver. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> --- .../bindings/pinctrl/qcom,apq8064-pinctrl.txt | 88...
View Article[PATCH 1/4] pinctrl: msm: Correct interrupt code for TLMM v2 (no replies)
Acking interrupts are done differently between on v2 and v3, so add an extra attribute to the pingroup struct to let the platform definitions control this. Also make sure to start dual edge detection...
View Article[PATCH 2/4] pinctrl: msm: Make number of functions variable (no replies)
The various pins may have different number of functions defined, so make this number definable per pin instead of just increasing it to the largest one for all of the platforms. Signed-off-by: Bjorn...
View Article[PATCH] Documentation: spelling error changes (no replies)
Fixed multiple spelling errors. Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org> --- Documentation/DMA-attributes.txt | 2 +- Documentation/devicetree/bindings/arm/omap/omap.txt | 2 +-...
View Article[PATCH 2/2] checkpatch: Don't warn on bitfield spaces around : (no replies)
This test prevents code from being aligned around the : for easy visual counting of bitfield lengths. ie: int foo : 1, int bar : 2, int foobar :29; should be acceptable so remove the test....
View Article[PATCH V2 1/2] checkpatch: Expand parenthesis alignment test to declarations,...
Currently the parenthesis alignment test works only on misalignments of if statements like if (foo(bar, baz) Expand the test to find misalignments like: static inline int foo(int bar, int baz) and...
View Article[PATCH 1/2] dts: socfpga: Add bindings for Altera SoC SDRAM controller (no...
From: Thor Thayer <tthayer@altera.com> Addition of the Altera SDRAM controller bindings and device tree changes to the Altera SoC project. Signed-off-by: Thor Thayer <tthayer@altera.com>...
View Article