[PATCH 3.16.y-ckt 120/126] tcm_loop: Fixup tag handling

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke h...@suse.de commit 6375f8908255ea7438b60bb5998e6b3e1628500d upstream. The SCSI command tag is set to the tag assigned from the block layer, not the SCSI-II tag

Re: [PATCH] mmc: print message if a card supports secure erase/trim

2015-01-27 Thread Arend van Spriel
On 01/27/15 12:48, Alexander Holler wrote: It's an interesting detail, so inform the user about it. Signed-off-by: Alexander Hollerhol...@ahsoftware.de --- drivers/mmc/core/bus.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/core/bus.c index

[PATCH 3.16.y-ckt 112/126] clk: at91: keep slow clk enabled to prevent system hang

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Boris Brezillon boris.brezil...@free-electrons.com commit dca1a4b5ff6e2c25adeff366eb06270dadeab3db upstream. All slow clk users are not properly claiming it (get + prepare + enable)

[PATCH 3.16.y-ckt 118/126] reset: sunxi: fix spinlock initialization

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Tyler Baker tyler.ba...@linaro.org commit 41544f9f38f19cb46dc9a8fa37c58677a0300899 upstream. Call spin_lock_init() before the spinlocks are used, both in early init and probe

[PATCH 3.16.y-ckt 122/126] net: fix creation adjacent device symlinks

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Y. Fomichev git.u...@gmail.com commit 7ce64c79c4decdeb1afe0bf2f6ef834b382871d1 upstream. __netdev_adjacent_dev_insert may add adjust device of different net namespace,

