From: Sergio Paracuellos
[ Upstream commit b483b4e4d3f6bfd5089b9e6dc9ba259879c6ce6f ]
Depending on revision of the chip, reset lines are inverted. Make code
more readable making use of 'soc_device_match' in driver probe function.
Signed-off-by: Sergio Paracuellos
Link:
https://lore.kernel.org
On Thu, Jan 23, 2020 at 04:38:17PM +0100, Christian Gromm wrote:
> This patch makes the adapter drivers use their own device structures
> when registering a most interface with the core module.
> With this the module that actually operates the physical device is the
> owner of the device.
Ick, why
The MOST driver was pushed to the staging area with kernel 4.3. Since then
it has encountered many refinements by the community and should be ready
for an upstream audit and to be moved out of the staging area. Since the
driver consists of multiple modules the core module is about to go first
and t
This patch makes the adapter drivers use their own device structures
when registering a most interface with the core module.
With this the module that actually operates the physical device is the
owner of the device.
Signed-off-by: Christian Gromm
---
v4:
This patch has beed added to the
The functions link_destroy and link_release are both deleting list items.
link_release, however, does not check whether a certain link has already
been deleted from the list by function link_destroy. By fixing this
this patch prevents a kernel crash when removing the configuration
directory of a li
This patch updates the ABI description files to be in sync
with current implementation.
Signed-off-by: Christian Gromm
---
v2:
v3:
v4:
.../most/Documentation/ABI/configfs-most.txt | 8
.../most/Documentation/ABI/sysfs-bus-most.txt | 24 +++---
2 files change
This patch fixes the module's logging messages.
Signed-off-by: Christian Gromm
---
v4:
This patch has beed added to the series
drivers/staging/most/core.c | 28 +---
1 file changed, 13 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/most/core.c b/dri
This patch drops the device reference added by function
bus_find_device_by_name.
Signed-off-by: Christian Gromm
---
v4:
This patch has beed added to the series
drivers/staging/most/core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/most/core.c b/drivers/staging/m
This patch moves the ABI description fils sysfs-bus-most and
configfs-most to the kernel's documentation folder.
Signed-off-by: Christian Gromm
---
v2:
v3:
v4:
.../ABI/configfs-most.txt => Documentation/ABI/testing/configfs-most | 0
.../ABI/sysfs-bus-most.txt => Documentation/ABI/testing/
Check if the dci structer has been allocated before trying to release it.
Signed-off-by: Christian Gromm
---
v3:
This patch has beed added to the series.
v4:
drivers/staging/most/usb/usb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/most/usb/usb
This patch removes the device from the MOST core driver and uses the
device from the adapter driver.
Signed-off-by: Christian Gromm
---
v4:
This patch has been added to the series
drivers/staging/most/core.c | 52 ++--
drivers/staging/most/dim2/d
This patch declares and initializes the bus, bus driver and the
component list without a container struct, as it introduces an
unnecessary level of abstraction.
Signed-off-by: Christian Gromm
---
v4:
This patch has been added to the series
drivers/staging/most/core.c | 66 ++
This patch moves the core module to the /drivers/most directory
and makes all necessary changes in order to not break the build.
Signed-off-by: Christian Gromm
---
v2:
v3:
v4:
drivers/Kconfig| 1 +
drivers/Makefile | 1 +
drivers/m
From: Ajay Singh
Some of the HIF layer API's return zero for failure and non-zero for
success condition. Now, modified the functions to return zero for success
and non-zero for failure as its recommended approach suggested in [1].
1.
https://lore.kernel.org/driverdev-devel/20191113183322.a54mh2
From: Ajay Singh
In wilc_wlan_handle_txq(), mutex unlock was called without acquiring
it. Also error code for full VMM condition was incorrect as discussed in
[1]. Now used a proper code to indicate VMM is full, for which transfer
to VMM is required again. 'wilc_wlan_handle_txq()' should be calle
From: "Tetsuhiro Kohada"
Remove 'fs_func struct' and change indirect calls to direct calls.
The following issues are described in exfat's TODO.
> Create helper function for exfat_set_entry_time () and
> exfat_set_entry_type () because it's sort of ugly to be calling the same
> functionn directl
On Thu, Jan 23, 2020 at 05:32:58PM +0900, Tetsuhiro Kohada wrote:
> From: "Tetsuhiro Kohada"
>
> Remove 'fs_func struct' and change indirect calls to direct calls.
>
> The following issues are described in exfat's TODO.
> > Create helper function for exfat_set_entry_time () and
> > exfat_set_ent
From: "Tetsuhiro Kohada"
Remove 'fs_func struct' and change indirect calls to direct calls.
The following issues are described in exfat's TODO.
> Create helper function for exfat_set_entry_time () and
> exfat_set_entry_type () because it's sort of ugly to be calling the same
> functionn directl
18 matches
Mail list logo