Re: WiFi+BT AR5B22. When starting linux - BT disappears. Disappears at all.

2014-07-02 Thread Антон Мацюк
May I ask that noobish question: is there a distro with kernel.org released kernel? (my fast search in google failed) Maybe Knoppix? If no - then i'll search somewhere how to make it in known distro :) Thanks. 2014-07-02 8:39 GMT+03:00 Greg KH g...@kroah.com: On Tue, Jul 01, 2014 at 08:53:27AM

Re: WiFi+BT AR5B22. When starting linux - BT disappears. Disappears at all.

2014-07-02 Thread Greg KH
On Wed, Jul 02, 2014 at 09:27:07AM +0300, Антон Мацюк wrote: May I ask that noobish question: is there a distro with kernel.org released kernel? Some distros provide vanilla kernel packages. I know Gentoo and openSUSE do, and I think Fedora also does. Check with your distro to see if they

[PATCH 2/3] staging: dgap: remove return statement in void function

2014-07-02 Thread Daeseok Youn
clean up checkpatch warning: WARNING: void function return statements are not generally useful Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/dgap/dgap.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dgap/dgap.c

[PATCH 1/3] staging: dgap: fixed foo* bar should be foo * bar in dgap.c

2014-07-02 Thread Daeseok Youn
clean up checkpatch.pl error: ERROR: foo* bar should be foo *bar Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/dgap/dgap.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index

Re: WiFi+BT AR5B22. When starting linux - BT disappears. Disappears at all.

2014-07-02 Thread Антон Мацюк
Big thanks, I'll do some research at weekend, maybe :) 2014-07-02 9:36 GMT+03:00 Greg KH g...@kroah.com: On Wed, Jul 02, 2014 at 09:27:07AM +0300, Антон Мацюк wrote: May I ask that noobish question: is there a distro with kernel.org released kernel? Some distros provide vanilla kernel

[PATCH 3/3] staging: dgap: Adds a blank line after declaration

2014-07-02 Thread Daeseok Youn
clean up checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/dgap/dgap.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c

[PATCH] staging: gdm72xx: add help text to Kconfig

2014-07-02 Thread Ben Chan
The descriptions are provided by GCT Semiconductor, Inc. Signed-off-by: Ben Chan benc...@chromium.org --- drivers/staging/gdm72xx/Kconfig | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/drivers/staging/gdm72xx/Kconfig b/drivers/staging/gdm72xx/Kconfig

Re: [PATCH 2/2] mmc: rtsx: add support for async request

2014-07-02 Thread Ulf Hansson
On 6 June 2014 09:05, micky_ch...@realsil.com.cn wrote: From: Micky Ching micky_ch...@realsil.com.cn Add support for non-blocking request, pre_req() runs dma_map_sg() and post_req() runs dma_unmap_sg(). This patch can increase card read/write speed, especially for high speed card and slow

Re: [PATCH 1/2] mfd: rtsx: add dma transfer function

2014-07-02 Thread micky
On 06/18/2014 04:00 PM, Lee Jones wrote: On Mon, 16 Jun 2014, Ulf Hansson wrote: On 16 June 2014 14:20, Lee Jones lee.jo...@linaro.org wrote: From: Micky Ching micky_ch...@realsil.com.cn rtsx driver using a single function for transfer data, dma map/unmap are placed in one fix function. We

[PATCH] Staging: rtl8192e: Fix potential NULL pointer dereference

2014-07-02 Thread Emil Goode
We need to make sure the struct rtllib_device pointer ieee is not NULL after the goto rx_dropped label since it is dereferenced there. Signed-off-by: Emil Goode emilgo...@gmail.com --- drivers/staging/rtl8192e/rtllib_rx.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[Q] Removed cxt1e1 module in staging branch

2014-07-02 Thread DaeSeok Youn
Hi, all. I saw your change which removes cxt1e1 in staging tree. Actually, I have been cleaning up coding style and fixing minor issues without real cxt1e1 hardware. And I am not cleaning up all of files in cxt1e1 but some files already done and have plans for other files. may be.. I cannot fix

[PATCH V2] staging: gdm72xx: move T_CAPABILITY definitions to hci.h

