The parameter represents a device tree node, not specifically a bus.
Use more accurate naming following device tree conventions.
Signed-off-by: Bo Sun
---
drivers/of/platform.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/of/platform.c b/drivers
Convert the comments of struct device from the old style to standard
kernel-doc style.
No functional changes.
Signed-off-by: Bo Sun
---
As suggested, I took the opportunity to switch struct device comments
to kernel-doc style.
include/device.h | 86
On 2025-07-11 20:39, Ahmad Fatoum wrote:
Hello Bo,
On 7/11/25 14:27, Bo Sun wrote:
- Fixed a missing closing parenthesis in the comment for
DEVICE_ID_SINGLE
- Cleaned up indentation and alignment of multi-line comments in
struct device
- Removed redundant spaces in function pointer
- Fixed a missing closing parenthesis in the comment for DEVICE_ID_SINGLE
- Cleaned up indentation and alignment of multi-line comments in struct device
- Removed redundant spaces in function pointer declarations
No functional changes.
Signed-off-by: Bo Sun
---
include/device.h | 18
Fix grammar error, correct structure name, and add missing return
value description.
Signed-off-by: Bo Sun
---
drivers/of/base.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 1439e55a0a..903adb3670 100644
--- a/drivers/of
The -s option description was misleading about default behavior.
Clarify that miitool without options shows all PHYs, and -s requires
a device argument.
Signed-off-by: Bo Sun
---
commands/miitool.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/commands/miitool.c b
The comment incorrectly states that barebox_main defaults to
run_shell() when a shell is enabled. In fact, it defaults to
run_init() when both shell and command support are enabled.
Update the comment to match the actual logic.
Signed-off-by: Bo Sun
---
include/barebox.h | 2 +-
1 file changed
On 2025-06-30 16:08, Sascha Hauer wrote:
Hi,
On Fri, Jun 27, 2025 at 08:28:11PM +0800, Bo Sun wrote:
Replace the deprecated delay_usecs field with the new spi_delay struct
in spi_transfer structure. Update spi_transfer_one_message to use
spi_delay_exec and the mc13xxx driver to use the new
This resolves the TODO comment in spi_transfer_one_message().
Only one driver (mc13xxx) was using the delay_usecs field, making this a
straightforward conversion with minimal impact.
Bo Sun (1):
spi: convert transfer delay to new spi_delay struct
drivers/mfd/mc13xxx.c | 5 -
drivers/spi
Replace the deprecated delay_usecs field with the new spi_delay struct
in spi_transfer structure. Update spi_transfer_one_message to use
spi_delay_exec and the mc13xxx driver to use the new structure.
Signed-off-by: Bo Sun
---
drivers/mfd/mc13xxx.c | 5 -
drivers/spi/spi.c | 4
From: Bo Sun
This patch fixes a minor error in the Barebox documentation where
the git checkout command uses incorrect remote branch syntax.
Bo Sun (1):
docs: fix git checkout command for next branch
Documentation/user/barebox.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion
From: Bo Sun
Correct the remote branch reference from 'origin/remotes/next'
to 'remotes/origin/next' in the documentation.
Signed-off-by: Bo Sun
---
Documentation/user/barebox.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentatio
Switch sama5d4 xplained board to use default environment 2.
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d4_xplained/env/boot/mmc | 8 +
arch/arm/boards/sama5d4_xplained/env/boot/nand | 8 +
arch/arm/boards/sama5d4_xplained/env/config| 42
he whole series, test OK with Doug's patch on sama5d4ek board.
Tested-by: Bo Shen
commands/partition.c | 104 +
defaultenv/defaultenv-2-base/bin/mtdparts-add | 15 +-
drivers/mtd/core.c| 213 +-
d
RT=y
CONFIG_CMD_LOADENV=y
CONFIG_CMD_PRINTENV=y
+CONFIG_CMD_MAGICVAR=y
+CONFIG_CMD_MAGICVAR_HELP=y
CONFIG_CMD_SAVEENV=y
CONFIG_CMD_FILETYPE=y
CONFIG_CMD_SLEEP=y
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index b85e6fa..5b27526 100644
--- a/arch/arm/mach-at91/Kconf
Hi Sascha,
I found there is a typo error in subject. "s/correc/correct"
Can you help fix it?
Thanks.
On 02/10/2015 05:36 PM, Sascha Hauer wrote:
On Tue, Feb 10, 2015 at 04:04:01PM +0800, Bo Shen wrote:
Correct the environment path for sama5d4 xplained board.
Signed-off-b
mean let Doug to keep the default boot from net?
I did send patch for this in the past but they did not hit the mainline
Can you point us this? Thanks.
Best Regards,
J.
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradea
Doug
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
h-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 9ee4f30..7207232 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -489,6 +489,7 @@ choice
config MACH_SAMA5D4EK
bool "Atmel SAMA5D4 Evaluation Kit"
+ select HAVE_DEFAULT_ENVIRONMENT_NEW
help
Select this if you are using Atmel's SAMA5D4-EK Evaluation Kit.
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
-bootargs="console=ttyS0,115200"
+bootargs="console=ttyS0,115200 ubi.mtd=8 ubi.mtd=9 init=/init
androidboot.hardware=sama5-pda androidboot.lcd=wvga"
# set a fancy prompt (if support is compiled in)
PS1="\e[1;32mbarebox@\e[1;31m\h:\w\e[0m\n# "
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
Correct the environment path for sama5d4 xplained board.
Signed-off-by: Bo Shen
---
arch/arm/configs/sama5d4_xplained_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/sama5d4_xplained_defconfig
b/arch/arm/configs/sama5d4_xplained_defconfig
index
As the at91sam9n12 series includes at91sam9n12, at91sam9cn11,
at91sam9cn12. So, add subtype to distinguish them.
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/include/mach/cpu.h | 7 +++
arch/arm/mach-at91/setup.c| 17 +
2 files changed, 24 insertions(+)
diff
If without pass the vbus initial value, the vbus status alway
present as 0 even if the vbus is connected to 5v.
Signed-off-by: Bo Shen
---
drivers/usb/gadget/at91_udc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/gadget/at91_udc.c b/drivers/usb/gadget/at91_udc.c
index
The created device name for atmel udc is at91_udc while not
at91_udc0.
Signed-off-by: Bo Shen
---
arch/arm/boards/at91sam9n12ek/env/bin/init_board | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boards/at91sam9n12ek/env/bin/init_board
b/arch/arm/boards
environment is board specific and your board
isn't converted yet. If you are interested I can show you the steps to
convert it.
I am interested in this, could you show me the steps to convert it?
Thanks.
Sascha
Best Regards,
Bo Shen
___
ba
Add the missing has_pmecc parameter for sama5d4 based boards.
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c | 1 +
arch/arm/boards/sama5d4ek/sama5d4ek.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm/boards/sama5d4_xplained
Hi J,
On 01/23/2015 03:58 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On Jan 21, 2015, at 6:03 PM, Bo Shen wrote:
Hi J,
On 01/21/2015 05:56 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On Jan 21, 2015, at 5:41 PM, Sascha Hauer wrote:
On Tue, Jan 20, 2015 at 03:31:25PM +0800, Bo Shen
On the SAMA5D35 the EMAC phy addr is 1 while not 0. So, let
the EMAC auto detect phy addr, or else hard code to 0, the
ethernet can not work on SAMA5D35 board.
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d3xek/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch
Hi J,
On 01/22/2015 12:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On Jan 21, 2015, at 11:07 PM, Sascha Hauer wrote:
On Mon, Jan 19, 2015 at 12:39:39PM +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
On 17:54 Mon 19 Jan , Bo Shen wrote:
On the SAMA5D33 and SAMA5D35 the GMAC PHY ID
On 01/22/2015 01:12 PM, Bo Shen wrote:
Hi J,
On 01/22/2015 12:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On Jan 21, 2015, at 11:07 PM, Sascha Hauer
wrote:
On Mon, Jan 19, 2015 at 12:39:39PM +0100, Jean-Christophe
PLAGNIOL-VILLARD wrote:
On 17:54 Mon 19 Jan , Bo Shen wrote:
On the
Hi J,
On 01/21/2015 05:56 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On Jan 21, 2015, at 5:41 PM, Sascha Hauer wrote:
On Tue, Jan 20, 2015 at 03:31:25PM +0800, Bo Shen wrote:
As the 1-wire and LED d2 use the same pin (PE25) on the EK board.
So, make LED enable only when the 1-wire is
As the 1-wire and LED d2 use the same pin (PE25) on the EK board.
So, make LED enable only when the 1-wire is disabled.
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d3xek/init.c | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boards/sama5d3xek/init.c
b/arch/arm/boards
Correct the mci1 power pin from PE15 to PE4.
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c
b/arch/arm/boards/sama5d4_xplained
Hi J,
On 01/19/2015 07:39 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 17:54 Mon 19 Jan , Bo Shen wrote:
On the SAMA5D33 and SAMA5D35 the GMAC PHY ID is 1 while not 7.
So, let the GMAC auto detect phy id, or else hard code to 7,
it can not work on these two boards.
Signed-off-by: Bo
On the SAMA5D33 and SAMA5D35 the GMAC PHY ID is 1 while not 7.
So, let the GMAC auto detect phy id, or else hard code to 7,
it can not work on these two boards.
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d3xek/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d4ek/sama5d4ek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/sama5d4ek/sama5d4ek.c
b/arch/arm/boards/sama5d4ek/sama5d4ek.c
index bbc53c6..1e7c08c 100644
--- a/arch/arm/boards/sama5d4ek/sama5d4ek.c
+++ b
Correct the function and board name for sama5d4 xplained board.
Signed-off-by: Bo Shen
---
.../arm/boards/sama5d4_xplained/sama5d4_xplained.c | 24 +++---
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c
b/arch
The sama5d4 xplained ultra board support following features:
- NAND flash support
- SPI flash support
- MMC card support (MCI1)
- LCD display support (with QT1070)
- Ethernet support
Signed-off-by: Bo Shen
---
arch/arm/boards/Makefile | 1 +
arch/arm
Hi Lucas,
On 10/21/2014 02:16 AM, Lucas Stach wrote:
Signed-off-by: Lucas Stach
Acked-by: Bo Shen
---
drivers/i2c/busses/i2c-at91.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
index deb4ea4
Hi Lucas,
On 10/21/2014 02:15 AM, Lucas Stach wrote:
Signed-off-by: Lucas Stach
Acked-by: Bo Shen
---
arch/arm/mach-at91/clock.c | 4
1 file changed, 4 deletions(-)
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c
index 7a4282e..a7051c3 100644
--- a/arch/arm
Signed-off-by: Bo Shen
---
Changes in v2:
- Multi line the #define
arch/arm/mach-at91/clock.c | 58 +++---
arch/arm/mach-at91/clock.h | 2 +-
arch/arm/mach-at91/include/mach/at91_pmc.h | 1 +
arch/arm/mach-at91/include/mach/cpu.h
Add Atmel sama5d4ek board support, which include following features:
- NAND flash support
- SPI flash support
- MMC card support (MCI1)
- LCD display support (with QT1070)
- Ethernet support
Signed-off-by: Bo Shen
---
Changes in v2:
- Add new LED D9.
arch/arm/boards/Makefile
Signed-off-by: Bo Shen
---
Changes in v2:
- Using clkdev_add_physbase to define GPIO clock.
arch/arm/mach-at91/include/mach/sama5d4.h | 134
arch/arm/mach-at91/sama5d4.c | 304 ++
arch/arm/mach-at91/sama5d4_devices.c | 495
RGMII/GMII.
Signed-off-by: Bo Shen
---
Changes in v2:
- using the same bit for RMII/MII configuration for GEM only with FE feature.
drivers/net/macb.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 12a2a3c..876af0d 100644
configuration for GEM with only FE feature enable.
Bo Shen (4):
net: macb: enable GEM with only FE feature
ARM: at91: add sama5d4 soc support #1
ARM: at91: add sama5d4 soc support #2
ARM: at91: add sama5d4ek board support
arch/arm/boards/Makefile | 1 +
arch/arm/boards
Hi Sascha,
On 09/18/2014 02:10 PM, Sascha Hauer wrote:
On Wed, Sep 17, 2014 at 06:21:33PM +0800, Bo Shen wrote:
Signed-off-by: Bo Shen
---
diff --git a/arch/arm/mach-at91/sam9_smc.c b/arch/arm/mach-at91/sam9_smc.c
index 9f02807..5df7109 100644
--- a/arch/arm/mach-at91/sam9_smc.c
+++ b/arch
Hi Sascha,
On 09/22/2014 12:59 PM, Sascha Hauer wrote:
On Wed, Sep 17, 2014 at 06:21:31PM +0800, Bo Shen wrote:
Signed-off-by: Bo Shen
---
drivers/net/macb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 12a2a3c..ef49f74 100644
--- a
ink use the GPIO i2c first, after the i2c fix
has been applied, then switch to use atmel i2c driver. In this way, it
won't block the sama5d4ek board support go into mainline.
Btw, if the i2c fix has been applied before I send the v2 patch, I will
switch to use atmel i2c driver.
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/clock.c | 58 +++---
arch/arm/mach-at91/clock.h | 2 +-
arch/arm/mach-at91/include/mach/at91_pmc.h | 1 +
arch/arm/mach-at91/include/mach/cpu.h | 28 +++
arch/arm/mach-at91
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/clock.c | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c
index 9d2a846..50450f5 100644
--- a/arch/arm/mach-at91/clock.c
+++ b/arch/arm/mach-at91/clock.c
Signed-off-by: Bo Shen
---
drivers/mci/atmel_mci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mci/atmel_mci.c b/drivers/mci/atmel_mci.c
index 36107a6..b36fbe3 100644
--- a/drivers/mci/atmel_mci.c
+++ b/drivers/mci/atmel_mci.c
@@ -511,6 +511,7 @@ static void atmci_get_cap(struct
Signed-off-by: Bo Shen
---
drivers/net/macb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 12a2a3c..ef49f74 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -304,7 +304,6 @@ static void macb_configure_dma(struct macb_device *bp
Add Atmel sama5d4ek board support, which include following features:
- NAND flash support
- SPI flash support
- MMC card support (MCI1)
- LCD display support (with QT1070)
- Ethernet support
Signed-off-by: Bo Shen
---
arch/arm/boards/Makefile | 1 +
arch/arm
As the sama5d3 is a family member of sama5, so only check sama5
family.
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/include/mach/cpu.h | 2 +-
arch/arm/mach-at91/setup.c| 2 +-
arch/arm/mach-at91/soc.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff
As the PMC base address may be different between each SoC,
so move them to SoC header.
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/include/mach/at91rm9200.h | 1 +
arch/arm/mach-at91/include/mach/at91sam9260.h | 2 ++
arch/arm/mach-at91/include/mach/at91sam9261.h | 1 +
arch/arm/mach-at91
Signed-off-by: Bo Shen
---
drivers/mtd/nand/atmel_nand.c | 121 --
1 file changed, 117 insertions(+), 4 deletions(-)
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
index 1e7c6c6..fa4fac2 100644
--- a/drivers/mtd/nand
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/include/mach/sama5d4.h | 134
arch/arm/mach-at91/sama5d4.c | 303 ++
arch/arm/mach-at91/sama5d4_devices.c | 495 ++
3 files changed, 932 insertions(+)
create mode 100644 arch
This patch series add Atmel new SoC SAMA5D4 support, which embedded
the Cortex-A5 core.
This patch series also add the EK board base on SAMA5D4 SoC support.
Bo Shen (9):
ARM: at91: move pmc base address into soc header
ARM: atmel: sama5d3 is a family member of sama5
ARM: at91: clock: use
Hi,
Sorry for this noise, it goes wrong to the barebox ML.
Please ignore it.
On 09/04/2014 09:43 AM, Bo Shen wrote:
Signed-off-by: Bo Shen
---
Makefile | 8
1 file changed, 8 deletions(-)
diff --git a/Makefile b/Makefile
index 5cd0369..7a7ad38 100644
--- a/Makefile
+++ b
Signed-off-by: Bo Shen
---
Makefile | 8
1 file changed, 8 deletions(-)
diff --git a/Makefile b/Makefile
index 5cd0369..7a7ad38 100644
--- a/Makefile
+++ b/Makefile
@@ -180,14 +180,6 @@ endif
BOOT_NAME=$(BOARDNAME)-$(PROJECT)$(CARD_SUFFIX)boot-$(TARGET_NAME)$(BLOB)-$(VERSION)$(REV
then apply your patch and
generate the series and send it, then there won't have "signed-off"
issue. (In general, keep my "signed-off" and add your "signed-off" if
you prefer).
Best Regards,
Bo Shen
_
Hi Raphaël Poggi,
On 08/06/2014 04:05 AM, Raphaël Poggi wrote:
I am ready to send a v3. Are you going to send your fix or you want me
to squash it in v3 ?
Please send it together with your patch.
Thanks.
Best Regards,
Raphaël Poggi
Best Regards,
Bo Shen
Hi Raphaël Poggi,
On 08/04/2014 05:29 PM, Bo Shen wrote:
Hi Raphaël Poggi,
On 08/04/2014 05:22 PM, Raphaël Poggi wrote:
Hi,
I have tested it on a custom board which use a sam9m10 and it
worked... Tell me more when we have found something suspicious.
I tested on sama5d3xek with qt1070
Hi Raphaël Poggi,
On 08/04/2014 05:42 PM, Raphaël Poggi wrote:
>
>Btw, do you use "tab" for alignment?
Yes, but maybe my vim config is wrong ? (set tabstop=4, set shiftwidth=4, set
softtabstop=4)
In general, the tabstop = 8.
Best
can not access qt1070, if I use i2c-gpio
driver, it works well.
I am still working on it, if any news, I will let you know.
Best Regards,
Bo Shen
Thanks for your test.
Raphaël Poggi
2014-08-04 11:11 GMT+02:00 Bo Shen :
Hi Raphaël Poggi,
I try to manage to make the i2c driver work
V_DEV_ID("at91rm9200-gpio0", &pioA_clk),
CLKDEV_DEV_ID("at91rm9200-gpio1", &pioB_clk),
CLKDEV_DEV_ID("at91rm9200-gpio2", &pioC_clk),
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
tatic struct driver_d at91_twi_driver = {
.name = "at91-twi",
.probe = at91_twi_probe,
.id_table = at91_twi_devtypes,
+ .of_compatible = DRV_OF_COMPAT(at91_twi_dt_ids),
};
device_platform_driver(at91_twi_driver);
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
Hi Raphaël Poggi,
I try to manage to make the i2c driver work, however, failed for non
device tree.
I am still checking it. However, some comments for the patches.
Best Regards,
Bo Shen
On 08/04/2014 04:31 PM, Raphaël Poggi wrote:
Change since v1:
* Squash the commit [1] which
Hi Raphaël Poggi,
On 08/04/2014 03:34 PM, Bo Shen wrote:
Hi Raphaël Poggi,
Actually, this is a build fix.
On 08/01/2014 09:26 PM, Raphaël Poggi wrote:
Signed-off-by: Raphaël Poggi
Acked-by: Bo Shen
Sorry, can you squash this patch into "[PATCH 1/2] i2c: at91: add
support of d
Hi Raphaël Poggi,
Actually, this is a build fix.
On 08/01/2014 09:26 PM, Raphaël Poggi wrote:
Signed-off-by: Raphaël Poggi
Acked-by: Bo Shen
---
drivers/i2c/busses/i2c-at91.c |6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c
This file is introduced by commit: 949df9c
Remove it.
Signed-off-by: Bo Shen
---
This patch is base on the next branch.
drivers/serial/Makefile.rej | 7 ---
1 file changed, 7 deletions(-)
delete mode 100644 drivers/serial/Makefile.rej
diff --git a/drivers/serial/Makefile.rej b/drivers
-off-by: Bo Shen
---
arch/arm/boards/sama5d3_xplained/init.c | 29 +++--
1 file changed, 19 insertions(+), 10 deletions(-)
diff --git a/arch/arm/boards/sama5d3_xplained/init.c
b/arch/arm/boards/sama5d3_xplained/init.c
index ae18863..5674225 100644
--- a/arch/arm/boards
On at91sam9n12 soc, it has pllb, while on sama5d3 soc,
it doesn't has pllb.
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/clock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c
index 59c4d11..9d2a846 100644
--- a
The sd 1.0 card can work in 4 bits mode also.
Signed-off-by: Bo Shen
---
drivers/mci/mci-core.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c
index ce6e590..8221632 100644
--- a/drivers/mci/mci-core.c
+++ b/drivers/mci
Hi Raphael,
On 07/17/2014 04:51 PM, Raphael Poggi wrote:
Enable the PMECC to support 8k page.
Signed-off-by: Raphaël Poggi
Acked-by: Bo Shen
---
drivers/mtd/nand/atmel_nand.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/atmel_nand.c b
Hi Raphael,
On 07/17/2014 04:51 PM, Raphael Poggi wrote:
Some nand like Micron MT29F32G08ABAAAWP need more than 20us.
Signed-off-by: Raphaël Poggi
Acked-by: Bo Shen
---
drivers/mtd/nand/atmel_nand.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd
config);
+
+sam9_smc_cs_write_timings(AT91_SMC_CS(id, cs), sama5d3_extra_config);
+}
+
static int at91sam9_smc_probe(struct device_d *dev)
{
int id = dev->id;
Otherwise, it seems good.
Thanks again.
Best Regards,
Bo Shen
___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
Hi Jean-Christophe PLAGNIOL-VILLARD,
On 06/19/2014 12:31 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 15:19 Mon 16 Jun , Bo Shen wrote:
Hi Matteo,
On 06/13/2014 08:48 PM, Matteo Fortini wrote:
Hi all,
glad you found my patch useful. Sascha rejected it because he sees it
more fit to
or the new coming SoC.
Thank you in advance for your comments, I ask Raphaël to wait until this
patch is settled to send in his changes. They will be very useful for
me, too (I had to deactivate PMECC to use my NAND...)
M
Best Regards,
Bo Shen
_
hich board are you test this?
Can you try to apply two patches from matteo.fort...@gmail.com on
2014-06-06 with name
[PATCH 1/2] sama5d3x: fix HSMC MODE register offset and add TIMINGS
[PATCH 2/2] sama5d3x: HSMC NAND initialize TIMINGS and import values
Best regards,
Raphaël
Best Regard
Signed-off-by: Bo Shen
---
arch/arm/boards/Makefile|1 +
arch/arm/boards/sama5d3_xplained/Makefile |1 +
arch/arm/boards/sama5d3_xplained/env/config | 42 +
arch/arm/boards/sama5d3_xplained/init.c | 238 +++
arch/arm/configs
Hi J,
On 05/29/2014 08:11 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On May 29, 2014, at 5:55 PM, Matteo Fortini wrote:
Acked-by: Bo Shen
---
arch/arm/mach-at91/sam9_smc.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-at91/sam9_smc.c b/arch/arm/mach-at91/sam9_smc.c
As the at91sam9_smc.h duplicate in header list, remove one.
Signed-off-by: Bo Shen
---
arch/arm/boards/sama5d3xek/init.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boards/sama5d3xek/init.c
b/arch/arm/boards/sama5d3xek/init.c
index e078642..731 100644
--- a/arch/arm/boards
Hi Matteo,
Thanks for your patch. Can you resend it directly while not through
attachment?
When you resend, you can add my acked-by.
Best Regards,
Bo Shen
On 05/29/2014 01:16 AM, Matteo Fortini wrote:
As stated in section 29.19.32 of SAMA5D3 Series datasheet, to move
from CS(n) to CS(n+1
Hi Lucas Stach,
On 04/22/2014 04:15 AM, Lucas Stach wrote:
Otherwise SAM A5d35 would be detected as A5d36.
Signed-off-by: Lucas Stach
Acked-by: Bo Shen
---
arch/arm/mach-at91/setup.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91
SAMA5D36 SoC is a sub type of SAMA5D3 which has two Ethernets
Signed-off-by: Bo Shen
---
arch/arm/mach-at91/include/mach/cpu.h | 5 -
arch/arm/mach-at91/sama5d3.c | 6 --
arch/arm/mach-at91/setup.c| 3 +++
3 files changed, 11 insertions(+), 3 deletions(-)
diff
86 matches
Mail list logo