Quantcast
Channel: Serverphorums.com
Browsing all 23908 articles
Browse latest View live
↧

[PATCH 1/8] iommu: Revive device_group iommu-ops call-back

From: Joerg Roedel <jroedel@suse.de> That call-back is currently unused, change it into a call-back function for finding the right IOMMU group for a device. This is a first step to remove the...

View Article


[PATCH 8/8] iommu: Move default domain allocation to iommu_group_get_for_dev()

From: Joerg Roedel <jroedel@suse.de> Now that the iommu core support for iommu groups is not pci-centric anymore, we can move default domain allocation to the bus independent...

View Article


[PATCH 7/8] iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev

From: Joerg Roedel <jroedel@suse.de> All callers of iommu_group_get_for_dev() provide a device_group call-back now, so this fall-back is no longer needed. Signed-off-by: Joerg Roedel...

View Article

[PATCH 6/8] iommu/arm-smmu: Switch to device_group call-back

From: Joerg Roedel <jroedel@suse.de> This converts the ARM SMMU and the SMMUv3 driver to use the new device_group call-back. Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Joerg...

View Article

[PATCH 4/8] iommu: Add device_group call-back to x86 iommu drivers

From: Joerg Roedel <jroedel@suse.de> Set the device_group call-back to pci_device_group() for the Intel VT-d and the AMD IOMMU driver. Signed-off-by: Joerg Roedel <jroedel@suse.de> ---...

View Article


[PATCH 5/8] iommu/fsl: Convert to device_group call-back

From: Joerg Roedel <jroedel@suse.de> Convert the fsl pamu driver to make use of the new device_group call-back. Cc: Varun Sethi <Varun.Sethi@freescale.com> Signed-off-by: Joerg Roedel...

View Article

Re: [RFC Patch 10/12] IXGBEVF: Add lock to protect tx/rx ring operation

On 10/21/2015 09:37 AM, Lan Tianyu wrote: > Ring shifting during restoring VF function maybe race with original > ring operation(transmit/receive package). This patch is to add tx/rx > lock...

View Article

Re: [PATCH v4 6/6] mtd: nand: gpmi: support NAND on i.MX6UL

Sorry for sending the wrong patch series, please kindly ignore all patch series v4 and only check the series v5. On Wed, Oct 21, 2015 at 4:40 PM, Han Xu <b45815@freescale.com> wrote: >...

View Article


[PATCH] mm, hugetlbfs: Fix new warning in fault-time huge page allocation

From: Dave Hansen <dave.hansen@linux.intel.com> Kirill reported that he hit: >> + if (vma || addr) { >> + WARN_ON_ONCE(!addr || addr == -1); > > Trinity triggered the WARN for...

View Article


Re: what's in nvdimm.git for v4.4?

On Tue, Oct 20, 2015 at 11:31:45PM +0000, Williams, Dan J wrote: > Here is a status summary of the topic-branches nvdimm.git is tracking > for v4.4. Unless indicated these branches are not...

View Article

Re: [PATCH v2 05/15] net: wireless: ti: Return flow can be simplified for...

On 10/21/2015 10:07 PM, Punit Vara wrote: > Remove int ret suggested by kbuild test robot > > This patch is to the wlcore/acx.c file that fixes up warning > reported by coccicheck: >...

View Article

Re: [PATCH 01/19] Documentation: devicetree: standardize/consolidate on...

On Wed, Oct 21, 2015 at 5:09 AM, Sudeep Holla <sudeep.holla@arm.com> wrote: > Currently different drivers use multiple forms of annotating devices > that should be set up as wakeup sources...

View Article

Re: [PATCH 02/19] Documentation: devicetree: fix reference to legacy wakeup...

On Wed, Oct 21, 2015 at 5:09 AM, Sudeep Holla <sudeep.holla@arm.com> wrote: > This patch marks all the reference to the legacy wakeup bindings > and replaces them with the standard...

View Article


[PATCH v4 4/6] mtd: nand: gpmi: add GPMI NAND support for i.MX7D

support GPMI NAND on i.MX7D Signed-off-by: Han Xu <b45815@freescale.com> --- drivers/mtd/nand/gpmi-nand/bch-regs.h | 14 +++++++------- drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 10 ++++++----...

View Article

[PATCH v4 5/6] mtd: nand: gpmi: correct bitflip for erased NAND page

i.MX6QP and i.MX7D BCH module integrated a new feature to detect the bitflip number for erased NAND page. So for these two platform, set the erase threshold to ecc_strength and if bitflip detected,...

View Article


[PATCH v4 1/6] mtd: nand: gpmi: add gpmi dsm supend/resume support

From: Huang Shijie <b32955@freescale.com> i.MX6SX supports deep sleep mode(DSM) that may turn off GPMI/BCH power during suspend, add gpmi nand suspend/resume function to release DMA channel in...

View Article

[PATCH v5 4/7] mtd: nand: gpmi: may use minimum required ecc for 744 oobsize...

By default NAND driver will choose the highest ecc strength that oob could contain, in this case, for some 8K+744 NAND flash, the ecc strength will be up to 52bit, which beyonds the i.MX6QDL BCH...

View Article


[RESEND PATCH] usb: remove unnecessary CONFIG_PM dependency from USB_OTG

From: Ben Shelton <ben.shelton@ni.com> The USB gadget support currently depends on power management (CONFIG_PM) being enabled, but does not actually need it enabled. Remove this dependency....

View Article

[PATCH v4 3/6] mtd: nand: gpmi: may use minimum required ecc for 744 oobsize...

By default NAND driver will choose the highest ecc strength that oob could contain, in this case, for some 8K+744 NAND flash, the ecc strength will be up to 52bit, which beyonds the i.MX6QDL BCH...

View Article

[PATCH v5 7/7] mtd: nand: gpmi: support NAND on i.MX6UL

support GPMI NAND on i.MX6UL Signed-off-by: Han Xu <han.xu@freescale.com> --- drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 9 +++++++++ drivers/mtd/nand/gpmi-nand/gpmi-nand.h | 4 +++- 2 files...

View Article
Browsing all 23908 articles
Browse latest View live