[PATCH 3.16.y-ckt 110/126] mmc: sdhci-pxav3: do the mbus window configuration after enabling clocks

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni thomas.petazz...@free-electrons.com commit aa8165f914420f143476305a01894b017d3abe6b upstream. In commit 5491ce3f79ee (mmc: sdhci-pxav3: add support for the Armada 38x

[PATCH 3.16.y-ckt 115/126] usb: dwc3: gadget: Fix TRB preparation during SG

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Amit Virdi amit.vi...@st.com commit ec512fb8e5611fed1df2895f90317ce6797d6b32 upstream. When scatter gather (SG) is used, multiple TRBs are prepared from one DWC3 request

[PATCH 3.16.y-ckt 123/126] drm/i915: Evict CS TLBs between batches

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson ch...@chris-wilson.co.uk commit c4d69da167fa967749aeb70bc0e94a457e5d00c1 upstream. Running igt, I was encountering the invalid TLB bug on my 845g, despite that it was

[PATCH 3.16.y-ckt 065/126] net: Reset secmark when scrubbing packet

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Graf tg...@suug.ch commit b8fb4e0648a2ab3734140342002f68fb0c7d1602 upstream. skb_scrub_packet() is called when a packet switches between a context such as between underlay and

[PATCH 3.16.y-ckt 071/126] enic: fix rx skb checksum

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Govindarajulu Varadarajan _gov...@gmx.com commit 17e96834fd35997ca7cdfbf15413bcd5a36ad448 upstream. Hardware always provides compliment of IP pseudo checksum. Stack expects whole

[PATCH 3.16.y-ckt 064/126] net: Fix stacked vlan offload features computation

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Toshiaki Makita makita.toshi...@lab.ntt.co.jp commit 796f2da81bead71ffc91ef70912cd8d1827bf756 upstream. When vlan tags are stacked, it is very likely that the outer tag is stored in

[PATCH 3.16.y-ckt 058/126] netlink: Always copy on mmap TX.

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: David Miller da...@davemloft.net commit 4682a0358639b29cf69437ed909c6221f8c89847 upstream. Checking the file f_count and the nlk-mapped count is not completely sufficient to prevent

[PATCH 3.16.y-ckt 072/126] netfilter: conntrack: disable generic tracking for known protocols

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal f...@strlen.de commit db29a9508a9246e77087c5531e45b2c88ec6988b upstream. Given following iptables ruleset: -P FORWARD DROP -A FORWARD -m sctp --dport 9 -j ACCEPT -A

[PATCH 3.16.y-ckt 073/126] xen-netfront: Fix handling packets on compound pages with skb_linearize

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Zoltan Kiss zoltan.k...@citrix.com commit 97a6d1bb2b658ac85ed88205ccd1ab809899884d upstream. There is a long known problem with the netfront/netback interface: if the guest tries to

[PATCH 3.16.y-ckt 067/126] tcp: Do not apply TSO segment limit to non-TSO packets

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Herbert Xu herb...@gondor.apana.org.au commit 843925f33fcc293d80acf2c5c8a78adf3344d49b upstream. Thomas Jarosch reported IPsec TCP stalls when a PMTU event occurs. In fact the

[PATCH 3.16.y-ckt 047/126] ARM: dts: DRA7: wdt: Fix compatible property for watchdog node

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Lokesh Vutla lokeshvu...@ti.com commit be6688350a4470e417aaeca54d162652aab40ac5 upstream. OMAP wdt driver supports only ti,omap3-wdt compatible. In DRA7 dt wdt compatible property is

[PATCH 3.16.y-ckt 052/126] netfilter: ipset: small potential read beyond the end of buffer

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter dan.carpen...@oracle.com commit 2196937e12b1b4ba139806d132647e1651d655df upstream. We could be reading 8 bytes into a 4 byte buffer here. It seems harmless but adding a

[PATCH 3.16.y-ckt 053/126] bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queries

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Linus=20L=C3=BCssing?= linus.luess...@web.de commit f0b4eeced518c632210ef2aea44fc92cc9e86cce upstream. Ebtables on the OUTPUT chain (NF_BR_LOCAL_OUT) would not work as

[PATCH 3.16.y-ckt 049/126] ARM: OMAP4: PM: Only do static dependency configuration in omap4_init_static_deps

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Nishanth Menon n...@ti.com commit 9008d83fe9dc2e0f19b8ba17a423b3759d8e0fd7 upstream. Commit 705814b5ea6f (ARM: OMAP4+: PM: Consolidate OMAP4 PM code to re-use it for OMAP5) Moved

Re: [PATCH] mmc: print message if a card supports secure erase/trim

2015-01-27 Thread Alexander Holler
Am 27.01.2015 um 13:31 schrieb Richard Weinberger: Also it's unlikely I will send any further patch. There are still 21 from me where I've exposed sysfs attributes for NAND devices which are still not applied and most NAND devices still don't have a sysfs entry. So why should I waste my time

[PATCH 3.16.y-ckt 033/126] xen/arm/arm64: introduce xen_arch_need_swiotlb

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Stefano Stabellini stefano.stabell...@eu.citrix.com commit a4dba130891271084344c12537731542ec77cb85 upstream. Introduce an arch specific function to find out whether a particular dma

[PATCH 3.16.y-ckt 032/126] mm: fix corner case in anon_vma endless growing prevention

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov koc...@gmail.com commit b800c91a0517071156e772d4fb329ad33590da62 upstream. Fix for BUG_ON(anon_vma-degree) splashes in unlink_anon_vmas() (kernel BUG at

[PATCH 3.16.y-ckt 028/126] sched/deadline: Fix migration of SCHED_DEADLINE tasks

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Luca Abeni luca.ab...@unitn.it commit 6a503c3be937d275113b702e0421e5b0720abe8a upstream. According to global EDF, tasks should be migrated between runqueues without checking if their

[PATCH 3.16.y-ckt 029/126] sched/deadline: Avoid double-accounting in case of missed deadlines

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Luca Abeni luca.ab...@unitn.it commit 269ad8015a6b2bb1cf9e684da4921eb6fa0a0c88 upstream. The dl_runtime_exceeded() function is supposed to ckeck if a SCHED_DEADLINE task must be

[PATCH 3.16.y-ckt 011/126] Btrfs: don't delay inode ref updates during log replay

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Mason c...@fb.com commit 6f8960541b1eb6054a642da48daae2320fddba93 upstream. Commit 1d52c78afbb (Btrfs: try not to ENOSPC on log replay) added a check to skip delayed inode

[PATCH 3.16.y-ckt 017/126] drm/radeon: adjust default bapm settings for KV

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit 02ae7af53a451a1b0a51022c4693f5b339133e79 upstream. Enabling bapm seems to cause clocking problems on some KV configurations. Disable it

[PATCH 3.16.y-ckt 010/126] SCSI: fix regression in scsi_send_eh_cmnd()

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern st...@rowland.harvard.edu commit 511833acfc06c013d453e288f483c682c60ffbff upstream. Commit ac61d1955934 (scsi: set correct completion code in scsi_send_eh_cmnd())

[PATCH 3.16.y-ckt 014/126] drm/radeon: KV has three PPLLs (v2)

2015-01-27 Thread Luis Henriques
3.16.7-ckt5 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit fbedf1c3fc3a1e9f249c2efe2f4553d8df9d86d3 upstream. Enable all three in the driver. Early documentation indicated the 3rd one was used

Re: [PATCH v2 06/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT

2015-01-27 Thread Tomeu Vizoso
On 15 January 2015 at 18:28, Stephen Warren swar...@wwwdotorg.org wrote: On 01/15/2015 09:12 AM, Tomeu Vizoso wrote: In preparation for adding the DT for the nyan-blaze board. git format-patch -C might help here; hopefully it'd highlight that arch/arm/boot/dts/tegra124-nyan.dtsi was a copy

RE: [E1000-devel] [PATCH 1/2] if_link: Add VF multicast promiscuous mode control

2015-01-27 Thread Hiroshi Shimamoto
On 01/22/2015 04:32 PM, Hiroshi Shimamoto wrote: Subject: RE: [E1000-devel] [PATCH 1/2] if_link: Add VF multicast promiscuous mode control Skidmore, Donald C donald.c.skidm...@intel.com writes: My hang up is more related to: without the nob to enable it (off by default) we are

Re: make allyesconfig i386 build failure with next-20150122 (caused by fb_agm1264k-fl driver)

2015-01-27 Thread Tilman Schmidt
Am 27.01.2015 um 03:42 schrieb Guenter Roeck: On 01/26/2015 02:46 PM, Greg Kroah-Hartman wrote: On Mon, Jan 26, 2015 at 01:59:59PM -0800, Guenter Roeck wrote: On Thu, Jan 22, 2015 at 12:10:33PM -0700, Jim Davis wrote: make ARCH=i386 allyesconfig fails with drivers/staging/built-in.o: In

Re: [PATCH] regmap.h: correct the description of structure element in reg_field

2015-01-27 Thread Mark Brown
On Tue, Jan 27, 2015 at 08:50:29PM +0800, Bintian Wang wrote: Fix incorrect description of structure element msb, which is described as reg. Applied, thanks. Please use subject lines matching the style for the subsystem. signature.asc Description: Digital signature

Re: [PATCH 20/32] net: use %*pb[l] to print bitmaps including cpumasks and nodemasks

2015-01-27 Thread David Miller
From: Tejun Heo t...@kernel.org Date: Sat, 24 Jan 2015 09:03:26 -0500 printk and friends can now formap bitmaps using '%*pb[l]'. cpumask and nodemask also provide cpumask_pr_args() and nodemask_pr_args() respectively which can be used to generate the two printf arguments necessary to format

Re: Edited kexec_load(2) [kexec_file_load()] man page for review

2015-01-27 Thread Michael Kerrisk (man-pages)
Hello Vivek, Ping! Cheers, Michael On 16 January 2015 at 14:30, Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: Hello Vivek, Thanks for your comments! I've added some further text to the page based on those comments. See some follow-up questions below. On 01/12/2015 11:16 PM,

Re: [RFC 1/3] Slab infrastructure for array operations

2015-01-27 Thread Joonsoo Kim
On Fri, Jan 23, 2015 at 03:37:28PM -0600, Christoph Lameter wrote: This patch adds the basic infrastructure for alloc / free operations on pointer arrays. It includes a fallback function that can perform the array operations using the single alloc and free that every slab allocator performs.

Re: [PATCH 1/3] IPVS: add wlib wlip schedulers

2015-01-27 Thread Julian Anastasov
Hello, On Fri, 23 Jan 2015, Julian Anastasov wrote: On Tue, 20 Jan 2015, Chris Caputo wrote: My application consists of incoming TCP streams being load balanced to servers which receive the feeds. These are long lived multi-gigabyte streams, and so I believe the estimator's

Re: [PATCH 0/3] pinctrl: Qualcomm msm8916 pinctrl driver

2015-01-27 Thread Linus Walleij
On Tue, Jan 20, 2015 at 10:17 AM, Stanimir Varbanov svarba...@mm-sol.com wrote: This series adds a pinctrl driver for Snapdragon 410 (msm8916) SoC. The first patch increase the register address variable size, next adds a binding document and the last patch adds the pinctrl driver Comments

Charity Donation

2015-01-27 Thread CATHIE HU TING
Good Day I got your details after an extensive on-line search Via (Network Power Charitable Trust) for a reliable person,I'm Mrs.Cathie Hu,a 62 years old dying woman who was diagnosed for cancer about 2 years ago,I have decided to donate ($10,500,000.00) to you for charitable goals.Contact my

Re: [PATCH v2 1/4] aio: add aio_kernel_() interface

2015-01-27 Thread Ming Lei
On Tue, Jan 27, 2015 at 1:00 AM, Christoph Hellwig h...@infradead.org wrote: On Tue, Jan 27, 2015 at 12:18:23AM +0800, Ming Lei wrote: Also it might make sense to just offer aio_kernel_read/write intefaces instead of the common submit wrapper, as that's much closer to other kernel APIs,

Re: [lm-sensors] [PATCH] hwmon: (ads7828) Make sample interval configurable

2015-01-27 Thread Guenter Roeck
On 01/26/2015 11:59 PM, Robert Rosengren wrote: On 01/16/2015 07:30 PM, Guenter Roeck wrote: I sent a couple of patches a minute ago which should take care of the issue. Would be great if you can test it. I applied the v2 versions of the patches for a quick test, but it was not successful.

Re: [PATCH v3 2/3] dt-bindings: Add pinctrl bindings for mt65xx/mt81xx.

2015-01-27 Thread Linus Walleij
On Mon, Jan 26, 2015 at 4:57 PM, Sascha Hauer s.ha...@pengutronix.de wrote: On Tue, Jan 20, 2015 at 10:45:09AM +0100, Linus Walleij wrote: As discussed with Sascha Hauer it is ambigous to use pins for a numerical value indicating both a mux setting and a pin. Sascha suggests using pinmux and

[PATCH 5/9] mtd: pxa3xx_nand: add support for the Marvell Berlin nand controller

2015-01-27 Thread Antoine Tenart
The nand controller on Marvell Berlin SoC reuse the pxa3xx nand driver as it quite close. The process of sending commands can be compared to the one of the Marvell armada 370: read and write commands are done in chunks. But the Berlin nand controller has some other specificities which require

[PATCH 4/9] mtd: pxa3xx_nand: add a default chunk size

2015-01-27 Thread Antoine Tenart
Add a default chunk size of 512 in the pxa3xx nand driver. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- drivers/mtd/nand/pxa3xx_nand.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Pali Rohár
On Tuesday 27 January 2015 14:41:43 Peter Ujfalusi wrote: On 01/27/2015 03:32 PM, Pavel Machek wrote: On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: Hi, On 01/26/2015 10:51 PM, Pali Rohár wrote: qemu does not emulate it Not sure about this... How does qemu emulate

[PATCH 7/9] mtd: nand: let Marvell Berlin SoCs select the pxa3xx driver

2015-01-27 Thread Antoine Tenart
Marvell Berlin nand controller support has been added in the pxa3xx nand driver. Let these SoCs select the driver. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- drivers/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/9] mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0

2015-01-27 Thread Antoine Tenart
pxa3xx_flash_ids wasn't initialized to 0, which in certain cases could end up containing corrupted values in its members. Fix this to avoid possible issues. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- drivers/mtd/nand/pxa3xx_nand.c | 2 ++ 1 file changed, 2 insertions(+)

[PATCH 8/9] ARM: berlin: add BG2Q node for the nand

2015-01-27 Thread Antoine Tenart
Add a node describing the nand controller of the Marvell Berlin BG2Q SoC. It uses the pxa3xx nand driver, with a dedicated compatible. Also add the corresponding pinmuxing configuration. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- arch/arm/boot/dts/berlin2q.dtsi | 21

[PATCH 2/9] mtd: pxa3xx_nand: add a non mandatory ECC clock

2015-01-27 Thread Antoine Tenart
Some controllers (as the coming Berlin nand controller) need to enable an ECC clock. Add support for this clock in the pxa3xx nand driver, and leave it as non mandatory. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- drivers/mtd/nand/pxa3xx_nand.c | 26

[PATCH 3/9] mtd: pxa3xx_nand: set NDCR_PG_PER_BLK if page per block is 128

2015-01-27 Thread Antoine Tenart
Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- drivers/mtd/nand/pxa3xx_nand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index 2681ec4abafa..782ae24d6b7d 100644 ---

[PATCH 0/9] ARM: berlin: add nand support

2015-01-27 Thread Antoine Tenart
Hi all, This series introduces the support for the Marvell Berlin nand controller. It is based on top of v3.19-rc6 and was tested on the Marvell Berlin BG2Q DMP board. The support is added into the existing pxa3xx nand controller. Some additions were done in order to get this controller working:

Re: N900 v3.19-rc5 arm atags_to_fdt.c is broken

2015-01-27 Thread Pavel Machek
I would say, problem is because omap3-n900 binary DT is too large I agree. OK if that's the case, then your patch makes sense to me. It also seems we can have the temporary stack be larger than the initial stack just for atags_to_fdt. The stack size isn't the issue, but rather

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Peter Ujfalusi
On 01/27/2015 03:32 PM, Pavel Machek wrote: On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: Hi, On 01/26/2015 10:51 PM, Pali Rohár wrote: qemu does not emulate it Not sure about this... How does qemu emulate tlv320aic3106, tpa6130a2a, McBSP, sDMA for audio to work? What about the other

[PATCH 1/3] dt: usb: jz4740: Add DT binding document for OHCI

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton paul.bur...@imgtec.com Add the binding documentation for the JZ47xx OHCI controller. Signed-off-by: Paul Burton paul.bur...@imgtec.com Signed-off-by: Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com --- The jz4740 is platform only at the moment. But DT support is being

[PATCH 0/3] usb: ohci: jz4740: Add DT support and a fix

2015-01-27 Thread Zubair Lutfullah Kakakhel
Hi, Here are a few simple patches for the jz4740. First adds a simple DT binding. Seconds adds DT support. Third is a minor fix in clock enabling. Patches are based on 3.19-rc6. Quite disjoint and stay within jz4740 so should apply easily on other trees. If you would like to have them rebased

[PATCH 2/3] usb: ohci: jz4740: add DT support

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton paul.bur...@imgtec.com This is a simple matter of providing a match table, the probe code needs no modification. Signed-off-by: Paul Burton paul.bur...@imgtec.com --- drivers/usb/host/ohci-jz4740.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH 3/3] usb: ohci: jz4740: prepare the clock before enabling it

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton paul.bur...@imgtec.com The clock must have been prepared before enabling it. Signed-off-by: Paul Burton paul.bur...@imgtec.com --- drivers/usb/host/ohci-jz4740.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/ohci-jz4740.c

Re: [PATCH] mmc: dw_mmc: exynos: remove incorrect __exit_p()

2015-01-27 Thread Ulf Hansson
On 24 January 2015 at 01:33, Dmitry Torokhov dmitry.torok...@gmail.com wrote: dw_mci_pltfm_remove() is not (nor should it be) marked as __exit, so we should not be using __exit_p() wrapper with it. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com Thanks! Applied for next. Kind

Re: [PATCH] mmc: dw_mmc: rockchip: remove incorrect __exit_p()

2015-01-27 Thread Ulf Hansson
On 24 January 2015 at 01:30, Dmitry Torokhov dmitry.torok...@gmail.com wrote: dw_mci_pltfm_remove() is not (nor should it be) marked as __exit, so we should not be using __exit_p() wrapper with it. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com Thanks! Applied for next. Kind

[PATCH_V2 3/3] usb: ohci: jz4740: prepare the clock before enabling it

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton paul.bur...@imgtec.com The clock must have been prepared before enabling it. Signed-off-by: Paul Burton paul.bur...@imgtec.com -- V2 changes. Add disable_unprepare as well --- drivers/usb/host/ohci-jz4740.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[PATCH_V2 0/3] usb: ohci: jz4740: Add DT support and a fix

2015-01-27 Thread Zubair Lutfullah Kakakhel
Hi, Here are a few simple patches for the jz4740. First adds a simple DT binding. Seconds adds DT support. Third is a minor fix in clock enabling. Patches are based on 3.19-rc6. Quite disjoint and stay within jz4740 so should apply easily on other trees. If you would like to have them rebased

Re: [GIT PULL] PCI fixes for v3.19

2015-01-27 Thread Bjorn Helgaas
On Mon, Jan 26, 2015 at 9:55 PM, Yinghai Lu ying...@kernel.org wrote: On Mon, Jan 26, 2015 at 3:53 PM, Bjorn Helgaas bhelg...@google.com wrote: On Mon, Jan 26, 2015 at 01:24:51PM -0800, Tony Luck wrote: On Mon, Jan 26, 2015 at 1:02 PM, Bjorn Helgaas bhelg...@google.com wrote: Sorry for the

[PATCH_V2 2/3] usb: ohci: jz4740: add DT support

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton paul.bur...@imgtec.com This is a simple matter of providing a match table, the probe code needs no modification. Signed-off-by: Paul Burton paul.bur...@imgtec.com --- drivers/usb/host/ohci-jz4740.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH_V2 1/3] dt: usb: jz4740: Add DT binding document for OHCI

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton paul.bur...@imgtec.com Add the binding documentation for the JZ47xx OHCI controller. Signed-off-by: Paul Burton paul.bur...@imgtec.com Signed-off-by: Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com --- The jz4740 is platform only at the moment. But DT support is being

