Re: [PATCH v5] selftest: size: Add size test for Linux kernel

2014-12-03 Thread Thomas Petazzoni
, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: EP93XX/EDB9315A Audio Issue

2014-09-01 Thread Thomas Petazzoni
, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: Need help regarding the USB mass storage driver

2012-06-20 Thread Thomas Petazzoni
device, unless of course it doesn't comply with the USB Mass Storage specification. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line

Re: ELC2012 Presentations and Video

2012-02-24 Thread Thomas Petazzoni
to the technology of Ubicast. Best regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message

Re: [Ksummit-2009-discuss] Representing Embedded Architectures at the Kernel Summit

2009-06-10 Thread Thomas Petazzoni
says « currently ZONE_DMA is assumed to be in the bottom part of the memory which isn't always the case », I cannot agree more. Reference: http://www.linux-mips.org/archives/linux-mips/2004-09/msg00152.html Sincerly, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux

Re: Getting physical addresses of mmap'd pages from userspace

2008-10-13 Thread Thomas Petazzoni
with the SGX. This is interesting. Is this work available somewhere ? Is it open-source, or does it rely on proprietary drivers ? Thanks, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com

Re: [RFC] Remove more code when IP_MULTICAST=n

2008-09-24 Thread Thomas Petazzoni
of code). Sincerly, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to [EMAIL PROTECTED] More

Re: [RFC] Remove more code when IP_MULTICAST=n

2008-08-25 Thread Thomas Petazzoni
Le Tue, 19 Aug 2008 16:18:38 +0200 (CEST), Geert Uytterhoeven [EMAIL PROTECTED] a écrit : On Tue, 19 Aug 2008, Thomas Petazzoni wrote: [RFC] Remove more code when IP_MULTICAST=n Probably you wanted to cc [EMAIL PROTECTED] Not necessarly at the beginning: I first wanted to get the feedback

[RFC] Remove more code when IP_MULTICAST=n

2008-08-19 Thread Thomas Petazzoni
270336 2463224 2595f8 vmlinux 2024260 157856 270336 2452452 256be4 vmlinux.new -10732 -40 0 -10772 -2A14 +/- Remaining to fix: * Virtual server support, using ip_mc_join_group() in ipv4/ipvs/ip_vs_sync.c Signed-off-by: Thomas Petazzoni [EMAIL PROTECTED] --- include/linux

[PATCH] [x86] Move cmpxchg fallbacks to a generic place

2008-08-18 Thread Thomas Petazzoni
and/or cmpxchg64. This breaks the compilation when support for Intel CPUs is disabled. This patch moves these functions to a new arch/x86/kernel/cpu/cmpxchg.c file, unconditionally compiled when X86_32 is enabled. Signed-off-by: Thomas Petazzoni [EMAIL PROTECTED] --- arch/x86/kernel/cpu/Makefile

[PATCH 1/1] [x86] Configuration options to compile out x86 CPU support code

2008-08-05 Thread Thomas Petazzoni
with regard to !64BIT / 64BIT. Signed-off-by: Thomas Petazzoni [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] --- arch/x86/Kconfig.cpu | 70 ++ arch/x86/kernel/cpu/Makefile | 19

Re: [patch 4/4] Configure out IGMP support

2008-08-04 Thread Thomas Petazzoni
for the routing code to handle multicast-related traffic, etc. Sincerly, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line unsubscribe linux-embedded

Re: [patch 2/4] Configure out file locking features

2008-08-04 Thread Thomas Petazzoni
], and is part of the Linux Tiny project. Signed-off-by: Thomas Petazzoni [EMAIL PROTECTED] Signed-off-by: Matt Mackall [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] --- fs/Kconfig | 15 ++- fs/Makefile |3

Book about embedded-type device drivers

2008-08-01 Thread Thomas Petazzoni
at the end of chapter 8, and until now, it's really good. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body

Re: [PATCH 2/6] Container Freezer: Make refrigerator always available

2008-08-01 Thread Thomas Petazzoni
/freezer.c, it is unconditionnaly compiled in every kernel. Is that correct ? If so, is it possible to put this new feature under some CONFIG_SOMETHING option, for people who care about the kernel size ? Thanks, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux

[patch 1/4] Configure out AIO support

2008-07-31 Thread Thomas Petazzoni
Tiny project. Signed-off-by: Thomas Petazzoni [EMAIL PROTECTED] Signed-off-by: Matt Mackall [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] --- fs/Makefile |3 ++- include/linux/aio.h |9 + init/Kconfig|8

[patch 4/4] Configure out IGMP support

2008-07-31 Thread Thomas Petazzoni
PROTECTED], and is part of the Linux Tiny project. Signed-off-by: Thomas Petazzoni [EMAIL PROTECTED] Signed-off-by: Matt Mackall [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] --- include/linux/igmp.h | 20 init

[patch 3/4] Configure out ethtool support

2008-07-31 Thread Thomas Petazzoni
we also remove ethtool-related functions from all network drivers ? This patch has been originally written by Matt Mackall [EMAIL PROTECTED], and is part of the Linux Tiny project. Signed-off-by: Thomas Petazzoni [EMAIL PROTECTED] Signed-off-by: Matt Mackall [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

Re: [patch 2/4] Configure out file locking features

2008-07-30 Thread Thomas Petazzoni
it'll work. Sincerly, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com signature.asc Description: PGP signature