clean up checkpatch warning:
WARNING: void function return statements are not generally useful
Signed-off-by: Daeseok Youn
---
drivers/staging/dgap/dgap.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
index 003
clean up checkpatch.pl error:
ERROR: "foo* bar" should be "foo *bar"
Signed-off-by: Daeseok Youn
---
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 d4f80af..0036f35 100644
-
Big thanks, I'll do some "research" at weekend, maybe :)
2014-07-02 9:36 GMT+03:00 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.
clean up checkpatch.pl warning:
WARNING: Missing a blank line after declarations
Signed-off-by: Daeseok Youn
---
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
index b5ea9ff..5bccd14
The descriptions are provided by GCT Semiconductor, Inc.
Signed-off-by: Ben Chan
---
drivers/staging/gdm72xx/Kconfig | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/gdm72xx/Kconfig b/drivers/staging/gdm72xx/Kconfig
index dd8a391..5836503 10
On 6 June 2014 09:05, wrote:
> From: Micky Ching
>
> 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 speed CPU.
>
> Test on intel i3(800MHz - 2.3GHz) p
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 wrote:
From: Micky Ching
rtsx driver using a single function for transfer data, dma map/unmap are
placed in one fix function. We need map/unmap dma in different place(for
mmc as
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
---
drivers/staging/rtl8192e/rtllib_rx.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl81
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
Signed-off-by: Michalis Pappas
---
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
index 4148013..50b7b
From: Anil Belur
- 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
---
drivers/staging/lustre/lustre/libcfs/nidstrings.c | 5 ++---
1 file changed, 2 insertions(+), 3 delet
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 (
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 c
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 wrote:
> From: Micky Ching
>
> rtsx driver using a single function for transfer data, dma map/unmap are
> placed in on
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,
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 Shevche
Let's use kernel's library function to escape a buffer.
Signed-off-by: Andy Shevchenko
---
drivers/staging/rtl8192e/rtllib.h | 13 +++--
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtllib.h
b/drivers/staging/rtl8192e/rtllib.h
index 83f5f57..cb
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 po
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
---
lib/test-string_helpers.c | 39 +++
1 file changed, 27 insertions(+), 12 deletion
This is a generic function to escape strings by given criteria. Let's use it
instead of custom approach.
Signed-off-by: Andy Shevchenko
---
drivers/staging/wlan-ng/prism2sta.c | 29 ++---
1 file changed, 6 insertions(+), 23 deletions(-)
diff --git a/drivers/staging/wlan-
Let's use kernel's library function to escape a buffer instead of custom code.
Signed-off-by: Andy Shevchenko
---
drivers/staging/rtl8192u/ieee80211/ieee80211.h | 13 +++--
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h
b/dr
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
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
---
drivers/staging/iio/magnetometer/Kconfig
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
---
drivers/stagi
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
---
drivers/staging/iio/magnetometer/Kconfig
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
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
---
drivers/staging/iio/magnetometer/Kconfig | 1 +
drivers/staging/iio/magnetometer/hmc5843.c | 145
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
---
drivers/staging/iio/magnetometer/Kconfig| 16 +-
dri
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:
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)
> > }
> >
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
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)
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.
I looked back over the two other times which this series has posted,
and noticed that two patches had been re
2014-07-01 23:22 GMT+09:00 Russell King - ARM Linux :
> 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
>> > wrote:
>> > [...]
>> > >
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
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
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.
> > >
> >
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
> ---
> drivers/staging/rtl8192e/rtllib_rx.c |3 ++-
> 1 file c
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
---
drivers/staging/rtl8188eu/core/rtw_cmd.c | 86 -
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/hal/hal_com.c
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
---
drivers/staging/rtl8188eu/core/rtw_cmd.c | 28
1 file changed, 28 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_cm
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/hal/hal_intf.c
index 279dd0b..2
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.c
index 7141ab4..de6290
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.
Signed-off-by: navin patidar
---
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
--- a/drivers/staging/rtl8188
Signed-off-by: navin patidar
---
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
--- a/drivers/staging/rtl8188eu/include
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.c
index ab3349f..651d
Signed-off-by: navin patidar
---
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
--- a/drivers/staging/rtl8188eu
struct Tx_Beacon_param has only one member.
Signed-off-by: navin patidar
---
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 files changed, 7 insertio
These two structures have only one member.
Signed-off-by: navin patidar
---
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 |4 ++--
3 files ch
cmd_osdep.h is not required.
Signed-off-by: navin patidar
---
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, 33 deletions(-)
delete m
Signed-off-by: navin patidar
---
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 100644
--- a/drivers/st
Signed-off-by: navin patidar
---
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
index ef5f507..4696713
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/r
Signed-off-by: navin patidar
---
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
--- a/drivers/staging/rtl8188e
Signed-off-by: navin patidar
---
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
index 1e6e52e..ef5f507 10
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.c
Signed-off-by: navin patidar
---
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
index 4696713..4c1abdd 10
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rtw_cmd.c
index 4c1abdd.
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
---
drivers/staging/rtl8188eu/core/rtw_cmd.c|8
drivers/staging/rtl8188eu/include/rtw_cmd.h |5 ++---
2 files c
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl81
Signed-off-by: navin patidar
---
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 a/drivers/staging/rtl8188eu/include/rtw_cmd.h
b/dr
_TDLS command is never issued by driver and its handler is a
dummy function.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c| 18 --
drivers/staging/rtl8188eu/include/rtw_cmd.h |2 --
drivers/staging/rtl8188eu/include/rtw_mlme_ext.h |
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/rtw_cmd.h | 102 ---
1 file changed, 102 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h
b/drivers/staging/rtl8188eu/include/rtw_cmd.h
index 8e8092b..8b0712f 100644
--- a/drivers/st
rtw_setdatarate_cmd() enqueue _SetDataRate command but there is not
handler mapped in wlancmds[] to handle this command.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_cmd.c | 31
drivers/staging/rtl8188eu/include/rtw_cmd.h|2 --
driv
_LedBlink command is never issued by driver and its handler is a
dummy function.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c|7 ---
drivers/staging/rtl8188eu/include/rtw_cmd.h |2 --
drivers/staging/rtl8188eu/include/rtw_mlme_ext.h |1 -
_Set_H2C_MSG command is never issued by driver and its handler is a
dummy function.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c|8
drivers/staging/rtl8188eu/include/rtw_cmd.h |2 --
drivers/staging/rtl8188eu/include/rtw_mlme_ext.h |
_SetChannelSwitch command is never issued by driver and its handler is a
dummy function.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c|5 -
drivers/staging/rtl8188eu/include/rtw_cmd.h |2 --
drivers/staging/rtl8188eu/include/rtw_mlme_ext.h |
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/rtw_cmd.h | 16
1 file changed, 16 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h
b/drivers/staging/rtl8188eu/include/rtw_cmd.h
index 7dfbd8b..bad84b2 100644
--- a/drivers/staging/rtl818
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/hal_com.c | 11 ---
drivers/staging/rtl8188eu/include/hal_com.h |2 --
2 files changed, 13 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/hal_com.c
b/drivers/staging/rtl8188eu/hal/hal_com.c
index c91a58c..
Signed-off-by: navin patidar
---
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 a/drivers/staging/rtl8188eu/core/rtw_cmd.c
b/drivers
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/core/rt
Signed-off-by: navin patidar
---
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
--- a/drivers/staging/rtl8188eu/incl
Signed-off-by: navin patidar
---
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
b/drivers/staging/rtl8188eu/hal/hal_intf.c
index f002c
Value stored in cmd_seq isn't used by driver.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_cmd.c|4
drivers/staging/rtl8188eu/include/rtw_cmd.h |1 -
2 files changed, 5 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c
b/drivers/staging/
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.
> >
> > Sign
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
On Wed, Jul 2, 2014 at 10:18 PM, Arend van Spriel wrote:
> On 01-07-14 19:05, navin patidar wrote:
>> Signed-off-by: navin patidar
>
> There is probably a reason for removing this. Care to share?
I explained the reason for removing P2P support in cover letter, will
add that in v2 of this patch.
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 (€9,500,000.00
On Wed, 2 Jul 2014 16:20:24 +0300 Andy Shevchenko
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
> +++ b/lib/test-string_helpers.c
> @@ -10,6
On Wed, 2 Jul 2014 16:20:25 +0300 Andy Shevchenko
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 test cases covers most of t
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 Martše
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
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
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 addre
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: addi_apci_15
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 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
counte
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 for
1 - 100 of 105 matches
Mail list logo