Displaying 20 results from an estimated 33 matches for "devicetable".
2019 Oct 23
2
[PATCH V5 2/6] modpost: add support for mdev class id
...ason Wang <jasowang at redhat.com> wrote:
> Add support to parse mdev class id table.
>
> Reviewed-by: Parav Pandit <parav at mellanox.com>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vfio/mdev/vfio_mdev.c | 2 ++
> scripts/mod/devicetable-offsets.c | 3 +++
> scripts/mod/file2alias.c | 10 ++++++++++
> 3 files changed, 15 insertions(+)
>
> diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c
> index 7b24ee9cb8dd..cb701cd646f0 100644
> --- a/drivers/vfio/mdev/vfio_mdev.c
> +++ b/d...
2019 Oct 23
2
[PATCH V5 2/6] modpost: add support for mdev class id
...ason Wang <jasowang at redhat.com> wrote:
> Add support to parse mdev class id table.
>
> Reviewed-by: Parav Pandit <parav at mellanox.com>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vfio/mdev/vfio_mdev.c | 2 ++
> scripts/mod/devicetable-offsets.c | 3 +++
> scripts/mod/file2alias.c | 10 ++++++++++
> 3 files changed, 15 insertions(+)
>
> diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c
> index 7b24ee9cb8dd..cb701cd646f0 100644
> --- a/drivers/vfio/mdev/vfio_mdev.c
> +++ b/d...
2019 Oct 24
1
[PATCH V5 2/6] modpost: add support for mdev class id
...dd support to parse mdev class id table.
> >>
> >> Reviewed-by: Parav Pandit <parav at mellanox.com>
> >> Signed-off-by: Jason Wang <jasowang at redhat.com>
> >> ---
> >> drivers/vfio/mdev/vfio_mdev.c | 2 ++
> >> scripts/mod/devicetable-offsets.c | 3 +++
> >> scripts/mod/file2alias.c | 10 ++++++++++
> >> 3 files changed, 15 insertions(+)
> >>
> >> diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c
> >> index 7b24ee9cb8dd..cb701cd646f0 100644
> &g...
2019 Oct 23
0
[PATCH V5 2/6] modpost: add support for mdev class id
Add support to parse mdev class id table.
Reviewed-by: Parav Pandit <parav at mellanox.com>
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
drivers/vfio/mdev/vfio_mdev.c | 2 ++
scripts/mod/devicetable-offsets.c | 3 +++
scripts/mod/file2alias.c | 10 ++++++++++
3 files changed, 15 insertions(+)
diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c
index 7b24ee9cb8dd..cb701cd646f0 100644
--- a/drivers/vfio/mdev/vfio_mdev.c
+++ b/drivers/vfio/mdev/vfio_mdev.c
@@ -12...
2019 Nov 05
0
[PATCH V8 2/6] modpost: add support for mdev class id
Add support to parse mdev class id table.
Reviewed-by: Parav Pandit <parav at mellanox.com>
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
drivers/vfio/mdev/vfio_mdev.c | 2 ++
scripts/mod/devicetable-offsets.c | 3 +++
scripts/mod/file2alias.c | 11 +++++++++++
3 files changed, 16 insertions(+)
diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c
index 38431e9ef7f5..a6641cd8b5a3 100644
--- a/drivers/vfio/mdev/vfio_mdev.c
+++ b/drivers/vfio/mdev/vfio_mdev.c
@@ -1...
2019 Oct 24
0
[PATCH V5 2/6] modpost: add support for mdev class id
...com> wrote:
>
>> Add support to parse mdev class id table.
>>
>> Reviewed-by: Parav Pandit <parav at mellanox.com>
>> Signed-off-by: Jason Wang <jasowang at redhat.com>
>> ---
>> drivers/vfio/mdev/vfio_mdev.c | 2 ++
>> scripts/mod/devicetable-offsets.c | 3 +++
>> scripts/mod/file2alias.c | 10 ++++++++++
>> 3 files changed, 15 insertions(+)
>>
>> diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c
>> index 7b24ee9cb8dd..cb701cd646f0 100644
>> --- a/drivers/vfio/mdev...
2016 Jul 13
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...#39;t help with other files that don't
automatically pull in kernel.h before string.h. They still complain
about SIZE_MAX being undeclared. So, #include <linux/kernel.h> *does*
need to go into string.h. At this point, we run into the next problem.
$ aarch64-linux-gcc -Wp,-MD,scripts/mod/.devicetable-offsets.s.d
-nostdinc -isystem
/opt/toolchain/stbgcc-4.8-1.5/bin/../lib/gcc/aarch64-linux-gnu/4.8.5/include
-I./arch/arm64/include -Iarch/arm64/include/generated/uapi
-Iarch/arm64/include/generated -Iinclude -I./arch/arm64/include/uapi
-Iarch/arm64/include/generated/uapi -I./include/uapi
-Iinclude...
2016 Jul 13
0
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...es that don't
> automatically pull in kernel.h before string.h. They still complain
> about SIZE_MAX being undeclared. So, #include <linux/kernel.h> *does*
> need to go into string.h. At this point, we run into the next problem.
>
> $ aarch64-linux-gcc -Wp,-MD,scripts/mod/.devicetable-offsets.s.d
> -nostdinc -isystem
> /opt/toolchain/stbgcc-4.8-1.5/bin/../lib/gcc/aarch64-linux-gnu/4.8.5/include
> -I./arch/arm64/include -Iarch/arm64/include/generated/uapi
> -Iarch/arm64/include/generated -Iinclude -I./arch/arm64/include/uapi
> -Iarch/arm64/include/generated/uapi -...
2016 Jul 11
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
.... But kernel.h, by way of several other headers, includes
string.h.
Attempting to include kernel.h in string.h then leads to something like this:
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CC scripts/mod/devicetable-offsets.s
CHK include/generated/timeconst.h
In file included from include/linux/printk.h:289:0,
from include/linux/kernel.h:13,
from include/linux/string.h:11,
from include/uapi/linux/uuid.h:21,
from include/linux/uuid.h:19,...
2016 Jul 13
0
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...headers, includes
> string.h.
>
> Attempting to include kernel.h in string.h then leads to something like this:
>
> CHK include/config/kernel.release
> CHK include/generated/uapi/linux/version.h
> CHK include/generated/utsrelease.h
> CC scripts/mod/devicetable-offsets.s
> CHK include/generated/timeconst.h
> In file included from include/linux/printk.h:289:0,
> from include/linux/kernel.h:13,
> from include/linux/string.h:11,
> from include/uapi/linux/uuid.h:21,
>...
2020 Mar 11
0
[PATCH] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
On Tue, 2020-03-10 at 14:05 +0300, Alexander Lobakin wrote:
> rproc_serial_id_table lacks an exposure to module devicetable, so
> when remoteproc firmware requests VIRTIO_ID_RPROC_SERIAL, no uevent
> is generated and no module autoloading occurs.
> Add missing MODULE_DEVICE_TABLE() annotation and move the existing
> one for VIRTIO_ID_CONSOLE right to the table itself.
>
> Fixes: 1b6370463e88 ("vi...
2019 Oct 23
10
[PATCH V5 0/6] mdev based hardware virtio offloading support
...rs/vfio/mdev/vfio_mdev.c | 45 +-
drivers/virtio/Kconfig | 7 +
drivers/virtio/Makefile | 1 +
drivers/virtio/virtio_mdev.c | 413 +++++++++++
include/linux/mdev.h | 57 +-
include/linux/mod_devicetable.h | 8 +
include/linux/vfio_mdev_ops.h | 52 ++
include/linux/virtio_mdev_ops.h | 159 ++++
samples/Kconfig | 7 +
samples/vfio-mdev/Makefile | 1 +
samples/vfio-mdev/mbochs.c | 1...
2019 Oct 23
10
[PATCH V5 0/6] mdev based hardware virtio offloading support
...rs/vfio/mdev/vfio_mdev.c | 45 +-
drivers/virtio/Kconfig | 7 +
drivers/virtio/Makefile | 1 +
drivers/virtio/virtio_mdev.c | 413 +++++++++++
include/linux/mdev.h | 57 +-
include/linux/mod_devicetable.h | 8 +
include/linux/vfio_mdev_ops.h | 52 ++
include/linux/virtio_mdev_ops.h | 159 ++++
samples/Kconfig | 7 +
samples/vfio-mdev/Makefile | 1 +
samples/vfio-mdev/mbochs.c | 1...
2016 Jul 09
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
On 08/07/16 23:43, Markus Mayer wrote:
> Add a collection of generic functions to convert strings to lowercase
> or uppercase.
>
> Changing the case of a string (with or without copying it first) seems
> to be a recurring requirement in the kernel that is currently being
> solved by several duplicated implementations doing the same thing. This
> change aims at reducing this
2019 Sep 25
0
[PATCH V2 0/8] mdev based hardware virtio offloading support
...| 8 +-
> drivers/virtio/Kconfig | 7 +
> drivers/virtio/Makefile | 1 +
> drivers/virtio/virtio_mdev.c | 417 +++++++++++
> include/linux/mdev.h | 52 +-
> include/linux/mod_devicetable.h | 8 +
> include/linux/vfio_mdev.h | 52 ++
> include/linux/virtio_mdev.h | 145 ++++
> samples/Kconfig | 7 +
> samples/vfio-mdev/Makefile | 1 +
> samples/vfio-mdev/mbochs....
2019 Nov 07
9
[PATCH V11 0/6] mdev based hardware virtio offloading support
...virtio/Makefile | 1 +
drivers/virtio/virtio_mdev.c | 406 +++++++++++
include/linux/mdev.h | 57 +-
include/linux/mdev_vfio_ops.h | 52 ++
include/linux/mdev_virtio_ops.h | 147 ++++
include/linux/mod_devicetable.h | 8 +
samples/Kconfig | 10 +
samples/vfio-mdev/Makefile | 1 +
samples/vfio-mdev/mbochs.c | 19 +-
samples/vfio-mdev/mdpy.c | 19 +-
samples/vfio-mdev/mtty.c | 17...
2019 Nov 06
11
[PATCH V9 0/6] mdev based hardware virtio offloading support
...virtio/Makefile | 1 +
drivers/virtio/virtio_mdev.c | 406 +++++++++++
include/linux/mdev.h | 57 +-
include/linux/mdev_vfio_ops.h | 52 ++
include/linux/mdev_virtio_ops.h | 147 ++++
include/linux/mod_devicetable.h | 8 +
samples/Kconfig | 10 +
samples/vfio-mdev/Makefile | 1 +
samples/vfio-mdev/mbochs.c | 19 +-
samples/vfio-mdev/mdpy.c | 19 +-
samples/vfio-mdev/mtty.c | 17...
2019 Oct 30
8
[PATCH V6 0/6] mdev based hardware virtio offloading support
...rs/vfio/mdev/vfio_mdev.c | 45 +-
drivers/virtio/Kconfig | 7 +
drivers/virtio/Makefile | 1 +
drivers/virtio/virtio_mdev.c | 413 +++++++++++
include/linux/mdev.h | 57 +-
include/linux/mod_devicetable.h | 8 +
include/linux/vfio_mdev_ops.h | 52 ++
include/linux/virtio_mdev_ops.h | 161 ++++
samples/Kconfig | 7 +
samples/vfio-mdev/Makefile | 1 +
samples/vfio-mdev/mbochs.c | 1...
2019 Nov 05
15
[PATCH V8 0/6] mdev based hardware virtio offloading support
...virtio/Makefile | 1 +
drivers/virtio/virtio_mdev.c | 407 +++++++++++
include/linux/mdev.h | 57 +-
include/linux/mdev_vfio_ops.h | 52 ++
include/linux/mdev_virtio_ops.h | 149 ++++
include/linux/mod_devicetable.h | 8 +
samples/Kconfig | 7 +
samples/vfio-mdev/Makefile | 1 +
samples/vfio-mdev/mbochs.c | 19 +-
samples/vfio-mdev/mdpy.c | 19 +-
samples/vfio-mdev/mtty.c | 17...
2019 Nov 05
15
[PATCH V8 0/6] mdev based hardware virtio offloading support
...virtio/Makefile | 1 +
drivers/virtio/virtio_mdev.c | 407 +++++++++++
include/linux/mdev.h | 57 +-
include/linux/mdev_vfio_ops.h | 52 ++
include/linux/mdev_virtio_ops.h | 149 ++++
include/linux/mod_devicetable.h | 8 +
samples/Kconfig | 7 +
samples/vfio-mdev/Makefile | 1 +
samples/vfio-mdev/mbochs.c | 19 +-
samples/vfio-mdev/mdpy.c | 19 +-
samples/vfio-mdev/mtty.c | 17...