search for: ep93xx

Displaying 20 results from an estimated 26 matches for "ep93xx".

2005 May 06
0
Speex on Cirrus Logic EP93xx
Hi Santosh, since we are talking about speex I think we can do it on the mailing list. Other users might participate and get/provide useful information. If you want to talk about not-speex-related matters you can use this email address anyway. Regards, llandre PS: I think your mail client does not work perfectly. When you replied to my first message, it changed the subject from "Encoder
2019 Oct 04
0
[RESEND TRIVIAL 3/3] treewide: arch: Fix Kconfig indentation
...ith command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- arch/Kconfig | 4 ++-- arch/alpha/Kconfig | 2 +- arch/arm/Kconfig.debug | 4 ++-- arch/arm/mach-ep93xx/Kconfig | 8 ++++---- arch/arm/mach-hisi/Kconfig | 2 +- arch/arm/mach-ixp4xx/Kconfig | 16 ++++++++-------- arch/arm/mach-mmp/Kconfig | 2 +- arch/arm/mach-omap1/Kconfig | 14 +++++++------- arch/arm/mach-prima2/Kconfig | 6 +++-...
2017 Feb 23
1
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing. > > Miscellanea: > > o Coalesce formats and realign arguments > > Some files not compiled - no cross-compilers > > Joe Perches (35): > alpha: Convert remaining uses of pr_warning to pr_warn > ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn > arm64: Convert remaining uses of pr_warning to pr_warn > arch/blackfin: Convert remaining uses of pr_warning to pr_warn > ia64: Convert remaining use of pr_warning to pr_warn > powerpc: Convert remaining uses of pr_warning to pr...
2005 May 06
2
Encoder performance on ARM9
Hi there, I've just started to work with the great speex encoder on ARM9-based embedded platform. This is my configuration: CPU: Cirrus Logic EP9315 @ 200 MHz (ARM920T) o.s.: Linux 2.6.9-rc2-ep93xx GCC: gcc version 3.3.3 (DENX ELDK 3.1 3.3.3-10) without MaverickCrunch support ogg library: 1.0 speex command line configuration: ./configure --enable-fixed-point --enable-arm4-asm The code is natively built on the target (i.e. no cross compilation) I performed some tests with this simple script...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...tory tree and pr_warn is not used in tools/. Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing. Miscellanea: o Coalesce formats and realign arguments Some files not compiled - no cross-compilers Joe Perches (35): alpha: Convert remaining uses of pr_warning to pr_warn ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn arm64: Convert remaining uses of pr_warning to pr_warn arch/blackfin: Convert remaining uses of pr_warning to pr_warn ia64: Convert remaining use of pr_warning to pr_warn powerpc: Convert remaining uses of pr_warning to pr_warn sh: Convert...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...tory tree and pr_warn is not used in tools/. Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing. Miscellanea: o Coalesce formats and realign arguments Some files not compiled - no cross-compilers Joe Perches (35): alpha: Convert remaining uses of pr_warning to pr_warn ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn arm64: Convert remaining uses of pr_warning to pr_warn arch/blackfin: Convert remaining uses of pr_warning to pr_warn ia64: Convert remaining use of pr_warning to pr_warn powerpc: Convert remaining uses of pr_warning to pr_warn sh: Convert...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...tory tree and pr_warn is not used in tools/. Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing. Miscellanea: o Coalesce formats and realign arguments Some files not compiled - no cross-compilers Joe Perches (35): alpha: Convert remaining uses of pr_warning to pr_warn ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn arm64: Convert remaining uses of pr_warning to pr_warn arch/blackfin: Convert remaining uses of pr_warning to pr_warn ia64: Convert remaining use of pr_warning to pr_warn powerpc: Convert remaining uses of pr_warning to pr_warn sh: Convert...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...c | 2 +- drivers/video/console/sticore.c | 47 ++++++------- drivers/video/cyber2000fb.c | 12 ++-- drivers/video/da8xx-fb.c | 2 +- drivers/video/dnfb.c | 2 +- drivers/video/ep93xx-fb.c | 4 +- drivers/video/exynos/exynos_dp_core.c | 2 +- drivers/video/ffb.c | 2 +- drivers/video/fm2fb.c | 4 +- drivers/video/fsl-diu-fb.c | 4 +- drivers/video/gbefb....
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...c | 2 +- drivers/video/console/sticore.c | 47 ++++++------- drivers/video/cyber2000fb.c | 12 ++-- drivers/video/da8xx-fb.c | 2 +- drivers/video/dnfb.c | 2 +- drivers/video/ep93xx-fb.c | 4 +- drivers/video/exynos/exynos_dp_core.c | 2 +- drivers/video/ffb.c | 2 +- drivers/video/fm2fb.c | 4 +- drivers/video/fsl-diu-fb.c | 4 +- drivers/video/gbefb....
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...c | 2 +- drivers/video/console/sticore.c | 47 ++++++------- drivers/video/cyber2000fb.c | 12 ++-- drivers/video/da8xx-fb.c | 2 +- drivers/video/dnfb.c | 2 +- drivers/video/ep93xx-fb.c | 4 +- drivers/video/exynos/exynos_dp_core.c | 2 +- drivers/video/ffb.c | 2 +- drivers/video/fm2fb.c | 4 +- drivers/video/fsl-diu-fb.c | 4 +- drivers/video/gbefb....
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/acpi/Kconfig | 8 +- drivers/ata/Kconfig | 12 +-- drivers/auxdisplay/Kconfig | 14 +--
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/acpi/Kconfig | 8 +- drivers/ata/Kconfig | 12 +-- drivers/auxdisplay/Kconfig | 14 +--
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...lthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use fallthrough; ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE: Use fallthrough; ARM/Amlogic Meson SoC support: Use fallthrough; ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough; ARM/QUALCOMM SUPPORT: Use fallthrough; ARM/ZTE ARCHITECTURE: Use fallthrough; INGENIC JZ47xx SoCs: Use fallthrough; DECSTATION PLATFORM SUPPORT: Use...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...lthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use fallthrough; ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE: Use fallthrough; ARM/Amlogic Meson SoC support: Use fallthrough; ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough; ARM/QUALCOMM SUPPORT: Use fallthrough; ARM/ZTE ARCHITECTURE: Use fallthrough; INGENIC JZ47xx SoCs: Use fallthrough; DECSTATION PLATFORM SUPPORT: Use...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...lthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use fallthrough; ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE: Use fallthrough; ARM/Amlogic Meson SoC support: Use fallthrough; ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough; ARM/QUALCOMM SUPPORT: Use fallthrough; ARM/ZTE ARCHITECTURE: Use fallthrough; INGENIC JZ47xx SoCs: Use fallthrough; DECSTATION PLATFORM SUPPORT: Use...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...lthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use fallthrough; ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE: Use fallthrough; ARM/Amlogic Meson SoC support: Use fallthrough; ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough; ARM/QUALCOMM SUPPORT: Use fallthrough; ARM/ZTE ARCHITECTURE: Use fallthrough; INGENIC JZ47xx SoCs: Use fallthrough; DECSTATION PLATFORM SUPPORT: Use...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...lthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use fallthrough; ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE: Use fallthrough; ARM/Amlogic Meson SoC support: Use fallthrough; ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough; ARM/QUALCOMM SUPPORT: Use fallthrough; ARM/ZTE ARCHITECTURE: Use fallthrough; INGENIC JZ47xx SoCs: Use fallthrough; DECSTATION PLATFORM SUPPORT: Use...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ec-Merou <gwenhael.goavec-merou@armadeus.com> Gyungoh Yoo <jack.yoo@maxim-ic.com> Göran Uddeborg <goeran@uddeborg.se> Güngör Erseymen <gelurine@gmail.com> H Hartley Sweeten <hsweeten@visionengravers.com> H Hartley Sweeten <hsweeten@visionengravers.com> [EP93xx] H. Peter Anvin <hpa@linux.intel.com> H. Peter Anvin <hpa@zytor.com> H.C. Lee <hyc.lee@gmail.com> H.J. Lu <hjl.tools@gmail.com> H.K. Jerry Chu <hkchu@google.com> Hadar Hen Zion <hadarh@mellanox.co.il> Hadar Hen Zion <hadarh@mellanox.com> Had...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ec-Merou <gwenhael.goavec-merou@armadeus.com> Gyungoh Yoo <jack.yoo@maxim-ic.com> Göran Uddeborg <goeran@uddeborg.se> Güngör Erseymen <gelurine@gmail.com> H Hartley Sweeten <hsweeten@visionengravers.com> H Hartley Sweeten <hsweeten@visionengravers.com> [EP93xx] H. Peter Anvin <hpa@linux.intel.com> H. Peter Anvin <hpa@zytor.com> H.C. Lee <hyc.lee@gmail.com> H.J. Lu <hjl.tools@gmail.com> H.K. Jerry Chu <hkchu@google.com> Hadar Hen Zion <hadarh@mellanox.co.il> Hadar Hen Zion <hadarh@mellanox.com> Had...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...ec-Merou <gwenhael.goavec-merou@armadeus.com> Gyungoh Yoo <jack.yoo@maxim-ic.com> Göran Uddeborg <goeran@uddeborg.se> Güngör Erseymen <gelurine@gmail.com> H Hartley Sweeten <hsweeten@visionengravers.com> H Hartley Sweeten <hsweeten@visionengravers.com> [EP93xx] H. Peter Anvin <hpa@linux.intel.com> H. Peter Anvin <hpa@zytor.com> H.C. Lee <hyc.lee@gmail.com> H.J. Lu <hjl.tools@gmail.com> H.K. Jerry Chu <hkchu@google.com> Hadar Hen Zion <hadarh@mellanox.co.il> Hadar Hen Zion <hadarh@mellanox.com> Had...