From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Cc: alsa-devel@alsa-project.org, Takashi Iwai <tiwai@suse.com>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
Mauro Carvalho Chehab <mchehab@s-opensource.com>,
Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 0/4] More COMPILE_TEST patches to build all media drivers on x86_64
Date: Fri, 20 Apr 2018 08:32:12 -0400 [thread overview]
Message-ID: <cover.1524227382.git.mchehab@s-opensource.com> (raw)
While now all media drivers build with COMPILE_TEST on i386, there are still
a few of them that don't build on x86_64.
Making them compiling there is just a matter of touching Kconfig files.
While here, fix smatch warnings when building the siano driver on big endian
architectures.
Mauro Carvalho Chehab (4):
media: radio: allow building ISA drivers with COMPILE_TEST
media: sta2x11_vip: allow build with COMPILE_TEST
sound, media: allow building ISA drivers it with COMPILE_TEST
media: siano: get rid of __le32/__le16 cast warnings
drivers/media/common/siano/smsendian.c | 14 ++++++------
drivers/media/pci/sta2x11/Kconfig | 2 +-
drivers/media/radio/Kconfig | 41 +++++++++++++++++++++-------------
sound/isa/Kconfig | 9 ++++----
4 files changed, 39 insertions(+), 27 deletions(-)
--
2.14.3
WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: unlisted-recipients:; (no To-header on input)@bombadil.infradead.org
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
alsa-devel@alsa-project.org, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>
Subject: [PATCH 0/4] More COMPILE_TEST patches to build all media drivers on x86_64
Date: Fri, 20 Apr 2018 08:32:12 -0400 [thread overview]
Message-ID: <cover.1524227382.git.mchehab@s-opensource.com> (raw)
While now all media drivers build with COMPILE_TEST on i386, there are still
a few of them that don't build on x86_64.
Making them compiling there is just a matter of touching Kconfig files.
While here, fix smatch warnings when building the siano driver on big endian
architectures.
Mauro Carvalho Chehab (4):
media: radio: allow building ISA drivers with COMPILE_TEST
media: sta2x11_vip: allow build with COMPILE_TEST
sound, media: allow building ISA drivers it with COMPILE_TEST
media: siano: get rid of __le32/__le16 cast warnings
drivers/media/common/siano/smsendian.c | 14 ++++++------
drivers/media/pci/sta2x11/Kconfig | 2 +-
drivers/media/radio/Kconfig | 41 +++++++++++++++++++++-------------
sound/isa/Kconfig | 9 ++++----
4 files changed, 39 insertions(+), 27 deletions(-)
--
2.14.3
next reply other threads:[~2018-04-20 12:32 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 12:32 Mauro Carvalho Chehab [this message]
2018-04-20 12:32 ` [PATCH 0/4] More COMPILE_TEST patches to build all media drivers on x86_64 Mauro Carvalho Chehab
2018-04-20 12:32 ` [PATCH 1/4] media: radio: allow building ISA drivers with COMPILE_TEST Mauro Carvalho Chehab
2018-04-22 15:41 ` kbuild test robot
2018-04-20 12:32 ` [PATCH 2/4] media: sta2x11_vip: allow build " Mauro Carvalho Chehab
2018-04-20 12:32 ` [PATCH 3/4] sound, media: allow building ISA drivers it " Mauro Carvalho Chehab
2018-04-20 12:32 ` Mauro Carvalho Chehab
2018-04-20 12:37 ` Takashi Iwai
2018-04-20 12:37 ` Takashi Iwai
2018-04-20 12:51 ` Mauro Carvalho Chehab
2018-04-20 12:51 ` Mauro Carvalho Chehab
2018-04-20 12:58 ` Takashi Iwai
2018-04-20 12:58 ` Takashi Iwai
2018-04-20 13:09 ` Mauro Carvalho Chehab
2018-04-20 13:09 ` Mauro Carvalho Chehab
2018-04-20 13:01 ` Mauro Carvalho Chehab
2018-04-20 13:01 ` Mauro Carvalho Chehab
2018-04-20 13:06 ` Takashi Iwai
2018-04-20 13:06 ` Takashi Iwai
2018-04-22 18:05 ` kbuild test robot
2018-04-22 18:05 ` kbuild test robot
2018-04-23 6:52 ` Takashi Iwai
2018-04-23 6:52 ` Takashi Iwai
2018-04-22 18:05 ` [RFC PATCH] sound, media: array_find() can be static kbuild test robot
2018-04-22 18:05 ` kbuild test robot
2018-04-23 6:52 ` Takashi Iwai
2018-04-23 6:52 ` Takashi Iwai
2018-04-20 12:32 ` [PATCH 4/4] media: siano: get rid of __le32/__le16 cast warnings Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1524227382.git.mchehab@s-opensource.com \
--to=mchehab@s-opensource.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.