staging: winbond: Convert typedef struct _PMKID to struct pmkid
On Sat 2010-03-20 02:10:59, Sankar P wrote: This patch converts the definition typedef struct _PMKID to struct pmkid and also the part where the typedef was used. Signed-off-by: Sankar P <sankar.curiosity(a)gmail.com> ACK. --- drivers/staging/winbond/mac_structures.h | 6 +++--- 1 files cha... 19 Mar 2010 21:15
staging: winbond: Remove unused enum enum_PowerManagementMode
On Sat 2010-03-20 02:11:00, Sankar P wrote: Signed-off-by: Sankar P <sankar.curiosity(a)gmail.com> ACK. --- drivers/staging/winbond/mac_structures.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/staging/winbond/mac_structures.h b/drivers/staging/winbond/mac... 19 Mar 2010 21:15
staging: winbond: Convert typedef struct _MLME_FRAME to struct
On Sat 2010-03-20 02:11:03, Sankar P wrote: This patch converts the typedef struct _MLME_FRAME to struct mlme_frame and updates the places where it is used. Signed-off-by: Sankar P <sankar.curiosity(a)gmail.com> Ack. --- drivers/staging/winbond/core.h | 2 +- drivers/staging/winbond/mlme_... 19 Mar 2010 21:15
staging: winbond: Convert typedef struct _SCAN_REQ_PARA to struct
On Sat 2010-03-20 02:11:04, Sankar P wrote: This patch converts typedef struct _SCAN_REQ_PARA to struct scan_req_para and the places where it is used. Signed-off-by: Sankar P <sankar.curiosity(a)gmail.com> ack. --- drivers/staging/winbond/scan_s.h | 8 +++++--- 1 files changed, 5 insertions... 19 Mar 2010 21:15
staging: winbond: Convert typedef struct _STRUCT_SELECTOR
On Sat 2010-03-20 02:11:01, Sankar P wrote: This patch converts the declaration typedef struct _STRUCT_SELECTOR to struct struct_selector and also the places where it was used. Signed-off-by: Sankar P <sankar.curiosity(a)gmail.com> ack. --- drivers/staging/winbond/mac_structures.h | 18 ++++++++... 19 Mar 2010 21:15
[tip:x86/urgent] x86, amd: Restrict usage of c1e_idle()
Commit-ID: 035a02c1e1de31888e8b6adac0ff667971ac04db Gitweb: http://git.kernel.org/tip/035a02c1e1de31888e8b6adac0ff667971ac04db Author: Andreas Herrmann <andreas.herrmann3(a)amd.com> AuthorDate: Fri, 19 Mar 2010 12:09:22 +0100 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Fri, 19 Mar 2010 14:43:36 -... 19 Mar 2010 21:15
[PATCH -v4] x86: do not free zero sized per cpu areas
From: Ian Campbell <ian.campbell(a)citrix.com> This avoids an infinite loop in free_early_partial(). Add a warning to free_early_partial to catch future problems. -v3: according to hpa, don't bother caller. -v4: start == end is ok? Signed-off-by: Ian Campbell <ian.campbell(a)citrix.com> Signed-off-by: Yinghai... 19 Mar 2010 20:08
Cosmetic:Partially remove deprecated __initcall() and change to
On 03/19/10 12:51, Justin P. Mattock wrote: After doing some things on a small issue, I noticed through web surfing, that there were patches submitted pertaining that __initcall is deprecated, and device_initcall should be used. Where was this discussion? Do you have any pointers to it? I don't see a... 21 Mar 2010 21:58
Intel SASMF8I
Hello, this card (using LSISAS1068(E)) is not recognized by FUSION_SAS, after patching the device code it appears to work nicely. ... 20 Mar 2010 10:56
x86-32: Split cache flush handler from simd handler
On 03/18/2010 11:20 AM, Brian Gerst wrote: Make the cache flush handler a seperate function, and use an alternative to call the appropriate handler. +#ifdef CONFIG_X86_32 +dotraplinkage void +do_cache_flush_error(struct pt_regs *regs, long error_code) +{ + conditional_sti(regs); + + /* ... 20 Mar 2010 15:28