[PATCH 1/1] dmaengine: dw: fix nollp issue
when channel number is less than maximum number, the register address of all channels is wrong, which causes the "nollp" flag is set for all channels even if HW supports llp. Signed-off-by: Yitian Bu...
View ArticleRe: [PATCH 1/1] dmaengine: dw: fix nollp issue
On Sun, Sep 27, 2015 at 7:55 PM, yitian <yitian.bu@tangramtek.com> wrote: > when channel number is less than maximum number, the register > address of all channels is wrong, which causes...
View ArticleRe: [PATCH] rtc: Add a driver for Micro Crystal RV8803
Hello Alexandre- Few comments below. On Sat, Sep 26, 2015 at 03:54:39PM +0200, Alexandre Belloni wrote: > This driver supports the following functions: > - reading and settings time > -...
View ArticleRe: [PATCH] kselftest: replace $(RM) with rm -f command
----- On Sep 27, 2015, at 10:10 PM, Wang Long long.wanglong@huawei.com wrote: > Some test's Makefile using "$(RM)" while the other's > using "rm -f". It is better to use one of them in all >...
View ArticleRe: [PATCH] KVM: x86: fix bogus warning about reserved bits
On 09/25/2015 03:49 PM, Paolo Bonzini wrote: > > > On 24/09/2015 12:12, Borislav Petkov wrote: >> On Thu, Sep 24, 2015 at 11:23:08AM +0800, Xiao Guangrong wrote: >>>>...
View ArticleRe: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback
On 26 September 2015 at 05:38, yitian <yitian.bu@tangramtek.com> wrote: > when audio playback is running, user space will call > snd_pcm_lib_write1() function, it will first get pcm stream...
View ArticleRe: [PATCH v8 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs
hi, On Fri, 2015-09-18 at 12:12 +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Wednesday 16 September 2015 12:14 PM, Chunfeng Yun wrote: > > support usb3.0 phy of mt65xx SoCs >...
View Article[PATCH 24/29] staging/lustre/fid: Remove unused struct lu_server_seq
From: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> --- drivers/staging/lustre/lustre/include/lustre_fid.h | 51 ---------------------- 1 file...
View Article[PATCH 25/29] staging/lustre/obdclass: Remove unused nid_hash
From: Oleg Drokin <green@linuxhacker.ru> nid_hash is used on export to faster find clients based on their NID. There's no use for that on the client. Signed-off-by: Oleg Drokin...
View ArticleRe: [PATCH 04/12] KVM: x86: Replace call-back set_tsc_khz() with a common...
On Mon, Sep 28, 2015 at 08:27:02PM -0700, Eric Northup wrote: > On Sun, Sep 27, 2015 at 10:38 PM, Haozhong Zhang <haozhong.zhang@intel.com> > wrote: > > > Both VMX and SVM...
View Article[PATCH 21/29] staging/lustre/fid: seq_client_init/fini don't need to be exported
From: Oleg Drokin <green@linuxhacker.ru> In fact they could be static as they are only used inside this file, so remove EXPORT_SYMBOL and declarations. Also seq_client_init is always called with...
View Article[PATCH 23/29] staging/lustre/fid: Get rid of lcs_srv in lu_client_seq
From: Oleg Drokin <green@linuxhacker.ru> Since we know lcs_srv is always NULL, just get rid of it completely and fix up all the code to assumee it was never there. Signed-off-by: Oleg Drokin...
View Article[PATCH 19/29] staging/lustre: remove lots of dead code
From: Arnd Bergmann <arnd@arndb.de> This is a large patch to remove all dead code from obdclass and ptlrpc, purely removing functions and declarations now, so despite the size should be easy...
View Article[PATCH 18/29] staging/lustre: Drop unused obdo_from_la() and la_from_obdo()
From: Oleg Drokin <green@linuxhacker.ru> They are no longer used anywhere. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article[PATCH 22/29] staging/lustre/fid: Remove unused seq_client_get_seq function
From: Oleg Drokin <green@linuxhacker.ru> Also while we are at it, remove seq_site_fini forward declaration as there's no such function anymore. Signed-off-by: Oleg Drokin...
View Article[PATCH 17/29] staging/lustre/ptlrpc: secure wrapping code cleanup
From: Oleg Drokin <green@linuxhacker.ru> Drop unused functions. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article[PATCH 14/29] staging/lustre: Remove unused function server_name2svname()
From: Oleg Drokin <green@linuxhacker.ru> All users are only in the server code Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article[PATCH 15/29] staging/lustre/obdclass: Drop unused code from obdo.c
From: Oleg Drokin <green@linuxhacker.ru> These functions are not even referenced in any header files anymore. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin...
View Article[PATCH 12/29] staging/lustre/obdclass: Remove unused functions from genops.c
From: Oleg Drokin <green@linuxhacker.ru> These functions are mostly used on the server. class_uuid2obd, get_devices_count, class_obd_list, class_conn2obd, class_conn2cliimp,...
View Article[PATCH 13/29] staging/lustre: Remove unused function class_handle_hash_back()
From: Oleg Drokin <green@linuxhacker.ru> No callers left. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article