[no subject]

2015-01-27 Thread Varun Sharma
unsubscribe linux-kernel -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2

2015-01-27 Thread Ulf Hansson
On 26 January 2015 at 11:23, Jean Delvare jdelv...@suse.de wrote: I seem to understand that the sdhci-pxav3 and sdhci-pxav2 drivers are only needed on the MMP architecture. So add a hardware dependency on ARCH_MMP, so that other users don't get to build useless drivers. I would rather see the

[PATCH 9/9] ARM: berlin: enable flash on the BG2Q DMP

2015-01-27 Thread Antoine Tenart
The BG2Q DMP has a nand controller. Enable it with the correct configuration. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts

[PATCH 6/9] Documentation: bindings: add the Berlin nand controller compatible

2015-01-27 Thread Antoine Tenart
The Berlin nand controller support was introduced using the existing pxa3xx nand driver. Add the Berlin specific compatible into the documentation. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt | 1 + 1 file changed, 1

Re: [PATCH 6/6] locking/rwsem: Check for active lock before bailing on spinning

2015-01-27 Thread Jason Low
On Sun, 2015-01-25 at 23:36 -0800, Davidlohr Bueso wrote: 37e9562453b (locking/rwsem: Allow conservative optimistic spinning when readers have lock) forced the default for optimistic spinning to be disabled if the lock owner was nil, which makes much sense for readers. However, while it is

