Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH v2 8/8] DMA: Freescale: add suspend resume functions for DMA driver...

From: Hongbo Zhang <hongbo.zhang@freescale.com> This patch adds suspend resume functions for Freescale DMA driver. ..prepare callback is used to stop further descriptors from being added into...

View Article


[PATCH v2 7/8] DMA: Freescale: use spin_lock_bh instead of spin_lock_irqsave...

From: Hongbo Zhang <hongbo.zhang@freescale.com> The usage of spin_lock_irqsave() is a stronger locking mechanism than is required throughout the driver. The minimum locking required should be...

View Article


[PATCH v2 2/8] DMA: Freescale: unify register access methods (no replies)

From: Hongbo Zhang <hongbo.zhang@freescale.com> Methods of accessing DMA contorller registers are inconsistent, some registers are accessed by DMA_IN/OUT directly, while others are accessed by...

View Article

[PATCH v2 4/8] DMA: Freescale: add fsl_dma_free_descriptor() to reduce code...

From: Hongbo Zhang <hongbo.zhang@freescale.com> There are several places where descriptors are freed using identical code. This patch puts this code into a function to reduce code duplication....

View Article

[PATCH v2 0/8] DMA: Freescale: driver cleanups and enhancements (no replies)

From: Hongbo Zhang <hongbo.zhang@freescale.com> Hi Vinod Koul, Please have a look at the v2 patch set. v1 -> v2 change: The only one change is introducing a new patch[1/7] to remove the...

View Article


[PATCH] KVM: x86: Fix page-tables reserved bits (no replies)

KVM does not handle the reserved bits of x86 page tables correctly: In PAE, bits 5:8 are reserved in the PDPTE. In IA-32e, bit 8 is not reserved. Signed-off-by: Nadav Amit...

View Article

[PATCH v3 0/3] Add a method to expand tracers for pstore easily (3 replies)

Hi, Here are the v3 of this series. Changelog v3: 1) Fix compiling errors when CONFIG_PSTORE_RAM=m. Changelog v2: 1) Fix compiling errors when CONFIG_PSTORE_RAM is disabled. 2) Add some protection in...

View Article

[PATCH 1/2] ARM: zynq: dt: Convert to preprocessor includes (1 reply)

Convert all Zynq DT files to the dtc preprocessor include syntax. This allows to include header files in the devicetrees like other SoC-types already do. Inspired-by: Steffen Trumtrar...

View Article


Re: [PATCH] mm/hugetlb.c: add NULL check of return value of huge_pte_offset...

On Fri, 04 Apr 2014 14:43:33 -0400 Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> wrote: > huge_pte_offset() could return NULL, so we need NULL check to avoid > potential NULL pointer...

View Article


[PATCH v3] Staging: lustre: mark a variable static in workitem.c (no replies)

This fixes a sparse warning: warning: symbol 'cfs_wi_data' was not declared. Should it be static? Signed-off-by: Mike Sampson <mike@sambodata.com> --- v3: updated the changelog...

View Article

[GIT PULL] XFS updates for 3.15-rc1 (no replies)

Hi Linus, Please pull the following XFS updates for 3.15-rc1. There are a couple of new fallocate features in this request - it was decided that it was easiest to push them through the XFS tree using...

View Article

bdi: lockdep warning in bdi_queue_work (no replies)

Hi all, While fuzzing with trinity inside a KVM tools guest running the latest -next kernel I've stumbled on the following: [ 323.192041] INFO: trying to register non-static key. [ 323.193083] the...

View Article

[PATCH 1/5] usb: ftdi-elan: Fix format fragments (no replies)

Breaking formats into fragments with a split between % and field types should be coalesced. Signed-off-by: Joe Perches <joe@perches.com> --- drivers/usb/misc/ftdi-elan.c | 8 ++++---- 1 file...

View Article


[PATCH 4/5] usb: ftdi-elan: Coalesce string fragment (no replies)

Make it easier to grep for this. Neaten a trailing statement. Signed-off-by: Joe Perches <joe@perches.com> --- drivers/usb/misc/ftdi-elan.c | 7 +++---- 1 file changed, 3 insertions(+), 4...

View Article

[PATCH 3/5] usb: ftdi-elan: Coalesce formats (no replies)

Make it easier to find formats. Realign arguments around these changes. Signed-off-by: Joe Perches <joe@perches.com> --- drivers/usb/misc/ftdi-elan.c | 151...

View Article


[PATCH 5/5] usb: ftdi-elan: Use pr_ (no replies)

Use a more current logging style. Add pr_fmt to prefix messages appropriately. Signed-off-by: Joe Perches <joe@perches.com> --- drivers/usb/misc/ftdi-elan.c | 18 +++++++++--------- 1 file...

View Article

[PATCH 2/5] usb: ftdi-elan: Convert leading spaces to tabs (no replies)

Use tabs for indentation. Use a more normal kernel comment style (align multiline *'s) git diff -w shows no differences Signed-off-by: Joe Perches <joe@perches.com> ---...

View Article


[PATCH 0/5] ftdi-elan: neatening (no replies)

Found when looking for invalid vsprintf %<foo> types, with some other neatenings done. Joe Perches (5): usb: ftdi-elan: Fix format fragments usb: ftdi-elan: Convert leading spaces to tabs usb:...

View Article

[PATCH] usb: phy: msm: Select secondary PHY via TCSR (no replies)

Select the secondary PHY using the TCSR register, if phy-num=1 in the DTS (or phy_number is set in the platform data). The SOC has 2 PHYs which can be used with the OTG port, and this code allows...

View Article

[PATCH] tools/perf: instead of redirecting flex output, use -o (no replies)

This gives us a real filename instead of having '<stdout>' show up all over the place when debugging. Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> --- tools/perf/Makefile.perf |...

View Article
Browsing all 24115 articles
Browse latest View live