1. 14 1月, 2016 1 次提交
  2. 22 12月, 2015 1 次提交
  3. 10 12月, 2015 1 次提交
  4. 07 12月, 2015 1 次提交
  5. 01 12月, 2015 4 次提交
  6. 22 11月, 2015 2 次提交
  7. 10 11月, 2015 1 次提交
    • T
      Various Makefiles: Add SPDX-License-Identifier tags · da58dec8
      Tom Rini 提交于
      After consulting with some of the SPDX team, the conclusion is that
      Makefiles are worth adding SPDX-License-Identifier tags too, and most of
      ours have one.  This adds tags to ones that lack them and converts a few
      that had full (or in one case, very partial) license blobs into the
      equivalent tag.
      
      Cc: Kate Stewart <kstewart@linuxfoundation.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      da58dec8
  8. 04 11月, 2015 1 次提交
  9. 23 10月, 2015 8 次提交
  10. 21 10月, 2015 4 次提交
  11. 03 10月, 2015 1 次提交
    • H
      sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD · 97fec710
      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 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>
      97fec710
  12. 29 9月, 2015 1 次提交
    • 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
  13. 24 9月, 2015 2 次提交
  14. 17 9月, 2015 1 次提交
  15. 11 9月, 2015 2 次提交
    • J
      sun5i: Add A10s-Wobo-i5 defconfig and dts · 2ad76bf2
      Jelle van der Waa 提交于
      The Wobo i5 top set box is a somewhat curious A10s based top set box,
      it uses an AXP209 rather then the AXP152 usually used in combination
      with the A10s. It has an ethernet phy connected to PORTD rather then
      PORTA, and its built-in usb wifi is connected via the otg controller.
      
      The dts file changes are identical to the changes submitted to the
      upstream kernel.
      Signed-off-by: NJelle van der Waa <jelle@vdwaa.nl>
      Acked-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      2ad76bf2
    • H
      sun5i: Add q8_a13_tablet defconfig and dts · 56f5eb40
      Hans de Goede 提交于
      This commits adds a generic support for q8 formfactor a13 based tablets.
      
      These tablets ship in many variants, with the difference mainly being the
      touchscreen controller / accelerometer / wifi chip used.
      
      The wifi is USB based, and thus not listed in devicetree.
      
      ATM the kernel does not support the touchscreen / accelerometer on these
      devices. In the future we may need multiple configs with different
      CONFIG_DEFAULT_DEVICE_TREE settings, this depends on how we solve the
      hw differences on the kernel side.
      
      For now this will suffice.
      
      The dts files are identical to the dts files submitted to the upstream
      kernel for these tablets.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      56f5eb40
  16. 10 9月, 2015 3 次提交
  17. 04 9月, 2015 3 次提交
  18. 03 9月, 2015 2 次提交
  19. 31 8月, 2015 1 次提交