[PATCH] x86/kernel/head_64: fix path in comments

2015-01-27 Thread Alexander Kuleshov
Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- arch/x86/kernel/head_64.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index a468c0a..6975f5d 100644 --- a/arch/x86/kernel/head_64.S +++

Re: [PATCH] mmc: print message if a card supports secure erase/trim

2015-01-27 Thread Steven Rostedt
On Tue, 27 Jan 2015 19:13:29 +0100 Alexander Holler hol...@ahsoftware.de wrote: Basically, what you are saying is printk is more convenient for me and I do not care about the other cases that make much more sense with sysfs. The kernel does not work that way. No. First I don't know the

RE: [PATCH 0/9] staging: comedi: introduce comedi_usb.h header

2015-01-27 Thread Hartley Sweeten
On Tuesday, January 27, 2015 10:49 AM, Ian Abbott wrote: comedidev.h includes USB-specific stuff that gets included by all comedi drivers including non-USB ones. Separate it out into its own header comedi_usb.h. Make the new header include linux/usb.h and comedidev.h so that comedi USB

Re: [PATCH] mmc: print message if a card supports secure erase/trim

2015-01-27 Thread Joe Perches
On Tue, 2015-01-27 at 13:06 +0100, Richard Weinberger wrote: Am 27.01.2015 um 13:02 schrieb Alexander Holler: Am 27.01.2015 um 12:55 schrieb Richard Weinberger: On Tue, Jan 27, 2015 at 12:48 PM, Alexander Holler hol...@ahsoftware.de wrote: It's an interesting detail, so inform the user

