[PATCH v2 0/5] PCI: generic: Misc. bug fixes
From: David Daney <david.daney@cavium.com> While using the pci-host-generic driver to add PCI support for the Cavium ThunderX processors, several bugs were discovered. This patch set fixes the...
View Article[PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max...
From: David Daney <david.daney@cavium.com> There are two problems with the bus_max calculation: 1) The u8 data type can overflow for large config space windows. 2) The calculation is incorrect...
View Article[PATCH v2 5/5] PCI: generic: Pass proper starting bus number to...
From: David Daney <david.daney@cavium.com> If the bus is being configured with a bus-range that does not start at zero, pass that starting bus number to pci_scan_root_bus(). Passing the...
View Article[PATCH v2 1/5] PCI: Add pci_bus_fixup_irqs().
From: David Daney <david.daney@cavium.com> pci_bus_fixup_irqs() works like pci_fixup_irqs(), except it only does the fixups for devices on the specified bus. Follow-on patch will use the new...
View Article[PATCH v2 3/5] PCI: generic: Quit clobbering our pci_ops.
From: David Daney <david.daney@cavium.com> The pci-host-generic driver keeps a global struct pci_ops which it then patches with the .map_bus method appropriate for the bus device. A problem...
View Article[PATCH v2 2/5] PCI: generic: Only fixup irqs for bus we are creating.
From: David Daney <david.daney@cavium.com> If we create multiple buses with pci-host-generic, or there are buses created by other drivers, we don't want to call pci_fixup_irqs() which operates...
View ArticleRe: [RFC PATCH v4 2/4] genirq: add move_irqs() for cpu hotplug
On Thu, 17 Sep 2015, Marc Zyngier wrote: > On 17/09/15 06:19, Yang Yingliang wrote: > > Add move_irqs() into kernel/irq/migration.c. > > So we can use it to migrate interrupts, when...
View ArticleRe: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files
On 9/18/2015 2:27 PM, Arnd Bergmann wrote: > On Friday 18 September 2015 14:24:06 Ray Jui wrote: >> Move aliases into bcm-cygnus.dtsi to avoid duplications in Cygnus dts >> files...
View ArticleRe: [PATCH 2/2] toshiba_acpi: Change default Hotkey enabling value
Hi Darren, 2015-09-18 15:37 GMT-06:00 Darren Hart <dvhart@infradead.org>: > On Wed, Sep 09, 2015 at 11:28:20AM -0600, Azael Avalos wrote: >> The driver currently uses the hotkey...
View ArticleRe: [PATCH 1/1] toshiba_acpi: Remove unneeded u32 variables from *setup_keyboard
On Wed, Sep 09, 2015 at 11:30:08AM -0600, Azael Avalos wrote: > The function toshiba_acpi_setup_keyboard currently has two u32 variables > used to store the Hotkey Event Type and the result of...
View ArticleRe: [PATCH] Added multiplier for APERF and MPERF counters
On Friday, September 18, 2015 07:08:47 AM Anaczkowski, Lukasz wrote: > From: Rafael J. Wysocki [mailto:rjw@rjwysocki.net] > Sent: Thursday, September 17, 2015 7:05 PM > > > Please...
View ArticleRe: [PATCH v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus
On 9/18/2015 2:28 PM, Arnd Bergmann wrote: > On Friday 18 September 2015 14:24:08 Ray Jui wrote: >> Remove unused PCI I/O resource in bcm-cygnus.dtsi >> >> Signed-off-by: Ray Jui...
View ArticleRe: [PATCH 1/1] toshiba_acpi: Add 0x prefix to available_kbd_modes_show funtion
On Wed, Sep 09, 2015 at 11:30:09AM -0600, Azael Avalos wrote: > This patch adds the 0x prefix to the values printed by such function, the > values are already being printed in hex, but without...
View ArticleRe: [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
On Sat, Sep 05, 2015 at 12:27:17PM +0200, Andreas Gruenbacher wrote: > The trailing everyone@ allow ace can grant permissions to all file > classes including the owner and group class. Before we...
View ArticleRe: [PATCH v2 4/9] ARM: dts: Put Cygnus core components under core bus
On 9/18/2015 2:30 PM, Arnd Bergmann wrote: > On Friday 18 September 2015 14:24:09 Ray Jui wrote: >> >> + core { >> + compatible = "simple-bus"; >> + ranges; >> +...
View ArticleRe: [PATCH] platform/x86: Toshiba WMI Hotkey Driver
On Wed, Sep 09, 2015 at 11:30:10AM -0600, Azael Avalos wrote: > Toshiba laptops that feature WMI events for hotkeys were left unsupported > by the toshiba_acpi driver, however, commit...
View ArticleRe: [PHP-DEV] Let's discuss enums!
On 18 September 2015 01:49:35 BST, John Bafford <jbafford@zort.net> wrote: >an important benefit to providing a value for enums would be to allow for >changing or deprecating enums. So you...
View ArticleRe: [PATCHv2] SUNRPC: Fix a race in xs_reset_transport
On Fri, 2015-09-18 at 12:51 -0400, Trond Myklebust wrote: > On Fri, 2015-09-18 at 12:19 +0100, Suzuki K. Poulose wrote: > > On 16/09/15 12:17, Jeff Layton wrote: > > > On Wed, 16 Sep...
View ArticleRe: [rtc-linux] [PATCH v3 1/2] Fixed ds1390_get_reg returned value
Hi, You've sent that series so many times that I'm not sure which one I should look at... Also, please include a changelog when submitting a new version of a patch. On 18/09/2015 at 17:27:56 +0200,...
View Article[PATCH v2 8/8] memcg: generate file modified notifications on "memory.events"
cgroup core only recently grew generic notification support. Wire up "memory.events" so that it triggers a file modified event whenever its content changes. v2: Refreshed on top of mem_cgroup...
View Article