Последно предупреждение !!

2015-04-06 Thread WEB ADMIN
Вашият имейл квота е почти надхвърлен. Като се започне от 05 април, ние мигриране към нов имейл интерфейс. Така че ние сме в момента прави поддръжката на нашия сървър. Моля, кликнете на линка по-долу, за да въведете и актуализирате профила си и да се избегне загубата на вашата пощенска кутия. = >>

Последно предупреждение !!

2015-04-06 Thread WEB ADMIN
Вашият имейл квота е почти надхвърлен. Като се започне от 05 април, ние мигриране към нов имейл интерфейс. Така че ние сме в момента прави поддръжката на нашия сървър. Моля, кликнете на линка по-долу, за да въведете и актуализирате профила си и да се избегне загубата на вашата пощенска кутия. = >>

[PATCH] sdhci: rtsx: fix 64 BIT DMA quirks

2015-04-06 Thread micky_ching
From: Micky Ching rts5250 chip failed handle 64 bit ADMA for address below 4G. Add 64 BIT quirks to disable this feature. Signed-off-by: Micky Ching --- drivers/mmc/host/sdhci-pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c

[PATCH] staging: lustre: Make cfs_sched_rehash static

2015-04-06 Thread Nickolaus Woodruff
This patch fixes the following sparse warning: CHECK drivers/staging/lustre/lustre/libcfs/hash.c drivers/staging/lustre/lustre/libcfs/hash.c:119:21: warning: symbol 'cfs_sched_rehash' was not declared. Should it be static? Signed-off-by: Nickolaus Woodruff --- drivers/staging/lustre/lustre/li

[PATCH net-next,1/3] hv_netvsc: Clean up two unused variables

2015-04-06 Thread Haiyang Zhang
Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h |1 - drivers/net/hyperv/netvsc.c |1 - drivers/net/hyperv/rndis_filter.c |2 -- 3 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/net/hyperv/hyperv_net.h b/dri

[PATCH net-next, 3/3] hv_netvsc: Fix the packet free when it is in skb headroom

2015-04-06 Thread Haiyang Zhang
In the two places changed, we now use netvsc_xmit_completion() which properly frees hv_netvsc_packet in or not in skb headroom. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h |1 + drivers/net/hyperv/netvsc.c |6 -- drivers/net/hyp

[PATCH net-next,2/3] hv_netvsc: Define a macro RNDIS_AND_PPI_SIZE

2015-04-06 Thread Haiyang Zhang
The sum of RNDIS msg and PPI struct sizes is used in multiple places, so we define a macro for them. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/hyperv_net.h |6 ++ drivers/net/hyperv/netvsc_drv.c | 15 +++ 2 files changed, 9 insertio

[PATCH] staging: unisys: fix kdump support

2015-04-06 Thread Benjamin Romer
The s-Par drivers used to be out-of-tree, so they needed a parameter to let them know we were going into a dump. This patch removes that code and uses the built-in kernel function instead. Reviewed-by: Jes Sorensen Signed-off-by: Benjamin Romer --- drivers/staging/unisys/visorchipset/globals.h

[PATCH] staging: unisys: fix CamelCase constant names for postcodes

2015-04-06 Thread Benjamin Romer
Fix these Camelcase constants: VISOR_CHIPSET_PC_controlvm_c => VISOR_CHIPSET_PC_CONTROLVM_C VISOR_CHIPSET_PC_controlvm_cm2 => VISOR_CHIPSET_PC_CONTROLVM_CM2 VISOR_CHIPSET_PC_controlvm_direct_c => VISOR_CHIPSET_PC_CONTROLVM_DIRECT_C VISOR_CHIPSET_PC_file_c => VISOR_CHIPSET_PC_FILE_C VISOR_C

Re: [PATCH/RFC 0/6] staging: board: armadillo800eva: Board staging for sh_mobile_lcdc_fb

2015-04-06 Thread Marc Zyngier
Hi Geert, On 2015-04-03 13:41, Geert Uytterhoeven wrote: Hi all, This RFC patch series adds board staging support for r8a7740/armadillo. For now this supports only the frame buffer device for the on-board LCD. The goal is to complete the move to ARM multiplatform kernels for all shmobile pla

Re: [PATCH/RFC 3/6] staging: board: Add support for translating hwirq to virq numbers

2015-04-06 Thread Marc Zyngier
On 2015-04-03 13:42, Geert Uytterhoeven wrote: As of commit 9a1091ef0017c40a ("irqchip: gic: Support hierarchy irq domain."), GIC IRQ numbers are virtual, breaking hardcoded hardware IRQ numbers in platform device resources. Add support for translating hardware IRQ numbers to virtual IRQ numb

Re: [PATCH] Staging: sm750fb: Remove extra parentheses around right bit shift operation

2015-04-06 Thread Sudip Mukherjee
On Sun, Apr 05, 2015 at 07:11:47AM +0530, Amitoj Kaur Chawla wrote: > Removes extra parentheses around bitwise right shift operation. this is not applying. please work against staging-testing. regards sudip > ___ devel mailing list de...@linuxdriverproj