Re: [PATCH 08/18] spi/xilinx: Support cores with no interrupt

2015-01-27 Thread Ricardo Ribalda Delgado
Hello Mark Right, for short transfers polling tends to win every time over interrupts - if you look at other controller drivers you'll see a lot of them use this technique. The best practice here is generally to use a copy break and do very short transfers in polling mode and go back to

Re: [PATCH 3/7] spi: spi-fsl-dspi: Remove usage of devm_kzalloc

2015-01-27 Thread Aaron Brice
On 01/27/2015 03:57 AM, Bhuvanchandra DV wrote: devm_* API was supposed to be used only in probe function call. Memory is allocated at 'probe' and free automatically at 'remove'. Usage of devm_* functions outside probe sometimes leads to memory leak. Avoid using devm_kzalloc in

Re: [PATCH] usb: phy-generic: Don't fail on missing gpio reset

2015-01-27 Thread Sören Brinkmann
On Tue, 2015-01-27 at 09:20AM -0600, Felipe Balbi wrote: On Mon, Jan 26, 2015 at 05:45:29PM -0800, Soren Brinkmann wrote: A reset through a GPIO is optional. Don't fail probing when it is missing. Reported-by: Andreas Färber afaer...@suse.de Signed-off-by: Soren Brinkmann

Re: [PATCH] clk: Fix debugfs clk removal before inited

