OpenCloudOS-Kernel/drivers/staging
Tony Cho f61c5aff3b staging: wilc1000: remove typedef from the linux_wlan_t
This patch removes typedef from the struct linux_wlan_t and renames it
to the wilc. In addition, all of linux_wlan_t is replaced with struct wilc
and memory allocation style is changed with preferred form as well like the
following:
	p = kmalloc(sizeof(*p), ...) where "struct wilc" is used

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 21:34:12 -07:00
..
android "drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristate 2015-10-13 14:32:36 -07:00
board staging: board: Migrate away from __pm_genpd_name_add_device() 2015-09-09 02:18:25 +02:00
clocking-wizard
comedi staging: comedi: comedidev.h: spaces preferred around that '*' 2015-10-13 10:30:39 -07:00
dgap staging: dgap: remove unused configuration 2015-10-12 21:09:47 -07:00
dgnc staging: dgnc: simplify a trivial if-return sequence 2015-10-12 21:09:51 -07:00
emxx_udc drivers/staging: make emxx_udc.c explicitly non-modular 2015-10-12 21:12:17 -07:00
fbtft staging: fbtft: access screen buffer directly 2015-10-13 10:52:31 -07:00
fsl-mc staging: fsl-mc: remove references to dev_root 2015-10-04 09:55:45 +01:00
ft1000 staging: ft1000: code style cleanup 2015-09-15 06:33:30 -07:00
fwserial
gdm72xx staging: gdmwm: move variables to right side of comparison test 2015-10-12 20:55:00 -07:00
gdm724x
goldfish staging: goldfish: Prefer kernel type u32 over uint32_t 2015-09-12 18:24:38 -07:00
gs_fpgaboot
iio Second set of new drivers, functionality and cleanups for IIO in the 4.4 cycle. 2015-10-16 21:28:55 -07:00
lustre staging: lustre: add a blank line after function/struct/union/enum declarations 2015-10-13 10:21:10 -07:00
media Staging: media: lirc: Use USB API functions rather than constants 2015-09-30 04:02:58 +02:00
most Staging: most: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
mt29f_spinand staging: mt29f_spinand: Export OF module alias information 2015-09-12 18:24:37 -07:00
netlogic
nvec staging: nvec: Remove unnecessary externs 2015-08-14 18:51:56 -07:00
octeon staging: octeon-ethernet: xaui: use common init 2015-10-12 20:52:39 -07:00
octeon-usb staging: octeon-usb: Fix module autoload for OF platform driver 2015-09-12 18:24:37 -07:00
olpc_dcon Staging: olpc_dcon: Remove braces 2015-10-12 21:09:51 -07:00
panel Staging: panel: Replace NULL comparison. 2015-10-04 09:37:23 +01:00
rdma staging: rdma: hfi1: remove unnecessary out of memory messages 2015-10-12 20:35:21 -07:00
rtl8188eu staging: rtl8188eu: spaces preferred around that + inserted 2015-10-12 20:48:09 -07:00
rtl8192e Staging: rtl8192e: Use kcalloc instead of kzalloc to allocate array 2015-10-12 20:54:14 -07:00
rtl8192u rtl8192u: BIT() macro cleanup 2015-10-13 10:32:40 -07:00
rtl8712 staging: rtl8712: fix negative level value 2015-10-12 20:43:20 -07:00
rtl8723au Staging: rtl8723au: Use snprintf instead rsprintf 2015-10-13 10:16:23 -07:00
rts5208 Staging: rts5208: Coding style warnings fix for block comments 2015-09-21 09:56:50 -07:00
skein Staging: skein: Remove NULL comparison 2015-10-13 14:37:35 -07:00
slicoss staging: slicoss: use status in isr 2015-09-18 19:53:51 -07:00
sm750fb staging: sm750fb: Fix the power state error in resume 2015-10-12 20:33:51 -07:00
speakup Merge 4.3-rc5 into staging-next 2015-10-12 10:46:53 -07:00
ste_rmi4 Staging: ste_rmi4: Remove unnecessary MODULE_ALIAS() 2015-09-12 18:24:38 -07:00
unisys Staging: unisys: visorinput: Remove unused code 2015-10-13 09:51:48 -07:00
vme staging: vme: devices: add spaces around '-' 2015-08-14 18:56:54 -07:00
vt6655 Staging: vt6655: mac: Remove extra braces 2015-10-12 20:54:14 -07:00
vt6656 staging: vt6656: Remove space before closing brace 2015-10-08 10:50:27 +01:00
wilc1000 staging: wilc1000: remove typedef from the linux_wlan_t 2015-10-16 21:34:12 -07:00
wlan-ng staging: wlan-ng: prism2sta: replace memcmp with ether_addr_equal 2015-10-04 08:27:48 +01:00
xgifb Staging: xgifb: vb_util: Fixed sparse warning of bit truncation due to cast 2015-10-02 11:36:00 +02:00
Kconfig Changes for 4.3 2015-09-09 08:33:31 -07:00
Makefile Changes for 4.3 2015-09-09 08:33:31 -07:00
staging.c