I am Presently in Luxemburg!!

2014-07-03 Thread Justice Mark Oweriole
From: Justice Mark Oweriole (Philanthropist) Urgent attention, Subject matter: Sincere compensation. You might find it so difficult to remember me. Though, it is indeed, a very long time. On my singular, I am much delighted and privileged to contact you again, after couple of

Re: [PATCH 1/6] lib / string_helpers: clean up test suite

2014-07-03 Thread Andy Shevchenko
On Wed, 2014-07-02 at 14:54 -0700, Andrew Morton wrote: On Wed, 2 Jul 2014 16:20:24 +0300 Andy Shevchenko andriy.shevche...@linux.intel.com wrote: [] + pr_err(Test '%s' failed: flags = %u\n, name, flags); + + print_hex_dump(KERN_WARNING, Input: , DUMP_PREFIX_NONE, 16, 1, +

Re: [PATCH v2 0/3] staging: comedi: addi_apci_1564: miscellaneous fixes and cleanups

2014-07-03 Thread Ian Abbott
On 2014-07-03 03:15, Chase Southwood wrote: This patchset moves a misplaced include to the proper file, swaps out an overly aggressive placement of apci1564_reset(), and cleans up apci1564_interrupt(). Chase Southwood (3): staging: comedi: addi_apci_1564: move addi_watchdog.h include to

Re: [PATCH 2/6] lib / string_helpers: introduce string_escape_mem()

2014-07-03 Thread Andy Shevchenko
On Wed, 2014-07-02 at 15:01 -0700, Andrew Morton wrote: On Wed, 2 Jul 2014 16:20:25 +0300 Andy Shevchenko andriy.shevche...@linux.intel.com wrote: This is almost the opposite function to string_unescape(). Nevertheless it handles \0 and could be used for any byte buffer. The

[PATCH 2/4] staging: dgnc: Fix unsigned value for less than zero

2014-07-03 Thread Daeseok Youn
The un-un_open_count is unsigned variable, so it cannot be less than zero. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/dgnc/dgnc_tty.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c

[PATCH 3/4] staging: dgnc: removes unreachable code

2014-07-03 Thread Daeseok Youn
dgnc_tty_ioctl() cannot reach the end of function. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/dgnc/dgnc_tty.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c index

[PATCH 4/4] staging: dgnc: remove redundant memset call

2014-07-03 Thread Daeseok Youn
The brd is allocated by kzalloc() in dgnc_found_board() so do not need to set 0 to member variable. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/dgnc/dgnc_tty.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c

Re: [PATCH v3 0/8] component helper improvements

2014-07-03 Thread Russell King - ARM Linux
On Thu, Jul 03, 2014 at 01:51:19AM +0200, Laurent Pinchart wrote: On Wednesday 02 July 2014 15:59:04 Russell King - ARM Linux wrote: On Tue, Jul 01, 2014 at 03:40:11PM +0100, Russell King - ARM Linux wrote: A while back, Laurent raised some comments about the component helper, which this

Re: XVME 6300 with TSI148 bridge on 64 bit Debian (Linux 3.2.57) vme_user issue

2014-07-03 Thread Martyn Welch
On 03/07/14 00:47, Maurice Moss wrote: I upgraded to linux kernel 3.14.9 (on Fedora). Re-compiled the kernel with the vme support etc. I now get the below in my log, and don't see any vme related files in /dev !! [0.00] Kernel command line: BOOT_IMAGE=/vmlinuz-3.14.9

Re: [PATCH 3/6] lib80211: re-use string_escape_mem_any_np()

2014-07-03 Thread Andy Shevchenko
On Wed, 2014-07-02 at 09:30 -0700, Joe Perches wrote: On Wed, 2014-07-02 at 17:06 +0300, Andy Shevchenko wrote: On Wed, 2014-07-02 at 06:43 -0700, Joe Perches wrote: On Wed, 2014-07-02 at 16:20 +0300, Andy Shevchenko wrote: In kernel we have function to escape a given string. Let's use

[GIT PULL] component helper updates for 3.17

2014-07-03 Thread Russell King
Greg, Please incorporate the latest component updates, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-arm.git component-for-driver with SHA1 6955b58254c2bcee8a7b55ce06468a645dc98ec5. These updates fix one bug in the component helper where the matched components are not properly

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

2014-07-03 Thread Ken Cox
Change function names to conform to Linux kernel coding convention. ULTRA_VBUS_init_channel() -- ultra_vbus_init_channel() VBUSCHANNEL_devInfoToStringBuffer() -- vbuschannel_devinfo_to_string() VBUSCHANNEL_sanitize_buffer() -- vbuschannel_sanitize_buffer() VBUSCHANNEL_itoa() --

[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

[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: Ken

[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 j...@redhat.com --- .../common-spar/include/channels/vbuschannel.h | 36 -- 1 file changed, 36 deletions(-) diff --git

Re: XVME 6300 with TSI148 bridge on 64 bit Debian (Linux 3.2.57) vme_user issue

2014-07-03 Thread Maurice Moss
Yes, copy and paste issue, I had double checked that right after I sent you the mail. Sorry!! On Thu, Jul 3, 2014 at 3:47 AM, Martyn Welch martyn.we...@ge.com wrote: On 03/07/14 00:47, Maurice Moss wrote: I upgraded to linux kernel 3.14.9 (on Fedora). Re-compiled the kernel with the vme

Re: XVME 6300 with TSI148 bridge on 64 bit Debian (Linux 3.2.57) vme_user issue

2014-07-03 Thread Maurice Moss
Martyn, OK. I feel like I am not clear. The kernel command line has a space, but the line here in the email doesn't (I don't know how that happened). I am still stuck with the same issue. Sorry for all the confusion On Thu, Jul 3, 2014 at 8:15 AM, Maurice Moss eightplusc...@gmail.com wrote:

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

2014-07-03 Thread Ken Cox
On 07/03/2014 10:32 AM, Randy Dunlap wrote: On 07/02/14 22:53, Stephen Rothwell wrote: Hi all, Changes since 20140702: on x86_64: CONFIG_UNISYSSPAR=y CONFIG_UNISYS_VISORUTIL=m # CONFIG_UNISYS_VISORCHANNEL is not set CONFIG_UNISYS_CHANNELSTUB=y drivers/built-in.o: In function

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

2014-07-03 Thread Randy Dunlap
On 07/02/14 22:53, Stephen Rothwell wrote: Hi all, Changes since 20140702: on x86_64: CONFIG_UNISYSSPAR=y CONFIG_UNISYS_VISORUTIL=m # CONFIG_UNISYS_VISORCHANNEL is not set CONFIG_UNISYS_CHANNELSTUB=y drivers/built-in.o: In function `channel_mod_init': chanstub.c:(.init.text+0x10a8f):

[PATCH 1/1] staging: android: logger: fixes not useful else warnings This patch fixes WARNING: else is not generally useful after a break or return

2014-07-03 Thread kinka
Signed-off-by: kinka kinkabr...@gmail.com --- drivers/staging/android/logger.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/android/logger.c b/drivers/staging/android/logger.c index 2772e01..830182b 100644 --- a/drivers/staging/android/logger.c +++

[PATCH RFC] imx-drm: convert imx-drm to use the generic DRM OF helper

2014-07-03 Thread Russell King
Use the generic DRM OF helper to locate the possible CRTCs for the encoder, thereby shrinking the imx-drm driver some more. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- This patch builds upon drm: add of_graph endpoint helper to find possible CRTCs, converting imx-drm to use this

Re: [PATCH] staging: gdm72xx: conditionally compile debug code

2014-07-03 Thread Michalis Pappas
On 07/01/2014 07:08 PM, Ben Chan wrote: On Tue, Jul 1, 2014 at 9:40 AM, Michalis Pappas mpap...@fastmail.fm mailto:mpap...@fastmail.fm wrote: On 07/01/2014 04:30 PM, Ben Chan wrote: On Tue, Jul 1, 2014 at 6:00 AM, Michalis Pappas mpap...@fastmail.fm

[PATCH] staging: gdm72xx: reorder functions and remove function declarations

2014-07-03 Thread Michalis Pappas
Signed-off-by: Michalis Pappas mpap...@fastmail.fm --- drivers/staging/gdm72xx/gdm_sdio.c | 77 drivers/staging/gdm72xx/gdm_usb.c | 87 +- drivers/staging/gdm72xx/gdm_wimax.c | 179 +--- 3 files changed, 164 insertions(+), 179

[PATCH] staging: nvec: insert blank lines after declarations

2014-07-03 Thread Pawel Lebioda
Hi, This patch fixes coding style warnings reported by checkpatch.pl: Missing a blank line after declarations. Regards Pawel Lebioda Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com drivers/staging/nvec/nvec_paz00.c | 1 + drivers/staging/nvec/nvec_power.c | 1 +

[PATCH] staging: lirc: Introduce the use of managed interfaces

2014-07-03 Thread Himangi Saraogi
This patch introduces the use of managed interfaces like devm_request_mem_region and devm_request_irq and does away with the calls to free the allocated memory in the probe and remove functions. The remove function is no longer required and is removed completely. Signed-off-by: Himangi Saraogi

Re: [GIT PULL] component helper updates for 3.17

2014-07-03 Thread Greg Kroah-Hartman
On Thu, Jul 03, 2014 at 03:10:40PM +0100, Russell King wrote: Greg, Please incorporate the latest component updates, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-arm.git component-for-driver with SHA1 6955b58254c2bcee8a7b55ce06468a645dc98ec5. Pulled into my

Re: [GIT PULL] component helper updates for 3.17

2014-07-03 Thread Russell King - ARM Linux
On Thu, Jul 03, 2014 at 01:20:03PM -0700, Greg Kroah-Hartman wrote: On Thu, Jul 03, 2014 at 03:10:40PM +0100, Russell King wrote: Greg, Please incorporate the latest component updates, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-arm.git component-for-driver

[GIT PULL] Staging driver fixes for 3.16-rc4

2014-07-03 Thread Greg KH
The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee: Linux 3.16-rc2 (2014-06-21 19:02:54 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-3.16-rc4 for you to fetch changes up to

Re: [PATCH v2 0/3] staging: comedi: addi_apci_1564: miscellaneous fixes and cleanups

2014-07-03 Thread Chase Southwood
On Thu, Jul 3, 2014 at 4:39 AM, Ian Abbott abbo...@mev.co.uk wrote: On 2014-07-03 03:15, Chase Southwood wrote: This patchset moves a misplaced include to the proper file, swaps out an overly aggressive placement of apci1564_reset(), and cleans up apci1564_interrupt(). Chase Southwood (3):