1. 01 6月, 2013 1 次提交
    • S
      mtd: resync with Linux-3.7.1 · dfe64e2c
      Sergey Lapin 提交于
      This patch is essentially an update of u-boot MTD subsystem to
      the state of Linux-3.7.1 with exclusion of some bits:
      
      - the update is concentrated on NAND, no onenand or CFI/NOR/SPI
      flashes interfaces are updated EXCEPT for API changes.
      
      - new large NAND chips support is there, though some updates
      have got in Linux-3.8.-rc1, (which will follow on top of this patch).
      
      To produce this update I used tag v3.7.1 of linux-stable repository.
      
      The update was made using application of relevant patches,
      with changes relevant to U-Boot-only stuff sticked together
      to keep bisectability. Then all changes were grouped together
      to this patch.
      Signed-off-by: NSergey Lapin <slapin@ossfans.org>
      [scottwood@freescale.com: some eccstrength and build fixes]
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      dfe64e2c
  2. 23 5月, 2013 4 次提交
  3. 16 5月, 2013 2 次提交
  4. 15 5月, 2013 10 次提交
  5. 13 5月, 2013 6 次提交
  6. 09 5月, 2013 1 次提交
    • M
      gpio: Add support for microblaze xilinx GPIO · 4e779ad2
      Michal Simek 提交于
      Microblaze uses gpio which is connected to the system reset.
      Currently gpio subsystem wasn't used for it.
      
      Add gpio driver and change Microblaze reset logic to be done
      via gpio subsystem.
      
      There are various configurations which Microblaze can have
      that's why gpio_alloc/gpio_alloc_dual(for dual channel)
      function has been introduced and gpio can be allocated
      dynamically.
      
      Adding several gpios IP is also possible and supported.
      
      For listing gpio configuration please use "gpio status" command
      
      This patch also remove one compilation warning:
      microblaze-generic.c: In function 'do_reset':
      microblaze-generic.c:38:47: warning: operation on '*1073741824u'
       may be undefined [-Wsequence-point]
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      4e779ad2
  7. 07 5月, 2013 5 次提交
  8. 06 5月, 2013 4 次提交
  9. 03 5月, 2013 1 次提交
  10. 02 5月, 2013 4 次提交
  11. 30 4月, 2013 1 次提交
  12. 17 4月, 2013 1 次提交