[PATCH] list: Fix order of arguments for hlist_add_after(_rcu)

2014-06-06 Thread Ken Helias
changed to use the same names as hlist_add_after_rcu. Signed-off-by: Ken Helias Cc: David Airlie Cc: Jeff Kirsher Cc: Jesse Brandeburg Cc: Bruce Allan Cc: Carolyn Wyborny Cc: Don Skidmore Cc: Greg Rose Cc: Alex Duyck Cc: John Ronciak Cc: Mitch Williams Cc: Linux NICS Cc: Alexander Viro Cc

[PATCHv2 02/13] list: Fix order of arguments for hlist_add_after(_rcu)

2014-06-06 Thread Ken Helias
From: Ken Helias All other add functions for lists have the new item as first argument and the position where it is added as second argument. This was changed for no good reason in this function and makes using it unnecessary confusing. Signed-off-by: Ken Helias Cc: Linux NICS Cc: "P

[PATCH 13/13] staging: tidspbridge: Use list_add_(before|after) macros

2014-06-06 Thread Ken Helias
From: Ken Helias Many places in the code uses list_add_tail/list_add to insert an entry before/after another entry. This confuses the reader because these are usually used to add an item to a list_head and not an entry. Better use the self explaining function name. Signed-off-by: Ken Helias Cc

[PATCHv3 2/3] list: Fix order of arguments for hlist_add_after(_rcu)

2014-06-07 Thread Ken Helias
From: Ken Helias All other add functions for lists have the new item as first argument and the position where it is added as second argument. This was changed for no good reason in this function and makes using it unnecessary confusing. The name was changed to let old code generate a compile

Re: [PATCH] Staging: unisys Remove BROKEN from Kconfig to allow compilation

2014-06-23 Thread Ken Cox
On 06/17/2014 05:49 PM, Greg KH wrote: On Tue, Jun 03, 2014 at 09:43:35AM -0500, Ken Cox wrote: The unisys drivers now properly check to make sure they are running on the s-Par platform before they will initialize. This was fixed in commit fcd0157ece so it is safe to allow the unisys drivers

[PATCH 0/4] Staging: unisys: Remove references to __DATE__ and __TIME__

2014-06-25 Thread Ken Cox
This series removes all references to __DATE__ and __TIME__ from the unisys drivers and also removes BROKEN from the Kconfig so the drivers can be built. PATCH 1: Gets rid of references to __DATE__ and __TIME__ PATCH 2: Removes buildDate and buildTime arguments from BusDeviceInfo_Init() PATCH 3: R

[PATCH 2/4] Staging: unisys: remove buildDate and buildTime arguments from BusDeviceInfo_Init

2014-06-25 Thread Ken Cox
The unisys drivers no longer need to record the build date and time since the same info is already in the kernel elsewhere. Signed-off-by: Ken Cox --- drivers/staging/unisys/include/vbushelper.h | 8 +++- drivers/staging/unisys/uislib/uisutils.c| 7

[PATCH 1/4] Staging: unisys: remove references to __DATE__ and __TIME__

2014-06-25 Thread Ken Cox
elsewhere. In addition, using these macros breaks the build if using gcc 4.9.0 Reported-by: Greg Kroah-Hartman Signed-off-by: Ken Cox --- drivers/staging/unisys/uislib/uisutils.c| 8 +++- drivers/staging/unisys/virthba/virthba.c| 7 ++- drivers/staging

[PATCH 3/4] Staging: unisys: Remove build_date and build_time from virtpci_driver structure

2014-06-25 Thread Ken Cox
The drivers do not need to keep track of these fields since the same information is present elsewhere in the kernel. Signed-off-by: Ken Cox --- drivers/staging/unisys/virthba/virthba.c | 2 -- drivers/staging/unisys/virtpci/virtpci.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/drivers

[PATCH 4/4] Staging: unisys Remove BROKEN from Kconfig to allow compilation

2014-06-25 Thread Ken Cox
and the kernel now runs as expected. Reported-by: Fengguang Wu Reported-by: Sasha Levin Tested-by: Benjamin Romer Tested-by: Ken Cox Signed-off-by: Ken Cox --- drivers/staging/unisys/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/Kconfig b

Re: [Patch v3 2/4] Staging: unisys: Fix sparse warnings in uislib

2014-06-25 Thread Ken Cox
On 06/17/2014 06:01 PM, Greg KH wrote: On Thu, Jun 05, 2014 at 01:56:16PM -0500, Ken Cox wrote: Added I/O version for the function ultra_vbus_init_channel() to get rid of noderef sparse warnings when accessing I/O space. Signed-off-by: Ken Cox --- .../common-spar/include/channels

Re: [PATCH 1/4] Staging: unisys: remove references to __DATE__ and __TIME__

