1. 10 2月, 2015 4 次提交
  2. 15 10月, 2013 1 次提交
  3. 24 7月, 2013 1 次提交
  4. 21 3月, 2013 3 次提交
    • J
      common/lcd.c: remove global lcd_base · 00a0ca59
      Jeroen Hofstee 提交于
      lcd_base is available as gd->fb_base as well, there is no need
      to keep a seperate copy.
      
      For completeness the ack of Bo Shen is for the atmel part.
      Cc: Alessandro Rubini <rubini@unipv.it>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Bo Shen <voice.shen@atmel.com>
      Cc: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stelian Pop <stelian@popies.net>
      Cc: Tom Warren <twarren@nvidia.com>
      Acked-by: NBo Shen <voice.shen@atmel.com>
      Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
      [agust: also fix cm_t35 board while rebasing]
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      00a0ca59
    • J
      common/lcd.c: cleanup use of global variables · f1d205a1
      Jeroen Hofstee 提交于
      console_col, console_row, lcd_line_length, lcd_console_address had
      to be declared in board / driver specific code, but were not actually
      used there on many boards. Get rid of the global variables.
      
      for completeness, the ack of Bo Shen is for the atmel part
      Cc: Alessandro Rubini <rubini@unipv.it>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Bo Shen <voice.shen@atmel.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stelian Pop <stelian@popies.net>
      Cc: Tom Warren <twarren@nvidia.com>
      Acked-by: NBo Shen <voice.shen@atmel.com>
      Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
      [agust: rebased and fixed cm_t35 board]
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      f1d205a1
    • W
      common/lcd.c: cleanup use of global variables · 46d1d5dd
      Wolfgang Denk 提交于
      lcd_color_fg and lcd_color_bg had to be declared in board specific
      code, but were not actually used there; in addition, we have getter /
      setter functions for these, which were not used either.
      
      Get rid of the global variables, and use the getter function where
      needed (so far no setter calls are needed).
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Alessandro Rubini <rubini@unipv.it>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Bo Shen <voice.shen@atmel.com>
      Cc: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stelian Pop <stelian@popies.net>
      Cc: Tom Warren <twarren@nvidia.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      Acked-by: NJeroen Hofstee <jeroen@myspectrum.nl>
      [agust: also fixed cm_t35 board while rebasing]
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      46d1d5dd
  5. 25 9月, 2010 1 次提交
  6. 30 6月, 2009 1 次提交
  7. 26 10月, 2008 2 次提交
  8. 06 8月, 2008 1 次提交
  9. 31 7月, 2008 1 次提交
  10. 10 5月, 2008 1 次提交