2014-07-02 Thread Michalis Pappas
Signed-off-by: Michalis Pappas mpap...@fastmail.fm --- drivers/staging/gdm72xx/gdm_wimax.c | 11 --- drivers/staging/gdm72xx/hci.h | 6 ++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_wimax.c b/drivers/staging/gdm72xx/gdm_wimax.c

[PATCH v2 1/1] staging: lustre: libcfs: nidstrings.c - use ARRAY_SIZE macro

2014-07-02 Thread Anil Belur
From: Anil Belur ask...@gmail.com - this patch replaces sizeof(a)/sizeof(a[0]) with the ARRAY_SIZE macro to get the number of nidstrings (and netstrfns) - v2: also for netstrfns Signed-off-by: Anil Belur ask...@gmail.com --- drivers/staging/lustre/lustre/libcfs/nidstrings.c | 5 ++--- 1 file

[PATCH] staging: comedi: allow COMEDI_BUFINFO, COMEDI_CANCEL and COMEDI_POLL on locked subdevice

2014-07-02 Thread Ian Abbott
Comedi subdevices can be locked for mostly exclusive access by a particular file object by means of the COMEDI_LOCK ioctl. Some operations disregard the lock. For example, the read() and write() file operations are allowed for the file object that set up an asynchronous command on the subdevice

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

2014-07-02 Thread Russell King - ARM Linux
On Wed, May 14, 2014 at 08:42:17PM +0200, Thierry Reding wrote: I've been looking at converting the Tegra DRM driver to the component helpers for a while now and had to make some changes to make it work for that particular use-case. While updating the imx-drm and msm DRM drivers for those

Re: [PATCH 1/2] mfd: rtsx: add dma transfer function

2014-07-02 Thread Lee Jones
On Wed, 02 Jul 2014, micky wrote: On 06/18/2014 04:00 PM, Lee Jones wrote: On Mon, 16 Jun 2014, Ulf Hansson wrote: On 16 June 2014 14:20, Lee Jones lee.jo...@linaro.org wrote: From: Micky Ching micky_ch...@realsil.com.cn rtsx driver using a single function for transfer data, dma

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

2014-07-02 Thread Andy Shevchenko
In kernel we have function to escape a given string. Let's use it instead of custom approach. This fixes a bug. The current implementation wrongly prints octal numbers: only two first digits are used in case when 3 are required and the rest of the string ends up cut off. Additionally the \f, \v,

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

2014-07-02 Thread Andy Shevchenko
This is almost the opposite function to string_unescape(). Nevertheless it handles \0 and could be used for any byte buffer. The documentation is supplied together with the function prototype. The test cases covers most of the scenarios and would be expanded later on. Signed-off-by: Andy

[PATCH 5/6] staging: rtl8192e: re-use string_escape_mem()

2014-07-02 Thread Andy Shevchenko
Let's use kernel's library function to escape a buffer. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/staging/rtl8192e/rtllib.h | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h

[PATCH 0/6] lib / string_helpers: introduce string_escape_mem

2014-07-02 Thread Andy Shevchenko
The introduced function is a kind of opposite to string_unescape. We have several users of such functionality each of them created custom implementation. The series contains clean up of test suite, adding new call, and switching few users to use it. Test suite covers all of existing and most of

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

2014-07-02 Thread Andy Shevchenko
This patch prepares test suite for a following update. It introduces test_string_check_buf() helper which checks the result and dumps an error. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- lib/test-string_helpers.c | 39 +++ 1 file

[PATCH 4/6] staging: wlan-ng: re-use string_escape_mem()

2014-07-02 Thread Andy Shevchenko
This is a generic function to escape strings by given criteria. Let's use it instead of custom approach. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/staging/wlan-ng/prism2sta.c | 29 ++--- 1 file changed, 6 insertions(+), 23 deletions(-)

[PATCH 6/6] staging: rtl8192u: re-use string_escape_mem()

2014-07-02 Thread Andy Shevchenko
Let's use kernel's library function to escape a buffer instead of custom code. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git

[PATCH] staging: omap4iss: Fix type of struct iss_device::crashed