2014-06-26 Thread Ken Cox
On 06/25/2014 10:57 PM, Greg KH wrote: On Wed, Jun 25, 2014 at 11:48:23AM -0500, Ken Cox wrote: --snip-- .id_table = virthba_id_table, .probe = virthba_probe, .remove = virthba_remove, @@ -1413,9 +1413,6 @@ info_proc_read(struct file *file, char __user *buf, size_t

[PATCH v2 0/2] Staging: unisys: Remove references to __DATE__ and __TIME__

2014-06-26 Thread Ken Cox
This series removes all references to __DATE__ and __TIME__ from the unisys drivers and also removes BROKEN from the Kconfig so the drivers can be built. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman

[PATCH v2 1/2] Staging: unisys: remove references to __DATE__ and __TIME__

2014-06-26 Thread Ken Cox
elsewhere. In addition, using these macros breaks the build if using gcc 4.9.0 Reported-by: Greg Kroah-Hartman Signed-off-by: Ken Cox --- drivers/staging/unisys/include/vbushelper.h | 8 +++- drivers/staging/unisys/uislib/uisutils.c| 11 --- drivers/staging

[PATCH v2 2/2] Staging: unisys Remove BROKEN from Kconfig to allow compilation

2014-06-26 Thread Ken Cox
and the kernel now runs as expected. Reported-by: Fengguang Wu Reported-by: Sasha Levin Tested-by: Ken Cox Signed-off-by: Ken Cox --- drivers/staging/unisys/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys

[PATCH] Staging:unisys: Add Kconfig dependency on UNISYS_VISORUTIL to UNISYS_CHANNELSTUB

2014-06-30 Thread Ken Cox
`channel_mod_init': chanstub.c:(.init.text+0xbe24): undefined reference to `unisys_spar_platform' Reported by: kbuild test robot Signed-off-by: Ken Cox --- drivers/staging/unisys/channels/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/channe

Re: randconfig build error with next-20140630, in drivers/staging/unisys/channels/chanstub.c

2014-06-30 Thread Ken Cox
ubmitted a patch to correct this. The kbuild test robot uncovered it also. Thanks for the report, Ken ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 1/4] Staging: unisys: use Linux coding convention for function names

2014-07-03 Thread Ken Cox
NNEL_itoa() --> vbuschannel_itoa() Signed-off-by: Ken Cox --- .../common-spar/include/channels/vbuschannel.h | 4 ++-- .../unisys/common-spar/include/vbusdeviceinfo.h| 28 +++--- drivers/staging/unisys/uislib/uislib.c | 2 +- 3 files changed, 17 insertions(+),

[PATCH 0/4] Staging: unisys: Code cleanup

2014-07-03 Thread Ken Cox
This series implements various cleanups for the Unisys drivers, including: -Renaming functions using Linux kernel conventions -Removing dead code -fixing noderef sparse warnings ___ devel mailing list de...@linuxdriverproject.org http://driverdev.

[PATCH 2/4] Staging: unisys: Remove isServer arg from init_vbus_channel()

2014-07-03 Thread Ken Cox
The init_vbus_channel() function is never called with the isServer argument equal to TRUE, so just get rid of the argument altogether. This also means that the code in the function that would be executed in the server case can be removed since it is never executed. Signed-off-by: Ken Cox

[PATCH 4/4] Staging: unisys: Fix noderef sparse warnings in vbusdeviceinfo.h

2014-07-03 Thread Ken Cox
vbuschannel_devinfo_to_string() was declared with the devinfo argument as a pointer to __iomem space. No callers of this function need the __iomem space, so I removed that constraint. Same thing goes for vbuschannel_sanitize_buffer(). It doesn't need to operate on I/O space. Signed-off-by

[PATCH 3/4] Staging: unisys: Remove ultra_vbus_init_channel function

2014-07-03 Thread Ken Cox
The function ultra_vbus_init_channel() is never called since previous server code was removed. Remove the dead code. Signed-off-by: Ken Cox --- .../common-spar/include/channels/vbuschannel.h | 36 -- 1 file changed, 36 deletions(-) diff --git a/drivers/staging/unisys

Re: linux-next: Tree for Jul 3 (staging/unisys)

2014-07-03 Thread Ken Cox
`channel_mod_init': chanstub.c:(.init.text+0x10a8f): undefined reference to `unisys_spar_platform' because CHANNELSTUB=y and VISORUTIL=m. Hi Randy, I have submitted a patch to fix this. Thanks for the reply. -- Ken ___ devel maili

Staging: unisys: base drivers complete

2014-09-15 Thread Ken Cox
. Thanks in advance for your comments, -- Ken Cox ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: Staging: unisys: base drivers complete

2014-09-15 Thread Ken Cox
On 09/15/2014 11:04 AM, Greg KH wrote: On Mon, Sep 15, 2014 at 10:56:07AM -0500, Ken Cox wrote: Greg and other reviewers, Ben Romer and I believe that the Unisys drivers in staging-next are now complete. Are there any other changes that you are aware of that we need to make to these drivers

Re: Staging: unisys: base drivers complete

2014-09-15 Thread Ken Cox
hose taken care of. -- Ken Cox ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging: unisys: Remove unneeded spaces from channel.c

2014-11-03 Thread Ken Depro
From: Ken Depro This patch removes some unneeded white space after casts within the channel.c file. The checkpatch script was run after these changes, and no further checks or warnings were seen. Signed-off-by: Ken Depro Signed-off-by: Ben Romer --- drivers/staging/unisys/channels/channel.c

Inquiry for new Order!!!

2020-03-14 Thread Ken Global Enterprise, Inc
· Delivery time · Warranty Your early reply is highly appreciated! Thanks, Alice Louis | Purchasing Manager Ken Global Enterprise, Inc Head office:808, Concord Tower Dubai Media City, p.o.box 37487, Dubai-UAE T: +971 4 33 508 34 F: +971 4 42 5359 61 Dubai U.A.E. * SPAIN *ISRAEL* USA

<    1   2