Dear Tom Rini,
On 07/06/13 21:55, Tom Rini wrote:
> On Wed, May 15, 2013 at 06:27:27PM +0800, Hung-ying Tyan wrote:
>
>> This patch series adds the drivers for the cros-ec protocol that is used to
>> communicate with the Chrome OS Embedded Controller (EC). The series also
>> enables
>> its use i
Hi Heiko,
> Hello Marek,
>
> Am 09.06.2013 22:01, schrieb Marek Vasut:
> > Dear Pantelis Antoniou,
> >
> >> Heiko,
> >>
> >> On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote:
> >>> Hello Pantelis,
> >>>
> >>> Am 04.06.2013 12:08, schrieb Pantelis Antoniou:
> Hi Heiko,
>
> Just thi
Hello Marek,
Am 09.06.2013 22:01, schrieb Marek Vasut:
> Dear Pantelis Antoniou,
>
>> Heiko,
>>
>> On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote:
>>> Hello Pantelis,
>>>
>>> Am 04.06.2013 12:08, schrieb Pantelis Antoniou:
Hi Heiko,
Just thinking out loud here. Can we have an ext
On Sun, Jun 9, 2013 at 12:52 AM, Wolfgang Denk wrote:
> This is basically the same code (with only irrelevant differences) as
> used by do_bootm_netbsd(). Can you please
>
> 1) factor out this common code, and
> 2) documnt the behaviour
> ?
Will do.
> By the way: this patch still triggers two
Dear Michael Trimarchi,
> Hi Marek
>
> On 06/09/2013 11:09 PM, Marek Vasut wrote:
> > Dear Michael Trimarchi,
> >
> >> Dear Marek
> >>
> >> On 06/09/2013 10:05 PM, Marek Vasut wrote:
> >>> Dear Michael Trimarchi,
> >>>
> This patch fix the omap access to the transceiver
> configurati
Hi
On 06/08/2013 10:43 PM, Lubomir Popov wrote:
> Hi Tom, Michael,
>
>> Hello,
>>
>> The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09:
>>
>> arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200)
>>
>> are available in the git repository at:
>>
>> git://gi
Dear Marek
On 06/09/2013 10:05 PM, Marek Vasut wrote:
> Dear Michael Trimarchi,
>
>> This patch fix the omap access to the transceiver
>> configuration registers using the ulpi bus. As reported by
>> the documentation the bit31 is used only to check if the
>> transaction is done or still running
Hi Marek
On 06/09/2013 11:09 PM, Marek Vasut wrote:
> Dear Michael Trimarchi,
>
>> Dear Marek
>>
>> On 06/09/2013 10:05 PM, Marek Vasut wrote:
>>> Dear Michael Trimarchi,
>>>
This patch fix the omap access to the transceiver
configuration registers using the ulpi bus. As reported by
>>>
Dear Michael Trimarchi,
> Dear Marek
>
> On 06/09/2013 10:05 PM, Marek Vasut wrote:
> > Dear Michael Trimarchi,
> >
> >> This patch fix the omap access to the transceiver
> >> configuration registers using the ulpi bus. As reported by
> >> the documentation the bit31 is used only to check if the
Dear Heiko Schocher,
> Without this, second usb_composite_register() call fails always
> with -EINVAL.
>
> Signed-off-by: Heiko Schocher
> Cc: Lukasz Majewski
> Cc: Kyungmin Park
> Cc: Marek Vasut
Applied, thanks.
Best regards,
Marek Vasut
___
U-B
Dear Michael Trimarchi,
> This patch fix the omap access to the transceiver
> configuration registers using the ulpi bus. As reported by
> the documentation the bit31 is used only to check if the
> transaction is done or still running and the reading and
> writing operation have different offset a
Dear Pantelis Antoniou,
> Heiko,
>
> On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote:
> > Hello Pantelis,
> >
> > Am 04.06.2013 12:08, schrieb Pantelis Antoniou:
> >> Hi Heiko,
> >>
> >> Just thinking out loud here. Can we have an extra option that
> >> allocates the buffer dynamically based o
Hi Simon,
On Sun, Jun 9, 2013 at 7:43 PM, Simon Glass wrote:
> Hi Jagan,
>
> On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki wrote:
>>
>> Hi Simon,
>>
>> On Sat, Jun 8, 2013 at 8:02 PM, Simon Glass wrote:
>> > Hi Jagan,
>> >
>> > On Sat, Jun 8, 2013 at 1:32 AM, Jagan Teki
>> > wrote:
>> >>
>> >> Hi
Hello,
I'd like to know what the plains regarding rc releases?
Regards,
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
___
Hi Jagan,
On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki wrote:
> Hi Simon,
>
> On Sat, Jun 8, 2013 at 8:02 PM, Simon Glass wrote:
> > Hi Jagan,
> >
> > On Sat, Jun 8, 2013 at 1:32 AM, Jagan Teki
> wrote:
> >>
> >> Hi Simon,
> >>
> >> Please let know your comments.
> >>
> >> I have changed the log
Move initialisation of Linux command line to separate functions.
Also add support for bootm subcommand 'cmdline'.
Signed-off-by: Daniel Schwierzeck
---
Changes in v2:
- use debug() macro
arch/mips/lib/bootm.c | 130 --
1 file changed, 83 insertio
Signed-off-by: Daniel Schwierzeck
---
Changes in v2:
- fix multi-line comment
arch/mips/lib/bootm.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c
index a36154a..148c18b 100644
--- a/arch/mips/lib/bootm.c
+++ b/arc
2013/6/9 Wolfgang Denk :
> Dear Daniel Schwierzeck,
>
> In message <1370731370-32767-5-git-send-email-daniel.schwierz...@gmail.com>
> you wrote:
>> Move initialisation of Linux command line to separate functions.
>> Also add support for bootm subcommand 'cmdline'.
>
>> +static void linux_cmdline_d
P1023RDB Specification:
---
Memory subsystem:
512MB DDR3 (Fixed DDR on board)
64MB NOR flash
128MB NAND flash
Ethernet:
eTSEC1: Connected to Atheros AR8035 GETH PHY
eTSEC2: Connected to Atheros AR8035 GETH PHY
PCIe:
Three mini-PCIe slots
USB: Two USB2.0 Type
Hi Lubomir,
On 06/08/13 23:43, Lubomir Popov wrote:
> Hi Tom, Michael,
>
>> Hello,
>>
>> The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09:
>>
>> arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200)
>>
>> are available in the git repository at:
>>
>> git:
Dear Daniel Schwierzeck,
In message <1370731370-32767-5-git-send-email-daniel.schwierz...@gmail.com> you
wrote:
> Move initialisation of Linux command line to separate functions.
> Also add support for bootm subcommand 'cmdline'.
> +static void linux_cmdline_dump(void)
> +{
> +#ifdef DEBUG
> +
Dear Steven Stallion,
In message <1370562103-92148-1-git-send-email-sstall...@gmail.com> you wrote:
> This patch introduces support for command line arguments to Plan 9.
> Plan 9 generally dedicates a small region of kernel memory (known
> as CONFADDR) for runtime configuration. A new environment
Dear Steven Stallion,
In message
you wrote:
>
> > "bootm" has a well-known an documented API: it takes up to three
> > arguments: kernel address, ramdisk address, and device tree address.
> > Nothing else.
>
> Is there a reason that this should only be used by Linux? The changes
> I have submit
On 06/06/13 22:06, Robert Winkler wrote:
> Hi All,
>
> On Wed, Jun 5, 2013 at 1:31 AM, Igor Grinberg wrote:
>> Hi Robert,
>>
>> On 06/04/13 21:11, Robert Winkler wrote:
>>> Adding Anatolij to the CC list.
>>>
>>> On Tue, Jun 4, 2013 at 8:10 AM, Robert Winkler
>>> wrote:
Hi Igor,
O
24 matches
Mail list logo