2014-07-02 Thread Rasmus Villemoes
The crashed member of struct iss_device is documented to be a bitmask, but a bool doesn't hold that many (usable) bits. Lines 589 and 659 of iss.c strongly suggest that unsigned int was meant (the same type as struct iss_pipeline::entities). Currently, any crashed entity will be blamed on index 0,

[PATCH 5/5] staging:iio:hmc5843: Add support for spi hmc5983

2014-07-02 Thread Josef Gajdusek
This patch adds support for the hmc5983 spi interface. This chip is almost identical to the hmc5883. The difference being added temperature compensation, additional available sample rate (220Hz) and an SPI interface. Signed-off-by: Josef Gajdusek a...@atx.name ---

[PATCH 3/5] staging:iio:hmc5843: register - value arrays now can have different lengths

2014-07-02 Thread Josef Gajdusek
Changed structure of struct hmc5843_chip_info to include length of translation arrays. Code previously using #defined constant has been changed accordingly. This allows to integrate devices which do have different amounts of available rates/scales. Signed-off-by: Josef Gajdusek a...@atx.name ---

[PATCH 4/5] staging:iio:hmc5843: Add support for i2c hmc5983

2014-07-02 Thread Josef Gajdusek
This patch adds support for the hmc5983 i2c interface. This chip is almost identical to the hmc5883. The difference being added temperature compensation, additional available sample rate (220Hz) and an SPI interface. Signed-off-by: Josef Gajdusek a...@atx.name ---

[PATCH 0/5] staging:iio:hmc5843: Few adjustments and support for hmc5983

2014-07-02 Thread Josef Gajdusek
This patch series modifies the hmc5843 driver to support the hmc5983 i2c and spi interfaces. Josef Gajdusek (5): staging:iio:hmc5843: Added regmap support staging:iio:hmc5843: Split hmc5843.c to multiple files staging:iio:hmc5843: register - value arrays now can have different lengths

[PATCH 1/5] staging:iio:hmc5843: Added regmap support

2014-07-02 Thread Josef Gajdusek
This patch changes hmc5843.c to use regmap. This provides transparent caching to the code as well as abstraction necessary to add support for SPI-based hmc5983. Signed-off-by: Josef Gajdusek a...@atx.name --- drivers/staging/iio/magnetometer/Kconfig | 1 +

[PATCH 2/5] staging:iio:hmc5843: Split hmc5843.c to multiple files

2014-07-02 Thread Josef Gajdusek
This patch splits hmc5843.c to multiple files - the interface-agnostic hmc5843_core.c, i2c specific hmc5843_i2c.c and header file hmc5843.h. This is another step to add support of SPI-enabled hmc5983. Signed-off-by: Josef Gajdusek a...@atx.name --- drivers/staging/iio/magnetometer/Kconfig

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

2014-07-02 Thread Andy Shevchenko
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 it instead of custom approach. This fixes a bug. The current implementation wrongly prints octal numbers: only

Re: [PATCH 5/6] staging: rtl8192e: re-use string_escape_mem()

2014-07-02 Thread Andy Shevchenko
On Wed, 2014-07-02 at 06:35 -0700, Joe Perches wrote: On Wed, 2014-07-02 at 16:20 +0300, Andy Shevchenko wrote: Let's use kernel's library function to escape a buffer. [] @@ -2965,15 +2965,8 @@ static inline const char *escape_essid(const char *essid, u8 essid_len) }

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

2014-07-02 Thread Joe Perches
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 it instead of custom approach. This fixes a bug. The current implementation wrongly prints octal numbers: only two first digits are used in case when 3 are required and

Re: [PATCH 5/6] staging: rtl8192e: re-use string_escape_mem()

2014-07-02 Thread Joe Perches
On Wed, 2014-07-02 at 16:20 +0300, Andy Shevchenko wrote: Let's use kernel's library function to escape a buffer. [] diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h [] @@ -2956,7 +2957,6 @@ extern inline int rtllib_get_scans(struct rtllib_device *ieee)

Re: [PATCH RFC v2 3/8] component: add support for component match array

