1. 03 10月, 2015 15 次提交
  2. 02 10月, 2015 7 次提交
  3. 01 10月, 2015 8 次提交
  4. 30 9月, 2015 7 次提交
  5. 29 9月, 2015 3 次提交
    • H
      sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD · 46f166ca
      Hans de Goede 提交于
      The 7" Q8 tablet enclosure is used for a ton of slightly different cheap
      chinese tablets. There are some differences in which accelerometer /
      wifi is used, but other then that these are all the same from a u-boot /
      kernel pov.
      
      When we get to adding accelerometer support the plan is to add some kind
      of autodetection and mangle the dt accordingly (likely using the new quirks
      mechanism).
      
      For now this is a non issue as we do not yet have accelerometer
      support, and in the future, some sort of auto-detect is the way to go
      as we cannot expect users to exactly know what is inside their tablet.
      
      The dts[i] files this commit adds are identical to the ones submitted
      to the upstream kernel.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      46f166ca
    • H
      sunxi: mmc: Fix clk-delay settings · be90974c
      Hans de Goede 提交于
      In recent allwinner kernel sources the mmc/sdio clk-delay settings have
      been slightly tweaked, and for sun9i they are completely different then
      what we are using.
      
      This commit brings us in sync with what allwinner does, fixing problems
      accessing sdcards on some A33 devices (and likely others).
      
      For pre sun9i hardware this makes the following changes:
      -At 400Khz change the sample delay from 7 to 0 (first introduced in A31 sdk)
      -At 50 Mhz change the sample delay from 5 to 4 (first introduced in A23 sdk)
      -Above 50 MHz change the out delay from 2 to 1 (first introduced in A20 sdk)
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      be90974c
    • H
      sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin · 31c5614a
      Hans de Goede 提交于
      We know when u-boot is written to its own partition, in this case the
      layout always is:
      
      eb 0 spl
      eb 1 spl-backup
      eb 2 u-boot
      eb 3 u-boot-backup
      
      eb: erase-block
      
      So if we cannot load u-boot from its primary offset we know exactly where
      to look for it.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      31c5614a