become 1?
> >
> > Maxime Ripard wants to base H3/H5/A64 thermal driver on this patchset, and
> > for H5/A64 there's 2/3 thermal sensors.
>
> Yes, that'll require a specific DT node for those thermal sensors. Then
> since we would update the possible com
ert to ccu.
> >
> > What do you mean by dedicated clocks?
>
> The legacy form of clocks.
Which itself creates another form of issues. What happens if we get
something wrong on those clocks (as it is likely to happen)?
We potentially can't fix it at all, that's wh
GOOGLE EUROPA INTERLOTTO / EUROMILLINEN FREE-LOTTO BONUS-PROGRAMM
BÜRO: PLAZA EMILIO JIM NEZ MILLAS 3352,
MADRID, SPANIEN.
Aufmerksamkeit:
Dies soll Ihnen mitteilen, dass Sie 1,450,000.00Euro von Google
Inc-Free-Lotto, 2016 saction gewonnen haben und keine öffentliche
Verlosung durchgeführt
ost->rst);
> > + }
> > +
> I think you do not need the compatible.
> You can just detect whether the reset is present.
That would weaken the error check. If we're running on the A31 and are
missing our reset property, it would go unnoticed.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
signature.asc
Description: PGP signature
pporting those PMICs, but having some axp22x variables
right in the middle. And that's awfully inconsistent.
I'd rather have you add the AXP20x driver directly, and then add the
needed stuff for the AXP22x.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
signature.asc
Description: PGP signature
do that by itself, but we hadn't figure that
out at the time. So what we ended up doing is disabling the interrupts
by default and then enable it only on the CPU meant to receive the
queue interrupts.
What we found out doing so was that the per-cpu interrupts were
enabled on the cpu calling req
Congratulation we are very happy to inform you of the Free Lotto Award 2015.
You should be happy among the five lucky winner your name was selected as a
winner of £1,000,000.00
Contact us with your..
Name:
Home Address:
Occupation:
Age:
Phone Number:
Country
Email: freelot...@gmail.com
Tell
POUNDS ) in Free lotto online sweepstakes program
corporations hold today 21st of October 2015 here In Madrid (SPAIN).
This email is been sent to notify you officially about the award and to advise
you to contact the processing office immediately for remittance of your Funds.
Provide him with these
t proper signal on control lines of
> > NAND chip etc), but it doesn't mean NAND chip itself has completed
> > command execution. That's why "waitfunc" is not direct replacement here.
> >
> > 2. NAND_ISR_{RX|TX}DMACOMPLETE - this flag indicates completi
tch for uboot.
> My working uboot code is in https://github.com/linux-sunxi/u-boot-sunxi.git
> Note this is only test patch. I have not commit it formally for uboot.
Please do so. I'd like very much to avoid ending up in a situation where
we would break the mainline kernel for the A20, without any bootloader
we can point the users to to fix the issues.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
signature.asc
Description: Digital signature
r don't set it?
From what you're saying, it's will be set by the kernel if it's booted
in hypervisor mode, but what if it's not?
The ARM documentation says that the CNTVOFF register will hold an
undefined value, how would that affect the kernel?
Thanks,
Maxime
--
Ma
On Wed, Jul 03, 2013 at 10:55:05AM +0200, maxime.rip...@free-electrons.com
wrote:
> Hi Jean-Christophe,
>
> On Tue, Jun 18, 2013 at 10:44:17AM +0200, Hector Palacios wrote:
> > For a combination of 18bit LCD data bus width and a color
> > mode of 32bpp, the driver was sett
Hi Hector,
On Thu, Jul 11, 2013 at 10:56:42AM +0200, Hector Palacios wrote:
> On 07/11/2013 10:24 AM, maxime.rip...@free-electrons.com wrote:
> >>I haven't seen this is supported upstream. Is anybody working on that?
> >>Where would such a driver fit?
> >
>
Also, about where to put such a driver, I started a discussion about
this last week. Mostly, that would be part of MTD, from what is out of
the discussion so far.
http://lists.infradead.org/pipermail/linux-arm-kernel/2013-July/182002.html
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linu
#x27;t see this patch in your for-next branch.
It would be really great to have it for 3.11 if possible.
Could you take a look at this patch please?
Thanks,
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
signature.asc
Description: Digital signature
Hi Hector,
On Fri, Jun 07, 2013 at 11:02:28AM +0200, maxime.rip...@free-electrons.com
wrote:
> On Fri, Jun 07, 2013 at 10:10:39AM +0200, Hector Palacios wrote:
> > For a combination of 18bit LCD data bus width and a color
> > mode of 32bpp, the driver was setting the color mappin
Hi Hector,
On Fri, Jun 07, 2013 at 10:10:39AM +0200, Hector Palacios wrote:
> For a combination of 18bit LCD data bus width and a color
> mode of 32bpp, the driver was setting the color mapping to
> rgb666, which is wrong, as the color in memory realy has an
> rgb888 layout.
>
> This patch also r
using a 18bit data bus width and 32bpp.
We (Free Electrons) are doing the bring up for the Crystalfontz boards,
so it's fine :)
Thanks!
Maxime
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majo
Hi Hector,
On Fri, May 24, 2013 at 03:33:19PM +0200, Juergen Beisert wrote:
> Someone told me, Qt5 cannot handle this special RGB666 mode (even not the
> def_rgb666_shift memory layout mentioned above). My test are based on Qt4.
> Qt5 needs a regular RGB888 mode, which should silently be convert
Hi Juergen,
On Thu, May 23, 2013 at 03:31:31PM +0200, Juergen Beisert wrote:
> Hi Maxime,
>
> maxime.rip...@free-electrons.com wrote:
> > On Thu, May 23, 2013 at 01:55:28PM +0200, Hector Palacios wrote:
> > > I'm using an i.MX28 based board with lcd connected w
by the mxsfb driver, and
as such, it was not a bug in the driver.
While this is correct, I wonder, now that since we had that same problem
in a very short amount of time, if we couldn't set this behaviour
dependant of some (dt? kernel argument?) property so that one could
customise it any
A 32-bit kernel on a legacy (or even new) system in 2017 will still
need
> regular kernel updates (not \"long term\" un0maintained kernels)
> in order to work with new USB devices, new 4KB+ sector hard drives,
> newer generations of SSDs, etc..
12-years-old machine is trash. If someone can buy e.g
s releases:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg00353.html
I'm going to test the patch on other amd64 machines as well, thanks a
lot and keep up goo the work!
Ciao,
Free
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
mu.
Here's the config I used:
http://people.64studio.com/~free/config-2.6.21-rt1
Ciao,
Free
[0] http://people.64studio.com/~free/udev
[1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg00332.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the b
24 matches
Mail list logo