All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: wilc1000: rework integer value for x64
@ 2015-07-10  5:55 Johnny Kim
  2015-07-10  5:55 ` [PATCH 1/3] staging: wilc1000: wilc_wlan_cfg_commit(): replace integer with pointer Johnny Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Johnny Kim @ 2015-07-10  5:55 UTC (permalink / raw)
  To: gregkh, devel, linux-wireless, chris.park
  Cc: johnny.kim, rachel.kim, tony.cho, Nicolas.FERRE, dean.lee, austin.shin

Hello Greg.

This driver convert pointer address to integer value and use it
as function argument. because the value has a limited 32bit size,
current driver happen many issues on x64 machine.

I have split it up enough sensibliy to allow review. If this patches
are accepted, I will update more patches related with this patch.

Best regards.
Johnny.

Johnny Kim (3):
  staging: wilc1000: wilc_wlan_cfg_commit(): replace integer with
    pointer
  staging: wilc1000: wilc_wlan_cfg_get(): replace integer with void
    pointer
  staging: wilc1000: wilc_wlan_cfg_set(): replace integer with void
    pointer

 drivers/staging/wilc1000/coreconfigurator.c |  4 ++--
 drivers/staging/wilc1000/linux_wlan.c       |  2 +-
 drivers/staging/wilc1000/wilc_wlan.c        | 12 ++++++------
 drivers/staging/wilc1000/wilc_wlan_if.h     |  4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-07-14 21:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-10  5:55 [PATCH 0/3] staging: wilc1000: rework integer value for x64 Johnny Kim
2015-07-10  5:55 ` [PATCH 1/3] staging: wilc1000: wilc_wlan_cfg_commit(): replace integer with pointer Johnny Kim
2015-07-10  6:20   ` Julian Calaby
2015-07-10  7:58     ` Johnny Kim
2015-07-10 10:05       ` Julian Calaby
2015-07-10  5:55 ` [PATCH 2/3] staging: wilc1000: wilc_wlan_cfg_get(): replace integer with void pointer Johnny Kim
2015-07-10  6:25   ` Julian Calaby
2015-07-10  8:11     ` Johnny Kim
2015-07-10 10:17       ` Julian Calaby
2015-07-14 21:12   ` Greg KH
2015-07-10  5:55 ` [PATCH 3/3] staging: wilc1000: wilc_wlan_cfg_set(): " Johnny Kim
2015-07-10  6:26   ` Julian Calaby

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.