All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: wilc1000: fix compile warnings and clean other
@ 2015-06-10  8:06 Johnny Kim
  2015-06-10  8:06 ` [PATCH 1/4] staging: wilc1000: modify data type Johnny Kim
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Johnny Kim @ 2015-06-10  8:06 UTC (permalink / raw)
  To: gregkh, devel, linux-wireless
  Cc: johnny.kim, chris.park, Rachel.kim, dean.lee, tony.cho

Hello Greg.

I have rebased on the lastest staging-testing and fixed compile warnings
This patches is prepared to fix the compatibilty issue for 64bit machine
and wrong casting.

I am aware that the others should be patched additonally.
However I need internally to discuss on the other patch. Then, the others
will be sent soon.

  Johnny.

Johnny Kim (4):
  staging: wilc1000: modify data type
  staging: wilc1000: add syntax for 64-bit machine
  staging: wilc1000: modify printk format
  staging: wilc1000: remove uninitialized warnings

 drivers/staging/wilc1000/coreconfigurator.c       |   4 +-
 drivers/staging/wilc1000/coreconfigurator.h       |   2 +-
 drivers/staging/wilc1000/host_interface.c         | 158 ++++++++++++----------
 drivers/staging/wilc1000/host_interface.h         |   6 +-
 drivers/staging/wilc1000/linux_wlan.c             |  14 +-
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c |  18 +--
 drivers/staging/wilc1000/wilc_wfi_netdevice.h     |   2 +-
 drivers/staging/wilc1000/wilc_wlan.c              |  27 ++--
 drivers/staging/wilc1000/wilc_wlan.h              |   6 +-
 drivers/staging/wilc1000/wilc_wlan_if.h           |   4 +-
 10 files changed, 136 insertions(+), 105 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-06-11 14:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10  8:06 [PATCH 0/4] staging: wilc1000: fix compile warnings and clean other Johnny Kim
2015-06-10  8:06 ` [PATCH 1/4] staging: wilc1000: modify data type Johnny Kim
2015-06-10  9:36   ` Dan Carpenter
2015-06-11  0:40   ` Greg KH
2015-06-11  5:33     ` Johnny Kim
2015-06-11 14:46       ` Greg KH
2015-06-10  8:06 ` [PATCH 2/4] staging: wilc1000: add syntax for 64-bit machine Johnny Kim
2015-06-10 10:12   ` Julian Calaby
2015-06-10 19:37   ` Greg KH
2015-06-10  8:06 ` [PATCH 3/4] staging: wilc1000: modify printk format Johnny Kim
2015-06-11  0:42   ` Greg KH
2015-06-10  8:06 ` [PATCH 4/4] staging: wilc1000: remove uninitialized warnings Johnny Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.