Skip to content
Snippets Groups Projects
  1. Jan 28, 2017
  2. Jan 21, 2017
  3. Dec 29, 2016
    • Masahiro Yamada's avatar
      mmc: complete unfinished move of CONFIG_MMC · c2726995
      Masahiro Yamada authored
      
      Commit 7a777f6d ("mmc: Add generic Kconfig option") created
      a Kconfig entry for this option without any actual moves, then
      commit 44c79879 ("sunxi: Use Kconfig CONFIG_MMC") moved
      instances only for SUNXI.
      
      We generally do not like such partial moves.  This kind of work
      is automated by tools/moveconfig.py, so it is pretty easy to
      complete this move.
      
      I am adding "default ARM || PPC || SANDBOX" (suggested by Tom).
      This shortens the configs and will ease new board porting.
      
      This commit was created as follows:
      
      [1] Edit Kconfig (remove the "depends on", add the "default",
          copy the prompt and help message from Linux)
      
      [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC'
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
      c2726995
  4. Dec 03, 2016
  5. Oct 23, 2016
  6. Sep 09, 2016
  7. Jun 09, 2016
  8. Apr 25, 2016
  9. Nov 25, 2015
  10. Jun 26, 2015
  11. Jun 01, 2015
  12. Nov 17, 2014
  13. Jan 09, 2014
  14. Jan 08, 2014
  15. Nov 04, 2013
  16. Oct 17, 2013
  17. Jul 24, 2013
  18. Dec 20, 2012
  19. May 28, 2012
  20. Apr 19, 2012
    • Marek Vasut's avatar
      CMD: Drop CONFIG_CMD_DFL, it's not used · d5f6a15a
      Marek Vasut authored
      
      $ git grep CMD_DFL
      board/atc/ti113x.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      board/atc/ti113x.c:     pci_writew (s, PCI_COMMAND, CMD_DFLT);
      board/cpc45/pd67290.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      board/cpc45/pd67290.c:  pci_writew (s, PCI_COMMAND, CMD_DFLT);
      drivers/pcmcia/i82365.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      drivers/pcmcia/i82365.c:        pci_writew (s, PCI_COMMAND, CMD_DFLT);
      include/configs/MBX.h:#define CONFIG_CMD_DFL
      include/configs/MigoR.h:#define CONFIG_CMD_DFL
      include/configs/digsy_mtc.h:#define CONFIG_CMD_DFL
      include/configs/ms7722se.h:#define CONFIG_CMD_DFL
      include/configs/ms7750se.h:#define CONFIG_CMD_DFL
      include/configs/r2dplus.h:#define CONFIG_CMD_DFL
      include/configs/sh7757lcr.h:#define CONFIG_CMD_DFL
      include/configs/sh7785lcr.h:#define CONFIG_CMD_DFL
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Pfister_Werner@intercontrol.de
      Cc: iwamatsu@nigauri.org
      Cc: nobuhiro.iwamatsu.yj@renesas.com
      Cc: vapier@gentoo.org
      Cc: wd@denx.de
      Cc: yoshihiro.shimoda.uh@renesas.com
      Acked-by: default avatarAnatolij Gustschin <agust@denx.de>
      Acked-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      d5f6a15a
  21. Mar 26, 2012
  22. Dec 02, 2011
  23. Oct 27, 2011
  24. Oct 05, 2011
  25. Feb 02, 2011
Loading