2015-01-27 Thread Mike Turquette
Quoting Stephen Boyd (2015-01-19 11:44:35) On 01/19/2015 01:57 AM, Srinivas Kandagatla wrote: Some of the clks can be registered unregistered before the clk related debugfs entries are initialized at late_initcall. In the unregister path checking for only dentry before

[PATCH v3 07/10] ARM: dts: sunxi: Add usb3_vbus regulator to common regulators dtsi

2015-01-27 Thread Chen-Yu Tsai
Some SoCs have a total of 4 possible USB controllers. One such example is the A80, which has one USB3 dual role device and 3 EHCI/OHCI pairs. Add a common VBUS regulator for the last host controller. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sunxi-common-regulators.dtsi |

[PATCH v3 06/10] ARM: dts: sun9i: Add USB host controller nodes to a80 dtsi

2015-01-27 Thread Chen-Yu Tsai
The A80 has 3 EHCI/OHCI USB controllers. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun9i-a80.dtsi | 70 1 file changed, 70 insertions(+) diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi index

Re: [PATCH] module: set ksymtab/kcrctab* section addresses to 0x0

2015-01-27 Thread Rabin Vincent
On Tue, Jan 27, 2015 at 10:20:32AM +1030, Rusty Russell wrote: Rabin Vincent rabin.vinc...@axis.com writes: These __ksymtab*/__kcrctab* sections currently have non-zero addresses. Non-zero section addresses in a relocatable ELF confuse GDB and it ends up not relocating all symbols when

