Re: [PATCH 18/42] meson: Correct driver declaration for meson_axg_gpio
On 11/06/2024 22:01, Simon Glass wrote:
> This should use the driver macros so that the driver appears in the
> linker list. Fix this.
> Fixes: 8587839f19d ("pinctrl: meson: add axg support")
>
By
Neil Armstrong
·
#2290
·
|
[PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
Based on Linux kernel:
commit f922bd798bb9 ("mtd: rawnand: add an option to specify NAND chip as a boot device")
Allow to define a NAND chip as a boot device. This can be helpful
for the selection of
By
Arseniy Krasnov <avkrasnov@...>
·
#2289
·
|
[PATCH v1 2/3] mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'
Move call 'meson_nfc_cmd_seed()' and check for 'NAND_NEED_SCRAMBLING'
to 'meson_nfc_cmd_access()', thus removing code duplication.
Signed-off-by: Arseniy Krasnov <avkrasnov@...>
---
By
Arseniy Krasnov <avkrasnov@...>
·
#2288
·
|
[PATCH v1 0/3] Meson: R/W support for pages used by boot ROM
Patchset is based on patchset for Linux (today merged to nand-next):
https://lore.kernel.org/linux-mtd/20240507230903.3399594-1-avkrasnov@.../
Here is description from it:
By
Arseniy Krasnov <avkrasnov@...>
·
#2287
·
|
[PATCH v1 3/3] mtd: rawnand: meson: read/write access for boot ROM pages
Boot ROM on Meson needs some pages to be read/written in a special mode:
384 byte ECC mode (so called "short" by Amlogic) and with scrambling
enabled. Such pages are located on the chip in the
By
Arseniy Krasnov <avkrasnov@...>
·
#2286
·
|
[PATCH 1/1] Squashed 'dts/upstream/' changes from b35b9bd1d4ee..7e08733c96c8
7e08733c96c8 Merge tag 'v6.9-dts-raw'
ccdce3340fc5 Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
cb4ccb79bf49 dt-bindings: net: mediatek: remove wrongly added
By
Tom Rini <trini@...>
·
#2285
·
|
[PATCH 19/33] arm: meson: Remove <common.h> and add needed includes
Remove <common.h> from all mach-meson files and when needed add missing
include files directly.
Signed-off-by: Tom Rini <trini@...>
---
Cc: Neil Armstrong <neil.armstrong@...>
Cc:
By
Tom Rini <trini@...>
·
#2284
·
|
Re: [PATCH 19/33] arm: meson: Remove <common.h> and add needed includes
On 30/04/2024 15:35, Tom Rini wrote:
> Remove <common.h> from all mach-meson files and when needed add missing
> include files directly.
> Signed-off-by: Tom Rini <trini@...>
> ---
> Cc: Neil
By
Neil Armstrong
·
#2283
·
|
Re: [PATCH v1] arm: dts: meson-axg: add NAND controller node for AXG
Hi,
Ok, so I can remove "Synced from" from commit description, thus make it empty, and test that patch applies correctly
on uboot master/ next ?
Thanks
By
Arseniy Krasnov <avkrasnov@...>
·
#2282
·
|
[PATCH v1] arm: dts: meson-axg: add NAND controller node for AXG
nfc: Synced from Linux commit 7ca2ef33179f ("Linux 6.6-rc1")
nand_all_pins: Synced from Linux commit be18d53c32b2 ("Linux 6.7-rc3")
Signed-off-by: Arseniy Krasnov <avkrasnov@...>
---
By
Arseniy Krasnov <avkrasnov@...>
·
#2281
·
|
Re: [PATCH v1] arm: dts: meson-axg: add NAND controller node for AXG
Ahh ok, I see. Thanks. This patch must be d
By
Arseniy Krasnov <avkrasnov@...>
·
#2280
·
|
Re: [PATCH v1] arm: dts: meson-axg: add NAND controller node for AXG
It won't apply because arch/arm/dts/meson-axg.dtsi doesn't exist anymore, DT comes
from dts/upstream, however if you need to add u-boot specific changes you can
still update
By
Neil Armstrong
·
#2279
·
|
Re: [PATCH v1] arm: dts: meson-axg: add NAND controller node for AXG
Hi,
No need to sync DT anymore, this is handled by OF_UPSTREAM and for next release
it's already aligned with v6.9 DT.
Please try your patches with master or next branch of U-Boot repo.
Neil
By
Neil Armstrong
·
#2278
·
|
Re: [PATCH v2 0/5] Kconfig: some cleanups
Applied to u-boot/master, thanks!
--
Tom
By
Tom Rini <trini@...>
·
#2277
·
|
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
By
Michal Simek <michal.simek@...>
·
#2276
·
|
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
On Tue, Apr 16, 2024 at 06:19:48PM +0200, Heinrich Schuchardt wrote:
> On 16.04.24 18:06, Tom Rini wrote:
> > On Tue, Apr 16, 2024 at 08:55:19AM +0200, Michal Simek wrote:
> >
> > > Convert UTF-8
By
Tom Rini <trini@...>
·
#2275
·
|
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
There seem no to be too many non-ASCI strings outside of comments.
Should we care about non-ASCII comments?
$ find . -name '*.h' -exec grep -P -Hn "[^\x00-\x7F]" {} \; | grep
By
Heinrich Schuchardt <xypron.glpk@...>
·
#2274
·
|
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
Reviewed-by: Tom Rini <trini@...>
Now, how did you test / find these? Given names a CI test is unlikely
to be doable but if it's otherwise scriptable I can put it in my loops
and just fixup
By
Tom Rini <trini@...>
·
#2273
·
|
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
Acked-by: Marek Beh¨²n <kabel@...>
By
Marek Beh¨²n <kabel@...>
·
#2272
·
|
[PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or
names are converted.
Signed-off-by: Michal Simek <michal.simek@...>
---
Changes in v2:
- New patch in series
By
Michal Simek <michal.simek@...>
·
#2271
·
|