mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Benjamin Gilbert <benjamin.gilbert@coreos.com>
To: linux-kernel@vger.kernel.org
Cc: linux-usb@vger.kernel.org, x86@kernel.org,
	Benjamin Gilbert <benjamin.gilbert@coreos.com>
Subject: [PATCH 0/3] Drop config options left over from in-kernel firmware
Date: Tue, 23 Jan 2018 18:06:29 -0800	[thread overview]
Message-ID: <20180124020632.22905-1-benjamin.gilbert@coreos.com> (raw)

5620a0d1aacd ("firmware: delete in-kernel firmware") left behind several
config options which no longer do anything.  Remove them and fix up
documentation.

Benjamin Gilbert (3):
  USB: serial: keyspan: Drop firmware Kconfig options
  firmware: Drop FIRMWARE_IN_KERNEL Kconfig option
  firmware: Fix up docs referring to FIRMWARE_IN_KERNEL

 Documentation/driver-api/firmware/built-in-fw.rst |  7 +-
 Documentation/x86/microcode.txt                   |  5 +-
 arch/arc/configs/axs101_defconfig                 |  1 -
 arch/arc/configs/axs103_defconfig                 |  1 -
 arch/arc/configs/axs103_smp_defconfig             |  1 -
 arch/arc/configs/haps_hs_defconfig                |  1 -
 arch/arc/configs/haps_hs_smp_defconfig            |  1 -
 arch/arc/configs/hsdk_defconfig                   |  1 -
 arch/arc/configs/nsim_700_defconfig               |  1 -
 arch/arc/configs/nsim_hs_defconfig                |  1 -
 arch/arc/configs/nsim_hs_smp_defconfig            |  1 -
 arch/arc/configs/nsimosci_defconfig               |  1 -
 arch/arc/configs/nsimosci_hs_defconfig            |  1 -
 arch/arc/configs/nsimosci_hs_smp_defconfig        |  1 -
 arch/arc/configs/tb10x_defconfig                  |  1 -
 arch/arc/configs/vdk_hs38_defconfig               |  1 -
 arch/arc/configs/vdk_hs38_smp_defconfig           |  1 -
 arch/arm/configs/cns3420vb_defconfig              |  1 -
 arch/arm/configs/magician_defconfig               |  1 -
 arch/arm/configs/mini2440_defconfig               |  1 -
 arch/arm/configs/mv78xx0_defconfig                |  1 -
 arch/arm/configs/mxs_defconfig                    |  1 -
 arch/arm/configs/orion5x_defconfig                |  1 -
 arch/arm/configs/tegra_defconfig                  |  1 -
 arch/arm/configs/vf610m4_defconfig                |  1 -
 arch/m68k/configs/amiga_defconfig                 |  1 -
 arch/m68k/configs/apollo_defconfig                |  1 -
 arch/m68k/configs/atari_defconfig                 |  1 -
 arch/m68k/configs/bvme6000_defconfig              |  1 -
 arch/m68k/configs/hp300_defconfig                 |  1 -
 arch/m68k/configs/mac_defconfig                   |  1 -
 arch/m68k/configs/multi_defconfig                 |  1 -
 arch/m68k/configs/mvme147_defconfig               |  1 -
 arch/m68k/configs/mvme16x_defconfig               |  1 -
 arch/m68k/configs/q40_defconfig                   |  1 -
 arch/m68k/configs/sun3_defconfig                  |  1 -
 arch/m68k/configs/sun3x_defconfig                 |  1 -
 arch/mips/configs/ar7_defconfig                   |  1 -
 arch/mips/configs/ath25_defconfig                 |  1 -
 arch/mips/configs/ath79_defconfig                 |  1 -
 arch/mips/configs/pic32mzda_defconfig             |  1 -
 arch/mips/configs/qi_lb60_defconfig               |  1 -
 arch/mips/configs/rm200_defconfig                 |  9 ---
 arch/mips/configs/rt305x_defconfig                |  1 -
 arch/mips/configs/xway_defconfig                  |  1 -
 arch/mn10300/configs/asb2364_defconfig            |  1 -
 arch/powerpc/configs/44x/warp_defconfig           |  1 -
 arch/powerpc/configs/c2k_defconfig                | 12 ----
 arch/powerpc/configs/g5_defconfig                 | 12 ----
 arch/powerpc/configs/maple_defconfig              | 12 ----
 arch/powerpc/configs/mpc512x_defconfig            |  1 -
 arch/powerpc/configs/pmac32_defconfig             | 12 ----
 arch/powerpc/configs/ppc6xx_defconfig             |  1 -
 arch/powerpc/configs/ps3_defconfig                |  1 -
 arch/powerpc/configs/wii_defconfig                |  1 -
 arch/s390/configs/zfcpdump_defconfig              |  1 -
 arch/sh/configs/polaris_defconfig                 |  1 -
 arch/tile/configs/tilegx_defconfig                |  1 -
 arch/tile/configs/tilepro_defconfig               |  1 -
 arch/x86/Kconfig                                  |  6 +-
 drivers/base/Kconfig                              | 28 ++------
 drivers/usb/serial/Kconfig                        | 78 -----------------------
 62 files changed, 11 insertions(+), 222 deletions(-)

-- 
2.13.6


             reply	other threads:[~2018-01-24  2:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-24  2:06 Benjamin Gilbert [this message]
2018-01-24  2:06 ` [PATCH 1/3] USB: serial: keyspan: Drop firmware Kconfig options Benjamin Gilbert
2018-01-24  2:06 ` [PATCH 2/3] firmware: Drop FIRMWARE_IN_KERNEL Kconfig option Benjamin Gilbert
2018-01-24  5:59   ` Robin H. Johnson
2018-01-24  2:06 ` [PATCH 3/3] firmware: Fix up docs referring to FIRMWARE_IN_KERNEL Benjamin Gilbert
2018-01-24  7:41   ` Ingo Molnar
2018-01-25  9:38     ` Greg KH

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=20180124020632.22905-1-benjamin.gilbert@coreos.com \
    --to=benjamin.gilbert@coreos.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=x86@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome