u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/16] Remove two unused drivers and unused CONFIG options
@ 2017-10-26 12:24 Masahiro Yamada
  2017-10-26 12:24 ` [U-Boot] [PATCH 01/16] i2c: adi_i2c: remove left-over Blackfin I2C driver Masahiro Yamada
                   ` (16 more replies)
  0 siblings, 17 replies; 43+ messages in thread
From: Masahiro Yamada @ 2017-10-26 12:24 UTC (permalink / raw)
  To: u-boot

The first two deletes unused i2c drivers.

The rest of the series delete unreferenced CONFIG options.

Today, I volunteered to delete 20 CONFIGs or so,
but probably I will not do this again
since it was time-consuming, painful work...

Buildman passed.  No code size change.


Masahiro Yamada (16):
  i2c: adi_i2c: remove left-over Blackfin I2C driver
  i2c: fti2c010: remove unused/unmaintained driver
  IMX: novena: remove CONFIG_I2C_MXC
  omap4: sdp4430: remove CONFIG_4430SDP
  mpc85xx: freescale: remove CONFIG_ADDR_STREAMING
  sh7734: remove CONFIG_553MHZ_MODE
  ARC: remove CONFIG_ARC_UART_BASE
  SOCFPGA: remove CONFIG_AUTONEG_TIMEOUT
  omap4: sdp4430: match the #endif comment to #ifdef
  exynos: remove CONFIG_CORE_COUNT
  MX28: remove CONFIG_DEFAULT_SPI_CS
  AM33XX: etamin: remove CONFIG_DFU_MTD
  mpc85xx: xpedite550x: remove CONFIG_FDT_FIXUP_PCI_IRQ
  net: remove CONFIG_NET_MULTI
  exynos: remove CONFIG_LCD_MENU_BOARD
  AT91: remove CONFIG_PMECC_INDEX_TABLE_OFFSET

 board/ti/sdp4430/cmd_bat.c          |   2 +-
 drivers/i2c/Makefile                |   2 -
 drivers/i2c/adi_i2c.c               | 309 --------------------------------
 drivers/i2c/fti2c010.c              | 340 ------------------------------------
 drivers/i2c/fti2c010.h              |  80 ---------
 include/configs/C29XPCIE.h          |   1 -
 include/configs/P1010RDB.h          |   1 -
 include/configs/am335x_shc.h        |   1 -
 include/configs/ap_sh4a_4a.h        |   1 -
 include/configs/at91sam9n12ek.h     |   1 -
 include/configs/bg0900.h            |   1 -
 include/configs/blanche.h           |   1 -
 include/configs/cm_t43.h            |   1 -
 include/configs/cyrus.h             |   1 -
 include/configs/etamin.h            |   1 -
 include/configs/exynos5420-common.h |   5 -
 include/configs/exynos7420-common.h |   3 -
 include/configs/ls1012aqds.h        |   1 -
 include/configs/ls1012ardb.h        |   1 -
 include/configs/ls1043a_common.h    |   1 -
 include/configs/m28evk.h            |   1 -
 include/configs/novena.h            |   1 -
 include/configs/nsa310s.h           |   1 -
 include/configs/nsim.h              |   1 -
 include/configs/omap4_sdp4430.h     |   1 -
 include/configs/pengwyn.h           |   3 -
 include/configs/r0p7734.h           |   1 -
 include/configs/s5pc210_universal.h |   1 -
 include/configs/salvator-x.h        |   1 -
 include/configs/socfpga_common.h    |   1 -
 include/configs/trats.h             |   1 -
 include/configs/trats2.h            |   1 -
 include/configs/ulcb.h              |   1 -
 include/configs/xilinx_zynqmp.h     |   1 -
 include/configs/xpedite550x.h       |   1 -
 35 files changed, 1 insertion(+), 770 deletions(-)
 delete mode 100644 drivers/i2c/adi_i2c.c
 delete mode 100644 drivers/i2c/fti2c010.c
 delete mode 100644 drivers/i2c/fti2c010.h

-- 
2.7.4

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

end of thread, other threads:[~2017-10-28  1:58 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-26 12:24 [U-Boot] [PATCH 00/16] Remove two unused drivers and unused CONFIG options Masahiro Yamada
2017-10-26 12:24 ` [U-Boot] [PATCH 01/16] i2c: adi_i2c: remove left-over Blackfin I2C driver Masahiro Yamada
2017-10-26 14:32   ` Heiko Schocher
2017-10-28  1:57   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 02/16] i2c: fti2c010: remove unused/unmaintained driver Masahiro Yamada
2017-10-26 14:33   ` Heiko Schocher
2017-10-28  1:57   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 03/16] IMX: novena: remove CONFIG_I2C_MXC Masahiro Yamada
2017-10-26 14:34   ` Heiko Schocher
2017-10-28  1:57   ` [U-Boot] [U-Boot,03/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 04/16] omap4: sdp4430: remove CONFIG_4430SDP Masahiro Yamada
2017-10-28  1:57   ` [U-Boot] [U-Boot,04/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 05/16] mpc85xx: freescale: remove CONFIG_ADDR_STREAMING Masahiro Yamada
2017-10-26 15:08   ` York Sun
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 06/16] sh7734: remove CONFIG_553MHZ_MODE Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,06/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 07/16] ARC: remove CONFIG_ARC_UART_BASE Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,07/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 08/16] SOCFPGA: remove CONFIG_AUTONEG_TIMEOUT Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,08/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 09/16] omap4: sdp4430: match the #endif comment to #ifdef Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 10/16] exynos: remove CONFIG_CORE_COUNT Masahiro Yamada
2017-10-27  7:36   ` Minkyu Kang
2017-10-28  1:58   ` [U-Boot] [U-Boot,10/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 11/16] MX28: remove CONFIG_DEFAULT_SPI_CS Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,11/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 12/16] AM33XX: etamin: remove CONFIG_DFU_MTD Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,12/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 13/16] mpc85xx: xpedite550x: remove CONFIG_FDT_FIXUP_PCI_IRQ Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 14/16] net: remove CONFIG_NET_MULTI Masahiro Yamada
2017-10-26 15:14   ` York Sun
2017-10-28  1:58   ` [U-Boot] [U-Boot,14/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 15/16] exynos: remove CONFIG_LCD_MENU_BOARD Masahiro Yamada
2017-10-27  7:36   ` Minkyu Kang
2017-10-28  1:58   ` [U-Boot] [U-Boot,15/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 16/16] AT91: remove CONFIG_PMECC_INDEX_TABLE_OFFSET Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 14:20 ` [U-Boot] [PATCH 00/16] Remove two unused drivers and unused CONFIG options Tom Rini
2017-10-26 14:36   ` Heiko Schocher
2017-10-26 14:49   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).