Re: UFS RPMB

2014-12-15 Thread Tomas Winkler
Can you be more specific about Linux programming API Thanks On Mon, Dec 15, 2014 at 6:19 AM, Kyuho Choi wrote: > As i know, SECURITY PROTOCOL IN/OUT are support RPMB access for UFS. > > On 12/14/14, Tomas Winkler wrote: >> Hi, sorry fore a newbie question. >> What is the

UFS RPMB

2014-12-14 Thread Tomas Winkler
Hi, sorry fore a newbie question. What is the current interface for accessing rpmb LUN in a UFS devices. For emmc one need to issue a raw mmc ioctl command MMC_IOC_CMD. Thanks Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.

[net-next 3/3] iwmc3200top: simplify imwct_tx

2009-12-16 Thread Tomas Winkler
1. remove address argument since we use same address IWMC_SDIO_DATA_ADDR in all cases 2. add __iwmct_tx - non locking tx function for already locked contexts Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/fw-download.c |4 +- drivers/misc/iwmc3200top/iwmc3200top.h |4

[net-next 2/3] iwmc3200top: cleanup log messages

2009-12-16 Thread Tomas Winkler
1. add TRACE level 2. use TRACE where needed to reduce the noise 3 don't INFOEX from driver 4. add DUMP level for packets dumps 5. use correct context for the log messages Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/fw-download.c | 26 ++ drivers

[net-next 1/3] iwmc3200top: clean up fw_download

2009-12-16 Thread Tomas Winkler
1. removed redundant NULL-pointers checks in iwmct_fw_load as release_firmware and kfree are NULL pointer friendly 2. remove redundant memset of the parser since the structure is fully initialized in iwmct_fw_parser_init function Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/fw

[net-2.6 3/3] iwmc3200top: simplify imwct_tx

2009-12-14 Thread Tomas Winkler
1. remove address argument since we use same address IWMC_SDIO_DATA_ADDR in all cases 2. add __iwmct_tx - non locking tx function for already locked contexts Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/fw-download.c |4 +- drivers/misc/iwmc3200top/iwmc3200top.h |4

[net-2.6 2/3] iwmc3200top: cleanup log messages

2009-12-14 Thread Tomas Winkler
1. add TRACE level 2. use TRACE where needed to reduce the noise 3 don't INFOEX from driver 4. add DUMP level for packets dumps 5. use correct context for the log messages Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/fw-download.c | 26 ++ drivers

[net-2.6 1/3] iwmc3200top: clean up fw_download

2009-12-14 Thread Tomas Winkler
1. removed redundant NULL-pointers checks in iwmct_fw_load as release_firmware and kfree are NULL pointer friendly 2. remove redundant memset of the parser since the structure is fully initialized in iwmct_fw_parser_init function Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/fw

[net-next 1/1] iwmc3200top: revamp fw name handling

2009-11-18 Thread Tomas Winkler
1. define macro for handling firmware api version 2. add MODULE_FIRMWARE 3. cleanup iwmct_fw_load style Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/fw-download.c | 24 ++-- drivers/misc/iwmc3200top/iwmc3200top.h |3 +++ drivers/misc/iwmc3200top/main.c

[net-next 2/2] iwmc3200top: simplify the driver version

2009-11-14 Thread Tomas Winkler
drop the version parts not needed for in-tree driver Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/main.c | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/drivers/misc/iwmc3200top/main.c b/drivers/misc/iwmc3200top/main.c index a1ce97e..02b3dad

[net-next 1/2] iwmc3200top: use prefered style for the device table.

2009-11-14 Thread Tomas Winkler
Use device id number directly accompany with comment rather then a #define Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/main.c | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/misc/iwmc3200top/main.c b/drivers/misc/iwmc3200top/main.c

[PATCH net-next] iwmc3200bt: Add iwmc3200 bluetooth driver

2009-11-02 Thread Tomas Winkler
Add Intel Wireless MultiCom 3200 SDIO BT driver IWMC3200 is 4Wireless Com CHIP (GPS/BT/WiFi/WiMAX). wmc3200bt is derived from btsdio driver Signed-off-by: Tomas Winkler --- drivers/bluetooth/Kconfig | 16 ++ drivers/bluetooth/Makefile |2 + drivers/bluetooth/iwmc3200bt.c | 553