Re: [PATCH] clk: ux500: Drop use of clk-private.h

2015-01-27 Thread Mike Turquette
Quoting Ulf Hansson (2015-01-22 23:36:28) On 22 January 2015 at 20:34, Stephen Boyd sb...@codeaurora.org wrote: These drivers don't need to include clk-private.h. Remove the include. Cc: Ulf Hansson ulf.hans...@linaro.org Cc: Linus Walleij linus.wall...@linaro.org Signed-off-by:

[PATCH v3 09/10] ARM: sunxi_defconfig: Enable CONFIG_PHY_SUN9I_USB

2015-01-27 Thread Chen-Yu Tsai
On sun9i we have a new PHY driver for USB. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/configs/sunxi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 38840a812924..6b271645eb43 100644 ---

[PATCH v3 08/10] ARM: dts: sun9i: Enable USB support on A80 Optimus board

2015-01-27 Thread Chen-Yu Tsai
Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun9i-a80-optimus.dts | 60 + 1 file changed, 60 insertions(+) diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts index c4de9cb9a5f6..16d30bb3a872 100644

Re: [PATCH v4 4/6] of/pci: add of_pci_dma_configure() update dma configuration

2015-01-27 Thread Murali Karicheri
On 01/26/2015 06:59 PM, Bjorn Helgaas wrote: On Mon, Jan 26, 2015 at 5:25 PM, Murali Karicherim-kariche...@ti.com wrote: On 01/23/2015 06:41 PM, Bjorn Helgaas wrote: On Fri, Jan 23, 2015 at 05:32:37PM -0500, Murali Karicheri wrote: Add of_pci_dma_configure() to allow updating the dma

Re: [PATCH 01/13] kdbus: add documentation

2015-01-27 Thread Daniel Mack
Hi Michael, On 01/27/2015 06:53 PM, Michael Kerrisk (man-pages) wrote: On 01/27/2015 04:23 PM, David Herrmann wrote: I only expect a handful of users to call the ioctls directly. The libraries that implement the payload-marshaling, in particular. It's a similar situation with netlink.

[PATCH v2 3/6] staging: comedi: comedi_compat.c: reformat copyright comment

2015-01-27 Thread Ian Abbott
Use the usual block comment style. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- v2: no change --- drivers/staging/comedi/comedi_compat32.c | 38 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/drivers/staging/comedi/comedi_compat32.c

Re: [PATCH v4 3/5] drivers: bus: Add Simple Power-Managed Bus DT Bindings

2015-01-27 Thread Mark Rutland
On Mon, Jan 26, 2015 at 04:16:15PM +, Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Tested-by: Ulrich Hecht ulrich.hecht+rene...@gmail.com --- v4: - Replace simple-bus by simple-pm-bus, - Remove the renesas,bsc bindings. They will be specified in

Re: [PATCH] cgroup: Initialize root in cgroup_mount

2015-01-27 Thread Tejun Heo
On Tue, Jan 27, 2015 at 09:46:36AM -0800, Jason Low wrote: On Tue, 2015-01-27 at 11:10 -0500, Tejun Heo wrote: On Mon, Jan 26, 2015 at 04:21:39PM -0800, Jason Low wrote: Compiling kernel/ causes warnings: ... ‘root’ may be used uninitialized in this function ... ‘root’ was

[PATCH v2 0/6] staging: comedi: comedi_compat32.[ch] fix and tidy up

2015-01-27 Thread Ian Abbott
Fix a bug in the handling of the 32-bit compatible version of the COMEDI_CMD ioctl and tidy up the rest of the 32-bit compatible ioctl handling code a bit. v2: fix minor niggle in patch 1 and drop patch 7. 1) staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back 2) staging: comedi:

[PATCH v2 5/6] staging: comedi: comedi_compat32.c: align some comments

2015-01-27 Thread Ian Abbott
Align some comments attached to members of the 32-bit compatibility structure definitions. These comments describe the original pointer types that are being represented by a `compat_uptr_t`. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- v2: no change ---

Re: [alsa-devel] [PATCH v4 1/3] ASoC: samsung: Add machine driver for Trats2

