- Nov 25, 2014
-
-
Andrew Lutomirski authored
SOF_TIMESTAMPING_OPT_ID puts the id in ee_data, not ee_info. Cc: Willem de Bruijn <willemb@google.com> Signed-off-by:
Andy Lutomirski <luto@amacapital.net> Acked-by:
Willem de Bruijn <willemb@google.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- Nov 20, 2014
-
-
Miklos Szeredi authored
Some distributions carry an "old" format of overlayfs while mainline has a "new" format. The distros will possibly want to keep the old overlayfs alongside the new for compatibility reasons. To make it possible to differentiate the two versions change the name of the new one from "overlayfs" to "overlay". Signed-off-by:
Miklos Szeredi <mszeredi@suse.cz> Reported-by:
Serge Hallyn <serge.hallyn@ubuntu.com> Cc: Andy Whitcroft <apw@canonical.com>
-
- Nov 18, 2014
-
-
Soren Brinkmann authored
A misspelled 'arbitrary' propagated to quite a few locations in the DT binding documentation for pin-controllers. Fixing by: git grep abitrary | cut -f1 -d: | xargs sed -i 's/abitrary/arbitrary/' Reported-by:
Andreas Färber <afaerber@suse.de> Signed-off-by:
Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by:
Rob Herring <robh@kernel.org>
-
bpqw authored
This patch is used to add vendor prefix for Micron Technology, Inc. in the vendor-prefixes.txt file. Micron Technology, Inc. is an American multinational corporation based in Boise, Idaho, best known for producing many forms of semiconductor devices. This includes DRAM, SDRAM, flash memory, eMMC and SSDs. Signed-off-by:
Bean Huo <bpqw@micron.com> [robh: cleanup commit msg formatting and company name] Signed-off-by:
Rob Herring <robh@kernel.org>
-
Philipp Zabel authored
Chips&Media is a developer of Video Codec IP cores. Signed-off-by:
Philipp Zabel <p.zabel@pengutronix.de> [robh: fix-up alphabetical ordering] Signed-off-by:
Rob Herring <robh@kernel.org>
-
Antony Pavlov authored
Signed-off-by:
Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by:
Rob Herring <robh@kernel.org>
-
Bjorn Helgaas authored
a9ecdc0f ("of/irq: Fix lookup to use 'interrupts-extended' property first") updated the description to say that: - Both 'interrupts' and 'interrupts-extended' may be present - Software should prefer 'interrupts-extended' - Software that doesn't comprehend 'interrupts-extended' may use 'interrupts' But there is still a paragraph at the end that prohibits having both and says 'interrupts' should be preferred. Remove the contradictory text. Fixes: a9ecdc0f ("of/irq: Fix lookup to use 'interrupts-extended' property first") Signed-off-by:
Bjorn Helgaas <bhelgaas@google.com> CC: stable@vger.kernel.org # v3.13+ Acked-by:
Brian Norris <computersforpeace@gmail.com> Acked-by:
Mark Rutland <mark.rutland@arm.com> Signed-off-by:
Rob Herring <robh@kernel.org>
-
Robert Jarzmik authored
Add sandisk to the list of vendors. This prefix should be used also for companies absorbed by Sandisk, like M-Systems. Signed-off-by:
Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by:
Rob Herring <robh@kernel.org>
-
- Nov 14, 2014
-
-
Ulrik De Bie authored
A chapter is added to describe the trackpoint packets. A section is added to describe the behaviour of the knob crc_enabled in sysfs. The introduction of the documentation only mentioned v1/v2, but in the last part it already contains explanation of v3 and v4. The introduction is updated. Signed-off-by:
Ulrik De Bie <ulrik.debie-os@e2big.org> Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
-
- Nov 13, 2014
-
-
Lucas Stach authored
41e5c0f8 ("of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()") added parsing of the "linux,pci-domain" property, but didn't add the binding documentation. Since this property will be supported by a number of host bridge drivers, add it to the common PCI binding doc. Fixes: 41e5c0f8 ("of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()") Signed-off-by:
Lucas Stach <l.stach@pengutronix.de> Signed-off-by:
Bjorn Helgaas <bhelgaas@google.com> Acked-by:
Liviu Dudau <Liviu.Dudau@arm.com> Acked-by:
Rob Herring <robh@kernel.org>
-
- Nov 11, 2014
-
-
Dirk Brandewie authored
Add support of Hardware Managed Performance States (HWP) described in Volume 3 section 14.4 of the SDM. With HWP enbaled intel_pstate will no longer be responsible for selecting P states for the processor. intel_pstate will continue to register to the cpufreq core as the scaling driver for CPUs implementing HWP. In HWP mode intel_pstate provides three functions reporting frequency to the cpufreq core, support for the set_policy() interface from the core and maintaining the intel_pstate sysfs interface in /sys/devices/system/cpu/intel_pstate. User preferences expressed via the set_policy() interface or the sysfs interface are forwared to the CPU via the HWP MSR interface. Signed-off-by:
Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-
- Nov 07, 2014
-
-
Mark Knibbs authored
Back in 2010 the default usb-storage delay_use time was reduced from 5 to 1 second (commit a4a47bc0), but kernel-parameters.txt wasn't updated to reflect that. Signed-off-by:
Mark Knibbs <markk@clara.co.uk> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- Nov 05, 2014
-
-
Loganaden Velvindron authored
It was initially sent by Lorenzo Colitti, but was subsequently lost in the final diff he submitted. Signed-off-by:
Loganaden Velvindron <logan@elandsys.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- Nov 03, 2014
-
-
Hans Verkuil authored
The default used to be that the first vivid device instance was single planar, the second multi planar, the third single planar, etc. However, that turned out to be unexpected and awkward. Change the driver to always default to single planar. Signed-off-by:
Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-
Geert Uytterhoeven authored
- r8a7792 (R-Car V2H) - r8a7793 (R-Car M2-N) - r8a7794 (R-Car E2) r8a7791 is now called "R-Car M2-W". Signed-off-by:
Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
- Oct 31, 2014
-
-
Tony Lindgren authored
With legacy booting, the platform init code was taking care of the configuring of GPIOs. With device tree based booting, things may or may not work depending what bootloader has configured or if the legacy platform code gets called. Let's add support for the pwrdn and reset GPIOs to the smc91x driver to fix the issues of smc91x not working properly when booted in device tree mode. And let's change n900 to use these settings as some versions of the bootloader do not configure things properly causing errors. Reported-by:
Kevin Hilman <khilman@linaro.org> Signed-off-by:
Tony Lindgren <tony@atomide.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
Dmitry Torokhov authored
This reverts commit 68da1664. It turns out that the assertion about scope of regressions due to always keeping keyboard controller in legacy mode was proven wrong. There are laptops, such as Clevo W650SH, that only have internal touchpad (no external PS/2 ports), that require active multiplexing mode to switch the touchpad (Elantech) into native mode instead of basic PS/2 emulation. Reported-by:
Roel Aaij <roel.aaij@gmail.com> Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
-
- Oct 29, 2014
-
-
Dan Carpenter authored
The reported-by text says you have to ask for permission, but that should only be if the bug was reported in private. These days the standard is to always give reported-by credit or it's considered a bit rude. Signed-off-by:
Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
- Oct 28, 2014
-
-
Jim Davis authored
The linux-next wiki at http://linux.f-seidel.de/linux-next/pmwiki has been gone for several months now. Signed-off-by:
Jim Davis <jim.epost@gmail.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
Alexander Graf authored
The prctl test code in Documentation/ tries to show how to use a call that only makes sense on x86. Restrict it there so that other platforms don't try to call asm("rdtsc"). Signed-off-by:
Alexander Graf <agraf@suse.de> Acked-by:
Peter Foley <pefoley2@pefoley.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
Koji Matsuoka authored
Signed-off-by:
Koji Matsuoka <koji.matsuoka.xm@renesas.com> Signed-off-by:
Yoshihiro Kaneko <ykaneko0929@gmail.com> Signed-off-by:
Tejun Heo <tj@kernel.org>
-
- Oct 27, 2014
-
-
Maciej W. Rozycki authored
Signed-off-by:
Maciej W. Rozycki <macro@linux-mips.org> [ jc: wording tweaked slightly ] Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
Simon Horman authored
Unlike other SATA R-Car r8a7790 controllers the r8a7790 ES1 SATA R-Car controller needs to be run with DIPM disabled. Signed-off-by:
Simon Horman <horms+renesas@verge.net.au> Signed-off-by:
Tejun Heo <tj@kernel.org> Cc: stable@vger.kernel.org
-
- Oct 25, 2014
-
-
Jeff Mahoney authored
The use of 64-bit math on i386 causes build failures: vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' Commit adb19fb6 (Documentation: add makefiles for more targets) is now building this by default, so it's failing the kernel build entirely. Switching the declaration from uint64_t to time_t does the right thing and handles the x32 case automatically. Signed-off-by:
Jeff Mahoney <jeffm@suse.com> Acked-by:
Peter Foley <pefoley2@pefoley.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
- Oct 24, 2014
-
-
Richard Cochran authored
This patch brings back the makefile called testptp.mk which was removed in commit adb19fb6 (Documentation: add makefiles for more targets). While the idea of that commit was to improve build coverage of the examples, the new Makefile is unable to cross compile the testptp program. In contrast, the deleted makefile was able to do this just fine. This patch fixes the regression by restoring the original makefile. Signed-off-by:
Richard Cochran <richardcochran@gmail.com> Acked-by:
Peter Foley <pefoley2@pefoley.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
Masanari Iida authored
This patch add a case with CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Acked-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
Masanari Iida authored
Add missing explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Acked-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
- Oct 23, 2014
-
-
Neil Brown authored
Document the overlay filesystem. Signed-off-by:
Miklos Szeredi <mszeredi@suse.cz>
-
Miklos Szeredi authored
Add a new inode operation i_op->dentry_open(). This is for stacked filesystems that want to return a struct file from a different filesystem. Signed-off-by:
Miklos Szeredi <mszeredi@suse.cz>
-
- Oct 22, 2014
-
-
Kirill Smelkov authored
Commit 75897d60 (hugetlb: allow sticky directory mount option) added support for mounting hugetlbfs with sticky option set, like /tmp is usually mounted, but forgot to document that. Acked-by:
Ken Chen <kenchen@google.com> Signed-off-by:
Kirill Smelkov <kirr@nexedi.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
Takashi Iwai authored
I've got a harmless warning when running make cleandocs on an already cleaned tree: Documentation/DocBook/media/Makefile:28: recipe for target 'cleanmediadocs' failed make[1]: [cleanmediadocs] Error 1 (ignored) Suppress this by passing -f to rm. Acked-by:
Mauro Carvalho Chehab <mchehab@osg.samsung.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
- Oct 21, 2014
-
-
Peter Foley authored
vdso_standalone_test_x86 needs -lgcc_s to build succesfully on 32bit. Signed-off-by:
Peter Foley <pefoley2@pefoley.com> [ Fixed missing separator issue reported by Paul Bolle <pebolle@tiscali.nl> ] Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
Javier Martinez Canillas authored
When posting a patch series that includes both code implementing a Device Tree binding and its associated documentation, the DT docs should come in the series before the implementation. This not only avoids checkpatch.pl to complain about undocumented bindings but also makes the review process easier. Document this convention since it may not be obvious. Signed-off-by:
Javier Martinez Canillas <javier.martinez@collabora.co.uk> Acked-by:
Mark Rutland <mark.rutland@arm.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
WANG Chao authored
Correct a sentence in Documentation/ABI/testing/sysfs-ibft. Signed-off-by:
WANG Chao <chaowang@redhat.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
-
Vincent Palatin authored
Fix media DocBook build errors by re-adding the orderedlist tag and putting back the section tags lost during merge. Reported-by:
Randy Dunlap <rdunlap@infradead.org> Signed-off-by:
Vincent Palatin <vpalatin@chromium.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-
- Oct 20, 2014
-
-
Carlo Caione authored
Signed-off-by:
Carlo Caione <carlo@caione.org> Reviewed-by:
Guenter Roeck <linux@roeck-us.net> Signed-off-by:
Wim Van Sebroeck <wim@iguana.be>
-
Naveen Krishna Chatradhi authored
Exynos7 SoC has a Watchdog for Atlas (A57) cores This patch adds support for the Atlas watchdog. Signed-off-by:
Naveen Krishna Chatradhi <ch.naveen@samsung.com> Reviewed-by:
Guenter Roeck <linux@roeck-us.net> Signed-off-by:
Wim Van Sebroeck <wim@iguana.be>
-
Josh Cartwright authored
The Qualcomm Krait Processor Sub-system (KPSS) contains one or more instances of the WDT. Provide documentation on how to describe these in the device tree. Signed-off-by:
Josh Cartwright <joshc@codeaurora.org> Reviewed-by:
Guenter Roeck <linux@roeck-us.net> Signed-off-by:
Wim Van Sebroeck <wim@iguana.be>
-
Harini Katakam authored
Add cadence-wdt bindings documentation. Signed-off-by:
Harini Katakam <harinik@xilinx.com> Reviewed-by:
Guenter Roeck <linux@roeck-us.net> Signed-off-by:
Wim Van Sebroeck <wim@iguana.be>
-
Xiubo Li authored
Signed-off-by:
Xiubo Li <Li.Xiubo@freescale.com> Reviewed-by:
Guenter Roeck <linux@roeck-us.net> Signed-off-by:
Wim Van Sebroeck <wim@iguana.be>
-