Re: [PATCH net-next V2 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.

2009-10-20 Thread Tomas Winkler
On Tue, Oct 20, 2009 at 6:54 AM, David Miller wrote: > From: Tomas Winkler > Date: Sat, 17 Oct 2009 21:09:34 +0200 > >> This patch adds Intel Wireless MultiCom 3200 top driver. >> IWMC3200 is 4Wireless Com CHIP (GPS/BT/WiFi/WiMAX). >> Top driver is responsible fo

[PATCH net-next V2 3/3] i2400m-sdio: select IWMC3200TOP in Kconfig

2009-10-17 Thread Tomas Winkler
i2400m-sdio requires iwmc3200top for its operation Signed-off-by: Tomas Winkler Acked-by: Inaky Perez-Gonzalez --- drivers/net/wimax/i2400m/Kconfig |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/net/wimax/i2400m/Kconfig b/drivers/net/wimax/i2400m

[PATCH net-next V2 2/3] iwmc3200wifi: select IWMC3200TOP in Kconfig

2009-10-17 Thread Tomas Winkler
iwmc3200wifi requires iwmc3200top for its operation Signed-off-by: Tomas Winkler Acked-by: Zhu Yi --- drivers/net/wireless/iwmc3200wifi/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/iwmc3200wifi/Kconfig b/drivers/net/wireless

Re: [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.

2009-10-11 Thread Tomas Winkler
On Sun, Oct 11, 2009 at 12:36 PM, David Miller wrote: > From: Tomas Winkler > Date: Sun, 11 Oct 2009 10:05:20 +0200 > >> Just close my eyes and there is new game to play. :) >> It's not in the patchwork, so is there any reason you are not planning >> to add it.  

Re: [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.

2009-10-11 Thread Tomas Winkler
On Sun, Oct 11, 2009 at 3:58 AM, David Miller wrote: > From: Tomas Winkler > Date: Sat, 10 Oct 2009 11:38:50 +0200 > >> On Wed, Sep 23, 2009 at 1:38 AM, Tomas Winkler >> wrote: >>> This patch adds Intel Wireless MultiCom 3200 top driver. >>> IWMC3200 i

Re: [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.

2009-10-10 Thread Tomas Winkler
On Wed, Sep 23, 2009 at 1:38 AM, Tomas Winkler wrote: > This patch adds Intel Wireless MultiCom 3200 top driver. > IWMC3200 is 4Wireless Com CHIP (GPS/BT/WiFi/WiMAX). > Top driver is responsible for device initialization and firmware download. > Firmware handled by top is respons

[PATCH 3/3 V2] i2400m-sdio: select IWMC3200TOP in Kconfig

2009-09-24 Thread Tomas Winkler
i2400m-sdio requires iwmc3200top for its operation create separate config option to separate 3200 specifics from eventual further wimax sdio HW. Signed-off-by: Tomas Winkler --- V2: create separate config option as discussed with Inaky drivers/net/wimax/i2400m/Kconfig |9 + 1

Re: [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.

2009-09-23 Thread Tomas Winkler
On Wed, Sep 23, 2009 at 10:34 AM, Johannes Berg wrote: > On Wed, 2009-09-23 at 10:23 +0300, Tomas Winkler wrote: > >> From HW perspective your assumption is not exactly correct. All the >> devices are visible on the SDIO bus but they are not operational >> (probe won'

Re: [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.

2009-09-23 Thread Tomas Winkler
On Wed, Sep 23, 2009 at 9:57 AM, Johannes Berg wrote: > On Wed, 2009-09-23 at 02:38 +0300, Tomas Winkler wrote: > >> +config IWMC3200TOP >> +        tristate "Intel Wireless MultiCom Top Driver" >> +        depends on MMC && EXPERIMENTAL >

Re: [PATCH 3/3] i2400m-sdio: select IWMC3200TOP in Kconfig

2009-09-22 Thread Tomas Winkler
On Wed, Sep 23, 2009 at 3:44 AM, Marcel Holtmann wrote: > Hi Tomas, > >> i2400m-sdio requires iwmc3200top for its operation >> >> Signed-off-by: Tomas Winkler >> --- >>  drivers/net/wimax/i2400m/Kconfig |    1 + >>  1 files changed, 1 insertions(+), 0 d

[PATCH 2/3] iwmc3200wifi: select IWMC3200TOP in Kconfig

2009-09-22 Thread Tomas Winkler
iwmc3200wifi requires iwmc3200top for its operation Signed-off-by: Tomas Winkler --- drivers/net/wireless/iwmc3200wifi/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/iwmc3200wifi/Kconfig b/drivers/net/wireless/iwmc3200wifi/Kconfig index

[PATCH 3/3] i2400m-sdio: select IWMC3200TOP in Kconfig

2009-09-22 Thread Tomas Winkler
i2400m-sdio requires iwmc3200top for its operation Signed-off-by: Tomas Winkler --- drivers/net/wimax/i2400m/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wimax/i2400m/Kconfig b/drivers/net/wimax/i2400m/Kconfig index d623b3d..7368ad5 100644 --- a

[PATCH 0/3 net] Add iwmc3200top driver

2009-09-22 Thread Tomas Winkler
iwmc3200top: Add Intel Wireless MultiCom 3200 top driver. iwmc3200wifi: select IWMC3200TOP in Kconfig i2400m-sdio: select IWMC3200TOP in Kconfig Add iwmc3200top driver. Imwc3200 is under drivers/misc driver but IMWC network drivers depends on it therefore submitted through netdev --