When we communicate with the VideoCore to perform property mailbox
transactions, that is a DMA operation as far as the property buffer
is concerned. Use phys_to_bus() on that buffer.
Signed-off-by: Stephen Warren
---
While this isn't USB-related, it does depend on patches that went into
the USB t
The ARM reference designs all use a special flash image format
that stores a footer (two versions exist) at the end of the last
erase block of the image in flash memory.
Version one of the footer is indicated by the magic number
0xA09F at 12 bytes before the end of the flash block and
version
This modifies the vexpress64 Juno configuration so that
it will by default load and boot a kernel and a device tree
from the images stored in the NOR flash. When we are
at it, also define the proper command line for the Juno and
indicate that the USB stick (/dev/sda1) is the default
root file syste
This consolidates the flash settings for the Integrator
and activates the new ARM flash image support for them
so images can be loaded by name from flash.
Reviewed-by: Tom Rini
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebase on the upstream baseline
- Add Tom's ACK
---
include/confi
Le samedi 04 avril 2015 à 15:29 +0200, Hans de Goede a écrit :
> Hi,
>
> On 04-04-15 14:54, Paul Kocialkowski wrote:
> > Hi Hans,
> >
> > Le samedi 04 avril 2015 à 14:18 +0200, Hans de Goede a écrit :
> >> On 04-04-15 13:27, Paul Kocialkowski wrote:
> >>> Sunxi platforms come with at least 3 TWI (
This enables the exposed I2C/TWI busses on a few single-board-computers
(Olimex and Cubieboard).
Signed-off-by: Paul Kocialkowski
---
configs/A10-OLinuXino-Lime_defconfig | 2 ++
configs/A10s-OLinuXino-M_defconfig| 2 ++
configs/A13-OLinuXinoM_defconfig | 2 ++
configs/A13-OLinuXino_de
Orion5x, Kirkwood and Armada XP platforms come with a single TWSI (I2C) MVTWSI
controller. However, other platforms using MVTWSI may come with more: this is
the case on Allwinner (sunxi) platforms, where up to 4 controllers can be found
on the same chip.
Signed-off-by: Paul Kocialkowski
---
arch
Sunxi platforms come with at least 3 TWI (I2C) controllers and some platforms
even have up to 5. This adds support for every controller on each supported
platform, which is especially useful when using expansion ports on single-board-
computers.
Signed-off-by: Paul Kocialkowski
---
arch/arm/incl
Changes since v1:
* Kconfig option to enable I2C/TWI controllers 1-4 (when applicable)
* Following patch to enable exposed busses on a few community-supported
single-board-computers
This series adds support for every i2c controller found on
sun4i/sun5i/sun6i/sun7i/sun8i platforms and shouldn't b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Le 03/04/2015 23:46, Vagrant Cascadian a écrit :
> On 2015-03-25, drEagle wrote:
>> Le 21/03/2015 15:53, Vagrant Cascadian a écrit :
>>> It seems that OpenRD Ultimate with u-boot 2015.04-rc3 and newer no
>>> longer builds from source, both in Debian
Hi Tim,
Does your code base contain this patch[1]?
It probably addressed the same issue you meet.
[1] http://lists.denx.de/pipermail/u-boot/2014-February/174533.html
Regards,
Liu Ying
On Fri, Apr 03, 2015 at 04:59:57PM -0700, Tim Harvey wrote:
> It has been observed that some IMX6SDL SoC will h
Hi,
On 04-04-15 16:02, Paul Kocialkowski wrote:
Le samedi 04 avril 2015 à 15:48 +0200, Hans de Goede a écrit :
Hi,
On 04-04-15 15:42, Paul Kocialkowski wrote:
Le dimanche 29 mars 2015 à 13:18 +0200, Hans de Goede a écrit :
Hi,
On 28-03-15 18:26, Paul Kocialkowski wrote:
musb might be used
Le samedi 04 avril 2015 à 15:48 +0200, Hans de Goede a écrit :
> Hi,
>
> On 04-04-15 15:42, Paul Kocialkowski wrote:
> > Le dimanche 29 mars 2015 à 13:18 +0200, Hans de Goede a écrit :
> >> Hi,
> >>
> >> On 28-03-15 18:26, Paul Kocialkowski wrote:
> >>> musb might be used in gadget mode on sunxi,
Hi,
On 04-04-15 15:42, Paul Kocialkowski wrote:
Le dimanche 29 mars 2015 à 13:18 +0200, Hans de Goede a écrit :
Hi,
On 28-03-15 18:26, Paul Kocialkowski wrote:
musb might be used in gadget mode on sunxi, so we don't want to assume anything
related to host mode, especially USB keyboard support
Le dimanche 29 mars 2015 à 13:18 +0200, Hans de Goede a écrit :
> Hi,
>
> On 28-03-15 18:26, Paul Kocialkowski wrote:
> > musb might be used in gadget mode on sunxi, so we don't want to assume
> > anything
> > related to host mode, especially USB keyboard support. Thus, there is no
> > reason
>
Hi Tom,
Please pull u-boot-sunxi/master into master for a small bugfix for v2015.04.
This fixes the CONFIG_FDTFILE setting in a defconfig file so that we do not
end up loading the wrong dtb:
The following changes since commit d68df028099235c5316eec1ed5f586f3744a8707:
Merge git://git.denx.de/u
Hi,
On 04-04-15 14:54, Paul Kocialkowski wrote:
Hi Hans,
Le samedi 04 avril 2015 à 14:18 +0200, Hans de Goede a écrit :
On 04-04-15 13:27, Paul Kocialkowski wrote:
Sunxi platforms come with at least 3 TWI (I2C) controllers and some platforms
even have up to 5. This adds support for every cont
This makes use of errno return codes for representing error codes in a unified
way.
Signed-off-by: Paul Kocialkowski
---
common/usb.c | 58 +-
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/common/usb.c b/common/usb.c
index
This may happen when using an USB1 device on a controller that only supports
USB2 (e.g. EHCI). Reading the first descriptor will fail (read 0 byte), so we
can abort the process at this point instead of failing later and wasting time.
Signed-off-by: Paul Kocialkowski
---
common/usb.c | 5 -
1
This checks that a new USB device is correctly initialized and frees it if not.
In addition, this doesn't report that USB was started when no device was found.
Signed-off-by: Paul Kocialkowski
---
common/usb.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/co
Hi Hans,
Le samedi 04 avril 2015 à 14:18 +0200, Hans de Goede a écrit :
> On 04-04-15 13:27, Paul Kocialkowski wrote:
> > Sunxi platforms come with at least 3 TWI (I2C) controllers and some
> > platforms
> > even have up to 5. This adds support for every controller on each supported
> > platform,
Hi,
On 04-04-15 13:27, Paul Kocialkowski wrote:
Sunxi platforms come with at least 3 TWI (I2C) controllers and some platforms
even have up to 5. This adds support for every controller on each supported
platform, which is especially useful when using expansion ports on single-board-
computers.
S
Hi,
On 04-04-15 13:27, Paul Kocialkowski wrote:
This series adds support for every i2c controller found on
sun4i/sun5i/sun6i/sun7i/sun8i platforms and shouldn't break support for Marvell
platforms (orion5x, kirkwood, armada xp) the driver was originally written for.
Regarding sunxi, I double-ch
Hi,
On 04-04-15 13:27, Paul Kocialkowski wrote:
Orion5x, Kirkwood and Armada XP platforms come with a single TWSI (I2C) MVTWSI
controller. However, other platforms using MVTWSI may come with more: this is
the case on Allwinner (sunxi) platforms, where up to 4 controllers can be found
on the same
Orion5x, Kirkwood and Armada XP platforms come with a single TWSI (I2C) MVTWSI
controller. However, other platforms using MVTWSI may come with more: this is
the case on Allwinner (sunxi) platforms, where up to 4 controllers can be found
on the same chip.
Signed-off-by: Paul Kocialkowski
---
arch
Sunxi platforms come with at least 3 TWI (I2C) controllers and some platforms
even have up to 5. This adds support for every controller on each supported
platform, which is especially useful when using expansion ports on single-board-
computers.
Signed-off-by: Paul Kocialkowski
---
arch/arm/incl
This series adds support for every i2c controller found on
sun4i/sun5i/sun6i/sun7i/sun8i platforms and shouldn't break support for Marvell
platforms (orion5x, kirkwood, armada xp) the driver was originally written for.
Regarding sunxi, I double-checked that this doesn't conflict with
VIDEO_LCD_PAN
On Sat, 2015-04-04 at 10:39 +0200, Hans de Goede wrote:
> The Orangepi_mini is different enough from the regular Orangepi that it needs
> its own dtb, but when it got added a copy and paste error was made and it
> got the same dtb filename, fix this.
>
> While at it also add a short description of
Hi Simon,
On 2015年04月04日 07:57, Simon Glass wrote:
This function should not return a value.
Signed-off-by: Simon Glass
---
arch/nios2/cpu/fdt.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/nios2/cpu/fdt.c b/arch/nios2/cpu/fdt.c
index 5024682..79f72aa 100644
--- a/arch/nios2/cp
The Orangepi_mini is different enough from the regular Orangepi that it needs
its own dtb, but when it got added a copy and paste error was made and it
got the same dtb filename, fix this.
While at it also add a short description of both Orangepi boards to the
defconfig files for them.
Signed-off
30 matches
Mail list logo