search for: fsl

Displaying 20 results from an estimated 175 matches for "fsl".

Did you mean: fs
2020 Mar 05
0
[PATCH 04/22] drm/fsl-dcu: Use simple encoder
The fsl-dcu driver uses an empty implementation for its encoder. Replace the code with the generic simple encoder. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> --- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --gi...
2020 Jan 08
0
[PATCH v2 8/9] media: fsl-viu: Constify ioreadX() iomem argument (as in generic implementation)
...er to const, on some not. Implementations of ioreadX() do not modify the memory under the address so they can be converted to a "const" version for const-safety and consistency among architectures. Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/media/platform/fsl-viu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/fsl-viu.c b/drivers/media/platform/fsl-viu.c index 81a8faedbba6..991d9dc82749 100644 --- a/drivers/media/platform/fsl-viu.c +++ b/drivers/media/platform/fsl-viu.c @@ -34,7 +34,7 @@ /* Allow building th...
2020 Feb 19
0
[RESEND PATCH v2 8/9] media: fsl-viu: Constify ioreadX() iomem argument (as in generic implementation)
...er to const, on some not. Implementations of ioreadX() do not modify the memory under the address so they can be converted to a "const" version for const-safety and consistency among architectures. Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/media/platform/fsl-viu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/fsl-viu.c b/drivers/media/platform/fsl-viu.c index 81a8faedbba6..991d9dc82749 100644 --- a/drivers/media/platform/fsl-viu.c +++ b/drivers/media/platform/fsl-viu.c @@ -34,7 +34,7 @@ /* Allow building th...
2013 Jul 03
0
RFC: vfio interface for platform devices
...e allocates enough space for the device tree path, sets > the type field identifying whether this is a region, or irq, > and sets argsz appropriately. > > 5. EXAMPLE 1 > > Example, Freescale SATA controller: > > sata at 220000 { > compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; > reg = <0x220000 0x1000>; > interrupts = <0x44 0x2 0x0 0x0>; > }; > > request to get device FD would look like: > fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/soc at ffe000000/sata at 220...
2013 Jul 02
7
RFC: vfio interface for platform devices
...device tree node */ }; User space allocates enough space for the device tree path, sets the type field identifying whether this is a region, or irq, and sets argsz appropriately. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/soc at ffe000000/sata at 220000"); The VFIO...
2013 Jul 02
7
RFC: vfio interface for platform devices
...device tree node */ }; User space allocates enough space for the device tree path, sets the type field identifying whether this is a region, or irq, and sets argsz appropriately. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/soc at ffe000000/sata at 220000"); The VFIO...
2013 Jul 03
0
RFC: vfio interface for platform devices
...ocates enough space for the device tree path, sets > the type field identifying whether this is a region, or irq, > and sets argsz appropriately. > > 5. EXAMPLE 1 > > Example, Freescale SATA controller: > > sata at 220000 { > compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; > reg = <0x220000 0x1000>; > interrupts = <0x44 0x2 0x0 0x0>; > }; > > request to get device FD would look like: > fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/soc at ffe000000/sata a...
2016 Jul 07
0
vfio driver using libvirt
...<currentMemory unit='KiB'>4194304</currentMemory> <vcpu placement='static'>8</vcpu> <os> <type arch='aarch64' machine='virt'>hvm</type> <kernel>/home/root/Image</kernel> <initrd>/home/root/fsl-image-minimal-ls2085ardb.ext2.gz</initrd> <cmdline>'root=/dev/ram0 rw console=ttyAMA0,115200 rootwait earlyprintk ramdisk_size=1000000'</cmdline> </os> <cpu mode='custom' match='exact'> <model fallback='allow'>host</...
2013 Jul 03
1
RFC: vfio interface for platform devices
...e tree path, sets >> the type field identifying whether this is a region, or irq, >> and sets argsz appropriately. >> >> 5. EXAMPLE 1 >> >> Example, Freescale SATA controller: >> >> sata at 220000 { >> compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; >> reg = <0x220000 0x1000>; >> interrupts = <0x44 0x2 0x0 0x0>; >> }; >> >> request to get device FD would look like: >> fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/...
2013 Jul 03
1
RFC: vfio interface for platform devices
...e tree path, sets >> the type field identifying whether this is a region, or irq, >> and sets argsz appropriately. >> >> 5. EXAMPLE 1 >> >> Example, Freescale SATA controller: >> >> sata at 220000 { >> compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; >> reg = <0x220000 0x1000>; >> interrupts = <0x44 0x2 0x0 0x0>; >> }; >> >> request to get device FD would look like: >> fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/...
2014 Jun 11
2
Re: libguestfs supermin error
...090254] 8regs_prefetch: 2978.000 MB/sec > [ 0.130394] 32regs : 3416.000 MB/sec > [ 0.170533] 32regs_prefetch: 3067.000 MB/sec > [ 0.171531] xor: using function: 32regs (3416.000 MB/sec) > [ 0.173469] NET: Registered protocol family 16 > [ 0.178003] Found FSL PCI host bridge at 0x00000000e0008000. Firmware > bus number: 0->255 > [ 0.180031] PCI host bridge /pci@e0008000 (primary) ranges: > [ 0.181365] MEM 0x00000000c0000000..0x00000000dfffffff -> > 0x00000000c0000000 > [ 0.183225] IO 0x00000000e1000000..0x00000000e100fff...
2013 Jul 03
6
RFC: vfio interface for platform devices (v2)
...tree node. The len field specifies the length of the path string. argsz is set by the kernel specifying the total size of struct vfio_region_info and all appended structs. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/sys/bus/platform/devices/ffe220000.sata");...
2013 Jul 03
6
RFC: vfio interface for platform devices (v2)
...tree node. The len field specifies the length of the path string. argsz is set by the kernel specifying the total size of struct vfio_region_info and all appended structs. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/sys/bus/platform/devices/ffe220000.sata");...
2014 Jun 10
2
Re: libguestfs supermin error
Hi Rich I'm able to solve the problem regarding PAPR in libguestfs on my powerpc ubuntu.By default the libguestfs was configuring pseries machine and afterwards I changed it to my original machine i.e ppce500 .The changes are performed in ./src/guestfs-internal.h file. Thanks On Tue, Jun 10, 2014 at 7:58 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Wed, Jun 04, 2014 at
2011 Jun 09
2
[PATCH 7/7] [v4] drivers/virt: introduce Freescale hypervisor management driver
...ote: > On Wed, 8 Jun 2011 17:45:54 -0500 Timur Tabi wrote: > > > Add the drivers/virt directory, which houses drivers that support > > virtualization environments, and add the Freescale hypervisor management > > driver. > > It can't go in linux/virt or linux/virt/fsl instead? why drivers/ ? > > or maybe linux/virt should be drivers/virt ? See discussion for v2 of this patch. I suggested that drivers/firmware and virt/ as options, the counterarguments were that drivers/firmware is for passive firmware as opposed to firmware that acts as a hypervisor, an...
2011 Jun 09
2
[PATCH 7/7] [v4] drivers/virt: introduce Freescale hypervisor management driver
...ote: > On Wed, 8 Jun 2011 17:45:54 -0500 Timur Tabi wrote: > > > Add the drivers/virt directory, which houses drivers that support > > virtualization environments, and add the Freescale hypervisor management > > driver. > > It can't go in linux/virt or linux/virt/fsl instead? why drivers/ ? > > or maybe linux/virt should be drivers/virt ? See discussion for v2 of this patch. I suggested that drivers/firmware and virt/ as options, the counterarguments were that drivers/firmware is for passive firmware as opposed to firmware that acts as a hypervisor, an...
2011 Jun 09
2
[PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver
...eceiving callbacks when a managed partition shuts down. Signed-off-by: Timur Tabi <timur at freescale.com> --- drivers/Kconfig | 2 + drivers/Makefile | 3 + drivers/virt/Kconfig | 32 ++ drivers/virt/Makefile | 5 + drivers/virt/fsl_hypervisor.c | 983 ++++++++++++++++++++++++++++++++++++++++ include/linux/Kbuild | 1 + include/linux/fsl_hypervisor.h | 231 ++++++++++ 7 files changed, 1257 insertions(+), 0 deletions(-) create mode 100644 drivers/virt/Kconfig create mode 100644 drivers/virt/Makefile create mo...
2011 Jun 09
2
[PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver
...eceiving callbacks when a managed partition shuts down. Signed-off-by: Timur Tabi <timur at freescale.com> --- drivers/Kconfig | 2 + drivers/Makefile | 3 + drivers/virt/Kconfig | 32 ++ drivers/virt/Makefile | 5 + drivers/virt/fsl_hypervisor.c | 983 ++++++++++++++++++++++++++++++++++++++++ include/linux/Kbuild | 1 + include/linux/fsl_hypervisor.h | 231 ++++++++++ 7 files changed, 1257 insertions(+), 0 deletions(-) create mode 100644 drivers/virt/Kconfig create mode 100644 drivers/virt/Makefile create mo...
2007 Jun 18
1
Odd error from deliver
I found these errors in my log today: Jun 18 01:02:11 postamt deliver(cpxxxsch): msgid=<FSL%200706180000356580.6412 at JISCMAIL.AC.UK>: save failed to INBOX: Unknown error Jun 18 01:02:11 postamt deliver(cpxxxsch): msgid=<FSL%200706180000356580.6412 at JISCMAIL.AC.UK>: Rejected: Unknown error Jun 18 15:37:22 postamt deliver(roxxxmy): msgid=<E1I0HPz-0002OZ-00 at p15110889.pures...
2007 Sep 07
2
Running a PERL script from R
Is there a way to run a simple perl script from R? Kenneth B. Pierce Jr. Research Ecologist Landscape Ecology, Modeling, Mapping and Analysis Team PNW Research Station - USDA-FS 3200 SW Jefferson Way, Corvallis, OR 97331 ken.pierce@oregonstate.edu 541 750-7393 http://www.fsl.orst.edu/lemma/gnnfire http://www.fsl.orst.edu/R_users/index.php [[alternative HTML version deleted]]