2014-07-02 Thread Inki Dae
2014-07-01 23:22 GMT+09:00 Russell King - ARM Linux li...@arm.linux.org.uk: On Thu, Jun 26, 2014 at 03:46:01PM +0100, Russell King - ARM Linux wrote: On Thu, Jun 26, 2014 at 02:34:17PM +0200, Philipp Zabel wrote: Hi Russell, On Tue, Jun 24, 2014 at 9:29 PM, Russell King

Re: [PATCH RFC v2 3/8] component: add support for component match array

2014-07-02 Thread Russell King - ARM Linux
On Thu, Jul 03, 2014 at 12:26:39AM +0900, Inki Dae wrote: It's has been just a week. I will check and look into your patch series. I think Exynos drm should also be considered for the use of component match array. Actually, this series has been around for much longer than just a week. Your

Re: [Q] Removed cxt1e1 module in staging branch

2014-07-02 Thread Kristina Martšenko
On 02/07/14 12:41, DaeSeok Youn wrote: Hi, all. I saw your change which removes cxt1e1 in staging tree. Actually, I have been cleaning up coding style and fixing minor issues without real cxt1e1 hardware. And I am not cleaning up all of files in cxt1e1 but some files already done and

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

2014-07-02 Thread Joe Perches
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 it instead of custom approach. This fixes a

Re: [PATCH] Staging: rtl8192e: Fix potential NULL pointer dereference

2014-07-02 Thread Greg Kroah-Hartman
On Wed, Jul 02, 2014 at 11:25:51AM +0200, Emil Goode wrote: We need to make sure the struct rtllib_device pointer ieee is not NULL after the goto rx_dropped label since it is dereferenced there. Signed-off-by: Emil Goode emilgo...@gmail.com --- drivers/staging/rtl8192e/rtllib_rx.c |3

[PATCH 01/48] staging: rtl8188eu: Remove struct evt_priv and its uses

2014-07-02 Thread navin patidar
c2h_wk (work_struct) is naver scheduled to handle events, so no use of keeping event data. And also function rtw_hal_c2h_handler() responsible for handling c2h events, is a dummy function. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c |

[PATCH 03/48] staging: rtl8188eu: Remove unused function c2h_evt_read()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/hal/hal_com.c | 49 --- drivers/staging/rtl8188eu/include/hal_com.h |2 -- 2 files changed, 51 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_com.c

[PATCH 02/48] staging: rtl8188eu: Remove function c2h_evt_hdl()

2014-07-02 Thread navin patidar
c2h_evt_hdl() calls a dummy function rtw_hal_c2h_handler() to handle events, so no use of keeping it. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 28 1 file changed, 28 deletions(-) diff --git

[PATCH 06/48] staging: rtl8188eu: Remove unused function rtw_hal_c2h_id_filter_ccx()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/hal/hal_intf.c |5 - drivers/staging/rtl8188eu/include/hal_intf.h |4 2 files changed, 9 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c

[PATCH 09/48] staging: rtl8188eu: Remove unused function rtw_c2h_wk_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 33 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 -- 2 files changed, 35 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 11/48] staging: rtl8188eu: Remove unused function rtw_setphy_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 40 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 41 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 10/48] staging: rtl8188eu: Remove unused function rtw_setbasicrate_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 33 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 34 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 12/48] staging: rtl8188eu: Remove unused function rtw_setbbreg_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 30 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 31 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 14/48] staging: rtl8188eu: Remove unused function rtw_[set, get]rfreg_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 67 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 - 2 files changed, 69 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 13/48] staging: rtl8188eu: Remove unused function rtw_getbbreg_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 33 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 34 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 15/48] staging: rtl8188eu: Remove unused function rtw_setrttbl_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 29 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |9 - 2 files changed, 38 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 20/48] staging: rtl8188eu: Remove unused function rtw_setstandby_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 34 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 35 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 21/48] staging: rtl8188eu: Remove unused function rtw_createbss_cmd_ex()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 28 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 -- 2 files changed, 30 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 16/48] staging: rtl8188eu: Remove unused function rtw_set_ch_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 53 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 - 2 files changed, 55 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 17/48] staging: rtl8188eu: Remove unused function rtw_set_csa_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 35 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 36 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 18/48] staging: rtl8188eu: Remove dummy function rtw_tdls_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|5 - drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 19/48] staging: rtl8188eu: Remove unused function rtw_setassocsta_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 44 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 45 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 23/48] staging: rtl8188eu: rtw_cmd.h: Remove unused macros

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/include/rtw_cmd.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h b/drivers/staging/rtl8188eu/include/rtw_cmd.h index 1e3161e..0803742 100644 ---

