From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoeJr-0001zv-HX for qemu-devel@nongnu.org; Tue, 20 Oct 2015 17:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoeJo-0008K0-BX for qemu-devel@nongnu.org; Tue, 20 Oct 2015 17:19:43 -0400 Received: from zose-mta05.web4all.fr ([185.49.20.50]:46074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoeJo-0008Io-5U for qemu-devel@nongnu.org; Tue, 20 Oct 2015 17:19:40 -0400 From: Jean-Christophe Dubois Date: Tue, 20 Oct 2015 23:19:33 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/8] i.MX: Standardize debug code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, crosthwaite.peter@gmail.com Cc: Jean-Christophe Dubois We fix all i.MX driver files to use the same type of debug code. The goal is to have debug code always compiled during build. Jean-Christophe Dubois (8): i.MX: Standardize i.MX serial debug. i.MX: Standardize i.MX GPIO debug i.MX: Standardize i.MX I2C debug i.MX: Standardize i.MX AVIC debug i.MX: Standardize i.MX CCM debug i.MX: Standardize i.MX FEC debug i.MX: Standardize i.MX EPIT debug i.MX: Standardize i.MX GPT debug hw/char/imx_serial.c | 39 +++++++++++++++++---------------------- hw/gpio/imx_gpio.c | 3 ++- hw/i2c/imx_i2c.c | 25 +++++++++++++------------ hw/intc/imx_avic.c | 40 ++++++++++++++++------------------------ hw/misc/imx_ccm.c | 30 ++++++++++++++++++++---------- hw/net/imx_fec.c | 38 ++++++++++++++++++-------------------- hw/timer/imx_epit.c | 37 +++++++++++++++---------------------- hw/timer/imx_gpt.c | 40 +++++++++++++++------------------------- 8 files changed, 116 insertions(+), 136 deletions(-) -- 2.1.4