mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Drop config options left over from in-kernel firmware
@ 2018-01-24  2:06 Benjamin Gilbert
  2018-01-24  2:06 ` [PATCH 1/3] USB: serial: keyspan: Drop firmware Kconfig options Benjamin Gilbert
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Benjamin Gilbert @ 2018-01-24  2:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-usb, x86, Benjamin Gilbert

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-25  9:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24  2:06 [PATCH 0/3] Drop config options left over from in-kernel firmware Benjamin Gilbert
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

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