All of lore.kernel.org
 help / color / mirror / Atom feed
From: afzal.mohd.ma@gmail.com (afzal mohammed)
To: linux-arm-kernel@lists.infradead.org
Subject: arm64: allwinner: Add support for TERES I laptop
Date: Fri, 16 Mar 2018 11:58:16 +0530	[thread overview]
Message-ID: <20180316062816.GA3415@afzalpc> (raw)
In-Reply-To: <20180315170606.GA3635@afzalpc>

Hi,

On Thu, Mar 15, 2018 at 10:36:06PM +0530, afzal mohammed wrote:
> Thanks for the patches
> 
> w/ defconfig could reach to prompt via serial console using audio
> jack.
> 
> And just by enabling PWM_SUN4I & FB_SIMPLE, laptop could function
> standalone as well.
> 
> Suggestions (feel free to ignore):
> 
> 1. seems currently only review comment pending is on simple
> framebuffer, perhaps you can proceed removing just that so that a
> basic bootable system can be achieved at the earliest (iiuc, anyway
> drm would be the final solution for display)
> 
> 2. in next revision (if), may be you can put keywords DIY and/or Open
> Hardware (irrespective of whatever exactly that means) Laptop in the
> subject itself, that might bring more interest/eyeballs, especially at
> this time of ME & so on.

Realizing now that your v2 patches & above mail crossed.

afzal

WARNING: multiple messages have this Message-ID (diff)
From: afzal mohammed <afzal.mohd.ma@gmail.com>
To: Harald Geyer <harald@ccbib.org>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>,
	Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Andre Przywara <andre.przywara@arm.com>,
	Icenowy Zheng <icenowy@aosc.io>,
	info@olimex.com
Subject: Re: arm64: allwinner: Add support for TERES I laptop
Date: Fri, 16 Mar 2018 11:58:16 +0530	[thread overview]
Message-ID: <20180316062816.GA3415@afzalpc> (raw)
In-Reply-To: <20180315170606.GA3635@afzalpc>

Hi,

On Thu, Mar 15, 2018 at 10:36:06PM +0530, afzal mohammed wrote:
> Thanks for the patches
> 
> w/ defconfig could reach to prompt via serial console using audio
> jack.
> 
> And just by enabling PWM_SUN4I & FB_SIMPLE, laptop could function
> standalone as well.
> 
> Suggestions (feel free to ignore):
> 
> 1. seems currently only review comment pending is on simple
> framebuffer, perhaps you can proceed removing just that so that a
> basic bootable system can be achieved at the earliest (iiuc, anyway
> drm would be the final solution for display)
> 
> 2. in next revision (if), may be you can put keywords DIY and/or Open
> Hardware (irrespective of whatever exactly that means) Laptop in the
> subject itself, that might bring more interest/eyeballs, especially at
> this time of ME & so on.

Realizing now that your v2 patches & above mail crossed.

afzal

  reply	other threads:[~2018-03-16  6:28 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-12 16:10 arm64: allwinner: Add support for TERES I laptop Harald Geyer
2018-03-12 16:10 ` Harald Geyer
2018-03-12 16:10 ` [PATCH 1/5] arm64: dts: allwinner: a64: Add i2c0 pins Harald Geyer
2018-03-12 16:10   ` Harald Geyer
2018-03-13  1:35   ` André Przywara
2018-03-13  1:35     ` André Przywara
2018-03-13  8:46     ` Harald Geyer
2018-03-13  8:46       ` Harald Geyer
2018-03-13 15:27       ` Maxime Ripard
2018-03-13 15:27         ` Maxime Ripard
2018-03-13 15:27         ` Maxime Ripard
2018-03-12 16:10 ` [PATCH 2/5] arm64: dts: allwinner: a64: Add watchdog Harald Geyer
2018-03-12 16:10   ` Harald Geyer
2018-03-13  1:39   ` André Przywara
2018-03-13  1:39     ` André Przywara
2018-03-13  1:39     ` André Przywara
2018-03-13 10:03     ` Harald Geyer
2018-03-13 10:03       ` Harald Geyer
2018-03-12 16:10 ` [PATCH 3/5] arm64: dts: allwinner: a64: add simplefb for A64 SoC Harald Geyer
2018-03-12 16:10   ` Harald Geyer
2018-03-13  8:27   ` Maxime Ripard
2018-03-13  8:27     ` Maxime Ripard
2018-03-13  9:18     ` Harald Geyer
2018-03-13  9:18       ` Harald Geyer
2018-03-13 15:35       ` Maxime Ripard
2018-03-13 15:35         ` Maxime Ripard
2018-03-13 15:35         ` Maxime Ripard
2018-03-13 16:51         ` Harald Geyer
2018-03-13 16:51           ` Harald Geyer
2018-03-14  8:01           ` Maxime Ripard
2018-03-14  8:01             ` Maxime Ripard
2018-03-12 16:10 ` [PATCH 4/5] arm64: dts: allwinner: a64: Add pwm device Harald Geyer
2018-03-12 16:10   ` Harald Geyer
2018-03-13  8:29   ` Maxime Ripard
2018-03-13  8:29     ` Maxime Ripard
2018-03-12 16:10 ` [PATCH 5/5] arm64: allwinner: a64: Add support for TERES I laptop Harald Geyer
2018-03-12 16:10   ` Harald Geyer
2018-03-13  8:41   ` Maxime Ripard
2018-03-13  8:41     ` Maxime Ripard
2018-03-13 11:07     ` Harald Geyer
2018-03-13 11:07       ` Harald Geyer
2018-03-13 15:41       ` Maxime Ripard
2018-03-13 15:41         ` Maxime Ripard
2018-03-15 17:06 ` arm64: allwinner: " afzal mohammed
2018-03-15 17:06   ` afzal mohammed
2018-03-16  6:28   ` afzal mohammed [this message]
2018-03-16  6:28     ` afzal mohammed
2018-03-16  9:30   ` Harald Geyer
2018-03-16  9:30     ` Harald Geyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180316062816.GA3415@afzalpc \
    --to=afzal.mohd.ma@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.