[linux-sunxi] Is it possible to open the image always in land scape mode.

2014-02-08 Thread Puneet B
Hi , I ported Ubuntu in my A20 board. Is it possible to open image always in landscape mode. if image in portrait mode. Is i need to do any software changes. and how to get better quality image display. Regards Punith -- You received this message because you are subscribed to the Google

[linux-sunxi] [PATCH 3/3] mfd: axp20x: Add bindings documentation

2014-02-08 Thread Carlo Caione
Bindings documentation for the axp20x driver. In this file also two sub-nodes (PEK and regulators) are documented. Signed-off-by: Carlo Caione ca...@caione.org --- Documentation/devicetree/bindings/mfd/axp20x.txt | 87 1 file changed, 87 insertions(+) create mode 100644

[linux-sunxi] AllWinner announce A80

2014-02-08 Thread Richard W.M. Jones
8 core, 4xA15 + 4xA7 in big.LITTLE configuration like Exynos. http://semiaccurate.com/2014/02/07/allwinner-shows-8-core-a80-soc-mid-range/ This is sort of interesting, although I know from bitter experience that we're a long way from getting KVM to work on the Exynos because QEMU can't really

[linux-sunxi] [PATCH 0/3] mfd: axp20x: Add support for PMIC axp202 and axp209

2014-02-08 Thread Carlo Caione
This set of patches add prelinary support for PMIC X-Powers axp202 and axp209. Only two subsystem are supported at the moment: power enable key (PEK) and regulators. Drivers for these two sub-system will be submitted in later patch-sets. Carlo Caione (3): mfd: axp20x: Add mfd driver for axp20x

[linux-sunxi] [PATCH 1/3] mfd: axp20x: Add mfd driver for axp20x PMIC

2014-02-08 Thread Carlo Caione
This patch introduces the preliminary support for PMICs X-Powers AXP202 and AXP209. The core contains support only for two sub-modules (PEK and regulators) that will be added with two different patch-sets. Signed-off-by: Carlo Caione ca...@caione.org --- drivers/mfd/Kconfig| 12 +++

Re: [linux-sunxi] AllWinner announce A80

2014-02-08 Thread Oliver Schinagl
On 02/08/14 17:03, Richard W.M. Jones wrote: 8 core, 4xA15 + 4xA7 in big.LITTLE configuration like Exynos. http://semiaccurate.com/2014/02/07/allwinner-shows-8-core-a80-soc-mid-range/ This is sort of interesting, although I know from bitter experience that we're a long way from getting KVM to