[PATCH 22/48] staging: rtl8188eu: rtw_cmd.h: Remove unused function declaration

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/include/rtw_cmd.h |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h b/drivers/staging/rtl8188eu/include/rtw_cmd.h index d356cf4..1e3161e 100644 ---

[PATCH 25/48] staging: rtl8188eu: Remove unused function rtw_cmd_clr_isr()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|6 -- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 -- 2 files changed, 8 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 29/48] staging: rtl8188eu: Remove wrapper function power_saving_wk_hdl()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index 5a1ee87..b9c61e3 100644 ---

[PATCH 27/48] staging: rtl8188eu: rtw_cmd.h: Remove struct Tx_Beacon_param

2014-07-02 Thread navin patidar
struct Tx_Beacon_param has only one member. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c| 12 ++-- drivers/staging/rtl8188eu/include/rtw_cmd.h |4 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h |2 +- 3

[PATCH 26/48] staging: rtl8188eu: rtw_cmd.h: Remove struct [join, create]bss_parm

2014-07-02 Thread navin patidar
These two structures have only one member. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c| 10 +- drivers/staging/rtl8188eu/include/rtw_cmd.h | 23 -- drivers/staging/rtl8188eu/include/rtw_mlme_ext.h

[PATCH 28/48] staging: rtl8188eu: Remove header file cmd_osdep.h

2014-07-02 Thread navin patidar
cmd_osdep.h is not required. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c |1 - drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c |1 - drivers/staging/rtl8188eu/include/cmd_osdep.h | 31 - 3 files changed,

[PATCH 24/48] staging: rtl8188eu: rtw_cmd.h: Remove unused structures

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/include/rtw_cmd.h | 216 --- 1 file changed, 216 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h b/drivers/staging/rtl8188eu/include/rtw_cmd.h index 0803742..b8adc05

[PATCH 34/48] staging: rtl8188eu: Remove unused member cmd_issued_cnt from struct cmd_priv

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|3 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 4 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 32/48] staging: rtl8188eu: Rename _rtw_dequeue_cmd() to rtw_dequeue_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 16 +++- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 31/48] staging: rtl8188eu: Rename _rtw_free_cmd_priv() to rtw_free_cmd_priv()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c |8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index e26a582..81f4b94 100644 ---

[PATCH 33/48] staging: rtl8188eu: Remove unused member rsp_cnt from struct cmd_priv

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|1 - drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 30/48] staging: rtl8188eu: Rename _rtw_init_cmd_priv() to rtw_init_cmd_priv()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|9 + drivers/staging/rtl8188eu/include/rtw_cmd.h |2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 35/48] staging: rtl8188eu: Remove unused member cmd_done_cnt from struct cmd_priv

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|1 - drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 36/48] staging: rtl8188eu: Remove unused members rsp_[allocated, ]_buf from struct cmd_priv

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 10 -- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 -- 2 files changed, 12 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 38/48] staging: rtl8188eu: Remove function rtw_getbbrfreg_cmdrsp_callback()

2014-07-02 Thread navin patidar
rtw_getbbrfreg_cmdrsp_callback() is a callback for _Read_BBREG and _Read_RFREG commands but these commands are never issued by driver. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|8 drivers/staging/rtl8188eu/include/rtw_cmd.h

[PATCH 37/48] staging: rtl8188eu: Remove members cmd_[allocated, ]_buf from struct cmd_priv

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 32 ++- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 -- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 40/48] staging: rtl8188eu: rtw_[cmd, mlme_ext].h: Remove unused command codes

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/include/rtw_cmd.h | 159 -- drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 77 ++- 2 files changed, 40 insertions(+), 196 deletions(-) diff --git

