1. 27 7月, 2013 3 次提交
  2. 26 7月, 2013 1 次提交
  3. 24 7月, 2013 3 次提交
    • O
    • D
      mxc_gpio: Correct the GPIO handling in gpio_direction_output() · 04c79cbd
      Dirk Behme 提交于
      Setting the direction and an output value should be done by
      
      First, set the desired output value.
      
      Then, switch to output.
      
      If this is done in the inverse order, like at the moment,
      there can be a glitch on the GPIO line while switching first
      the old output value and aftwards the new one.
      
      Fix this by inverting the order of the direction/set_value
      calls.
      Signed-off-by: NDirk Behme <dirk.behme@de.bosch.com>
      Acked-by: NStefano Babic <sbabic@denx.de>
      04c79cbd
    • M
      ARM: mxs: Consolidate configuration options · 5434caf5
      Marek Vasut 提交于
      Pull all the duplicate configuration options into configs/mxs.h
      from the board configuration files. This reduces the files greatly
      and makes them somewhat more readable. Besides, we do no longer
      have such a horrible duplication of code.
      
      Note that the mx23evk grew in size slightly. This is due to the
      CONFIG_SYS_CBSIZE now being set to 1024 as it is on the rest of
      MXS systems.
      
      This patch also fixes the OCRAM size for i.MX23. The i.MX23 has
      only 32kB of OCRAM, while i.MX28 has 128kB of OCRAM.
      
      I verified the configuration didn't change for each of the boards,
      but I didn't boot-test it on the boards I do not have. I configured
      U-Boot for each board using the "make ... <board>_config" command
      and then ran "cpp -I include -dM include/config.h" , which dumped
      all the configuration options. I did this both before and after this
      patch and finally compared the results for each MXS board. Actually,
      the results do differ slightly, since the configs/mxs.h file now
      properly includes the correct iomux-mx23.h or iomux-mx28.h , so
      while comparing, I had to ignore these new defines. These have no
      impact on U-Boot configuration though.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Lauri Hintsala <lauri.hintsala@bluegiga.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Stefano Babic <sbabic@denx.de>
      5434caf5
  4. 23 7月, 2013 1 次提交
  5. 22 7月, 2013 3 次提交
  6. 21 7月, 2013 1 次提交
  7. 20 7月, 2013 2 次提交
  8. 19 7月, 2013 2 次提交
  9. 17 7月, 2013 12 次提交
  10. 16 7月, 2013 8 次提交
  11. 15 7月, 2013 1 次提交
    • T
      Revert "MIPS: Jz4740: Add qi_lb60 board support" · 54e458de
      Tom Rini 提交于
      The files board/qi/qi_lb60/qi_lb60.c and include/configs/qi_lb60.h were
      licensed under the GPL v3 or later, and not v2 or later.  As this is
      incompatible with the project, revert this board support until the
      responsible parties are available to re-license (if so desired) under
      GPL v2.
      Signed-off-by: NTom Rini <trini@ti.com>
      54e458de
  12. 13 7月, 2013 3 次提交