2015-01-27 Thread Mark Brown
On Tue, Jan 27, 2015 at 06:09:39PM +0100, Sylwester Nawrocki wrote: On 23/01/15 06:03, Inha Song wrote: + priv-clk_mclk = of_clk_get_by_name(codec_node, MCLK1); + if (IS_ERR(priv-clk_mclk)) { + dev_err(pdev-dev, Failed to get mclk clock\n); +

Re: [PATCH 2/2] watchdog: jz4740: Add DT support

2015-01-27 Thread Arnd Bergmann
On Tuesday 27 January 2015 15:11:30 Zubair Lutfullah Kakakhel wrote: }; +#ifdef CONFIG_OF +static const struct of_device_id jz4740_of_matches[] = { + { .compatible = ingenic,jz4740-watchdog, }, + { /* sentinel */ } +}; +#endif + static int jz4740_wdt_probe(struct

Re: [PATCH] mmc: print message if a card supports secure erase/trim

2015-01-27 Thread Alexander Holler
Am 27.01.2015 um 18:48 schrieb Steven Rostedt: On Tue, 27 Jan 2015 18:38:36 +0100 Alexander Holler hol...@ahsoftware.de wrote: Anyway, I like(d) Linux because it didn't had a splash screen and used to spit out all types of information on the screen where it could be easily seen or found (in

Re: [Patch v2 0/2] firmware: dmi-sysfs: add SMBIOS entry point area raw attribute

2015-01-27 Thread Ivan Khoronzhuk
On 01/27/2015 06:23 PM, Grant Likely wrote: On Mon, 26 Jan 2015 15:28:36 +0200 , Ivan Khoronzhuk ivan.khoronz...@linaro.org wrote: Some utils, like dmidecode and smbios, needs to access SMBIOS entry table area in order to get information like SMBIOS version, size, etc. Currently it's done

Re: [PATCH] mmc: print message if a card supports secure erase/trim

2015-01-27 Thread Borislav Petkov
On Tue, Jan 27, 2015 at 07:04:13PM +0100, Alexander Holler wrote: dmesg | grep -i mmc (or whatever is of interest) And what happens if someone has done dmesg -c before you? -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the

[PATCH v2 1/6] staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back

2015-01-27 Thread Ian Abbott
`do_cmd_ioctl()` in comedi_fops.c handles the `COMEDI_CMD` ioctl. This returns `-EAGAIN` if it has copied a modified `struct comedi_cmd` back to user-space. (This occurs when the low-level Comedi driver's `do_cmdtest()` handler returns non-zero to indicate a problem with the contents of the

Re: [PATCH v4 3/6] of: fix size when dma-range is not used

2015-01-27 Thread Murali Karicheri
On 01/27/2015 06:27 AM, Robin Murphy wrote: Hi Murali, On 23/01/15 22:32, Murali Karicheri wrote: Fix the dma-range size when the DT attribute is missing. i.e set size to dev-coherent_dma_mask + 1 instead of dev-coherent_dma_mask. To detect overflow when mask is set to max of u64, add a check,

Re: [PATCH] mmc: print message if a card supports secure erase/trim

2015-01-27 Thread Alexander Holler
Am 27.01.2015 um 19:42 schrieb Steven Rostedt: Hey, if you end up doing it, it could help with your resume. Oh, young padovan, I'm writing SW since 30a and it just would make it even longer, which already seems to be a problem for many HR people. Alexander Holer -- To unsubscribe from this

Re: [PATCH 1/2] dt: watchdog: Add DT binding documentation for jz47xx watchdog timer

2015-01-27 Thread Arnd Bergmann
On Tuesday 27 January 2015 15:11:29 Zubair Lutfullah Kakakhel wrote: +clocks: phandle to rtcclk +clock-names: must be rtc + +Example: + +watchdog: jz47xx-watchdog@0x10002000 { + compatible = ingenic,jz4780-watchdog; + reg = 0x10002000 0x100; + + clocks = rtclk; +

[PATCH 5/7] ARM: at91: change board files into SoC files

2015-01-27 Thread Nicolas Ferre
As board files are now DT only and can address all aspects of the SoC family, we can rename them so that the mach-at91 directory looks cleaner. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/Makefile | 11 ++--- arch/arm/mach-at91/at91rm9200.c | 68

[PATCH 7/7] ARM: at91/trivial: unify functions and machine names

2015-01-27 Thread Nicolas Ferre
Remove the string (Device Tree) after the machine name because all AT91 machines use the DT nowadays. Also change some function names to unify following the convention: - at91sam9xxx aren't named sam9, 9xxx but with the full name - sama5 are the ones that don't have the at91 prefix anymore.

  1   2   3   4   5   6   7   8   9   10   >