[PATCH 42/48] staging: rtl8188eu: Remove command _TDLS and its handler

2014-07-02 Thread navin patidar
_TDLS command is never issued by driver and its handler is a dummy function. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c| 18 -- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 --

[PATCH 39/48] staging: rtl8188eu: Remove function rtw_setdatarate_cmd()

2014-07-02 Thread navin patidar
rtw_setdatarate_cmd() enqueue _SetDataRate command but there is not handler mapped in wlancmds[] to handle this command. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 31

[PATCH 44/48] staging: rtl8188eu: Remove command _LedBlink and its handler

2014-07-02 Thread navin patidar
_LedBlink command is never issued by driver and its handler is a dummy function. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c|7 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |2 --

[PATCH 45/48] staging: rtl8188eu: Remove command _Set_H2C_MSG and its handler

2014-07-02 Thread navin patidar
_Set_H2C_MSG command is never issued by driver and its handler is a dummy function. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c|8 drivers/staging/rtl8188eu/include/rtw_cmd.h |2 --

[PATCH 48/48] staging: rtl8188eu: Remove dummy function rtw_free_cmd_priv()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|5 - drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - drivers/staging/rtl8188eu/os_dep/os_intfs.c |2 -- 3 files changed, 8 deletions(-) diff --git

[PATCH 08/48] staging: rtl8188eu: Remove unused function rtw_getrttbl_cmd()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c| 34 --- drivers/staging/rtl8188eu/include/rtw_cmd.h |8 --- 2 files changed, 42 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

[PATCH 07/48] staging: rtl8188eu: rtw_cmd.h: Remove unused macro and structure

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/include/rtw_cmd.h |9 - 1 file changed, 9 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h b/drivers/staging/rtl8188eu/include/rtw_cmd.h index 7a70f02..049e112 100644 ---

[PATCH 05/48] staging: rtl8188eu: Remove dummy function rtw_hal_c2h_handler()

2014-07-02 Thread navin patidar
Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/hal/hal_intf.c |9 - drivers/staging/rtl8188eu/include/hal_intf.h |4 2 files changed, 13 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c

[PATCH 47/48] staging: rtl8188eu: Remove cmd_seq from struct cmd_priv

2014-07-02 Thread navin patidar
Value stored in cmd_seq isn't used by driver. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/core/rtw_cmd.c|4 drivers/staging/rtl8188eu/include/rtw_cmd.h |1 - 2 files changed, 5 deletions(-) diff --git

Re: [PATCH] Staging: rtl8192e: Fix potential NULL pointer dereference

2014-07-02 Thread Emil Goode
Hello Greg, On Wed, Jul 02, 2014 at 09:33:34AM -0700, Greg Kroah-Hartman wrote: On Wed, Jul 02, 2014 at 11:25:51AM +0200, Emil Goode wrote: We need to make sure the struct rtllib_device pointer ieee is not NULL after the goto rx_dropped label since it is dereferenced there.

Re: [PATCH] Staging: rtl8192e: Fix potential NULL pointer dereference

2014-07-02 Thread Greg Kroah-Hartman
On Wed, Jul 02, 2014 at 07:26:20PM +0200, Emil Goode wrote: Hello Greg, On Wed, Jul 02, 2014 at 09:33:34AM -0700, Greg Kroah-Hartman wrote: On Wed, Jul 02, 2014 at 11:25:51AM +0200, Emil Goode wrote: We need to make sure the struct rtllib_device pointer ieee is not NULL after the goto

Re: [PATCH 5/5] staging: rtl8188eu: Remove P2P support

2014-07-02 Thread navin patidar
On Wed, Jul 2, 2014 at 10:18 PM, Arend van Spriel ar...@broadcom.com wrote: On 01-07-14 19:05, navin patidar wrote: Signed-off-by: navin patidar navin.pati...@gmail.com There is probably a reason for removing this. Care to share? I explained the reason for removing P2P support in cover

Dear Sir/Madam

2014-07-02 Thread Mrs. Kebreaee, Maryam
It may surprise you receiving this letter from me, since there was no previous correspondence between us. Let me start by introducing myself to you. I am Mr. Paco Cortez, a senior staff working with the bank Cajasol in Spain. I have a business proposal for you; I discovered a fund

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

2014-07-02 Thread Andrew Morton
On Wed, 2 Jul 2014 16:20:24 +0300 Andy Shevchenko andriy.shevche...@linux.intel.com wrote: This patch prepares test suite for a following update. It introduces test_string_check_buf() helper which checks the result and dumps an error. ... --- a/lib/test-string_helpers.c +++

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

2014-07-02 Thread Andrew Morton
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 documentation is supplied together with the function prototype. The

Re: [Q] Removed cxt1e1 module in staging branch

2014-07-02 Thread DaeSeok Youn
Hi, Kristina, Thanks for reply. I hadn't developed for specific driver(I'm beginner to develop Linux Kernel :-) ), so I can make patches for other drivers. I just wanted to know what I have to do for revert your change. Thanks. regards, Daeseok Youn. 2014-07-03 1:25 GMT+09:00 Kristina

Re: [Q] Removed cxt1e1 module in staging branch

2014-07-02 Thread Greg KH
On Thu, Jul 03, 2014 at 08:32:05AM +0900, DaeSeok Youn wrote: Hi, Kristina, Thanks for reply. I hadn't developed for specific driver(I'm beginner to develop Linux Kernel :-) ), so I can make patches for other drivers. I'd recommend picking another driver, hopefully one you can find the

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

2014-07-02 Thread Maurice Moss
Hi Martyn, Thanks a lot for your guidance. I am back working on vme and I am trying it with a newer kernel, and I seem to have gone backwards! 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

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

2014-07-02 Thread Laurent Pinchart
Hi Russell, Sorry for the late review. 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 patch set starts to address.

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

2014-07-02 Thread Chase Southwood
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 addi_apci_1564.c staging: comedi:

[PATCH v2 1/3] staging: comedi: addi_apci_1564: move addi_watchdog.h include to addi_apci_1564.c

2014-07-02 Thread Chase Southwood
Commit aed3f9d (staging: comedi: addi_apci_1564: absorb apci1564_reset()) moved the only use of addi_watchdog.h from hwdrv_apci1564.c to addi_apci_1564.c, but left the include statement itself in the former file. Move this include to the file which actually uses it. Signed-off-by: Chase

[PATCH v2 2/3] staging: comedi: addi_apci_1564: fix use of apci1564_reset() to disable DI interrupts

2014-07-02 Thread Chase Southwood
apci1564_cos_insn_config() is currently using apci1564_reset() to disable digital input interrupts when the configuration operation is COMEDI_DIGITAL_TRIG_DISABLE. However, this is incorrect as the device reset function also resets the registers for the digital outputs, timer, watchdog, and

[PATCH v2 3/3] staging: comedi: addi_apci_1564: clean up apci1564_interrupt()

2014-07-02 Thread Chase Southwood
Remove the checks for interrupts from unknown sources. This situation should never occur and the checks were doing nothing to help the situation. Also, the portion of the function for handling counter interrupts is reapeated four times (once for each counter), but is completely identical save

Re: [Q] Removed cxt1e1 module in staging branch

2014-07-02 Thread DaeSeok Youn
2014-07-03 8:37 GMT+09:00 Greg KH gre...@linuxfoundation.org: On Thu, Jul 03, 2014 at 08:32:05AM +0900, DaeSeok Youn wrote: Hi, Kristina, Thanks for reply. I hadn't developed for specific driver(I'm beginner to develop Linux Kernel :-) ), so I can make patches for other drivers. I'd

Re: How to cleanup this functions?

2014-07-02 Thread Kevin McKinney
On Tue, Jul 01, 2014 at 11:42:27AM +0200, Matthias Beyer wrote: Hi Kevin, Don't know if this mail should go to the ML, too, ... if you want, you can forward it or add the ML as recipient for your answer! I'm currently working on some cleanup patches for the

[PATCH] Staging: bcm: Add entry for bcm wimax driver support

2014-07-02 Thread Kevin McKinney
Add myself and Matthias Beyer as maintainers for the bcm wimax driver. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- MAINTAINERS |7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e2207f7..0853c33 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

  1   2   >