Page MenuHomeFreeBSD
Feed Advanced Search

Nov 1 2023

andrew added inline comments to D42415: rtld/arm: fix initial-exec (IE) thread-local storage relocation.
Nov 1 2023, 12:31 PM · ARM
kib added a reviewer for D42415: rtld/arm: fix initial-exec (IE) thread-local storage relocation: jrtc27.
Nov 1 2023, 10:48 AM · ARM
kib added inline comments to D42415: rtld/arm: fix initial-exec (IE) thread-local storage relocation.
Nov 1 2023, 10:48 AM · ARM

Oct 31 2023

kp added a reviewer for D42415: rtld/arm: fix initial-exec (IE) thread-local storage relocation: kib.
Oct 31 2023, 8:15 PM · ARM
rcm added a reviewer for D42415: rtld/arm: fix initial-exec (IE) thread-local storage relocation: brd.
Oct 31 2023, 6:53 PM · ARM
rcm requested review of D42415: rtld/arm: fix initial-exec (IE) thread-local storage relocation.
Oct 31 2023, 6:49 PM · ARM

Oct 18 2023

oskar.holmlund_ohdata.se added inline comments to D42124: Add pinctrl_single driver.
Oct 18 2023, 8:35 PM · ARM

Oct 11 2023

oskar.holmlund_ohdata.se updated the diff for D42124: Add pinctrl_single driver.
  • Replaced the DEFINE_CLASS_0 -> struct driver_t
  • removed pinctrl_single_pins_write / read
  • update pinctrl_single_syscon_unlocked_write_4/read_4 to honor pinctrl-single,register-width. (even if the functionnames will be misleading and give the impression its an 4byte version of read/write)
  • removed pinctrl_single_syscon_unlocked_modify_4
  • update error handling after fdt_pinctrl_register() call to release syscon in case of failure.
Oct 11 2023, 7:35 PM · ARM

Oct 10 2023

manu added a comment to D42124: Add pinctrl_single driver.

Looks mostly good to me.

Oct 10 2023, 9:18 AM · ARM

Oct 9 2023

oskar.holmlund_ohdata.se updated the diff for D42124: Add pinctrl_single driver.

Thank you Manu. Followed your advice to move the bus_alloc_resource/syscon interface to the end of the attach function to avoid complicated error paths.

Oct 9 2023, 7:06 PM · ARM
oskar.holmlund_ohdata.se abandoned D41896: AM335x: ti_pinmux.c add pinconf-single to set of compatible strings.

Replaced by D42124

Oct 9 2023, 6:32 PM · ARM

Oct 8 2023

manu requested changes to D42124: Add pinctrl_single driver.
Oct 8 2023, 2:15 PM · ARM
oskar.holmlund_ohdata.se requested review of D42126: AM335x: update ti_gpio & am335x_gpio to use pinctrl-single driver.
Oct 8 2023, 10:13 AM · ARM
oskar.holmlund_ohdata.se requested review of D42124: Add pinctrl_single driver.
Oct 8 2023, 7:50 AM · ARM
manu accepted D42116: remove OMAP4 support.

I'm pretty sure that the last time I've tested my pandaboard (maybe 4-5 years ago) there were already problems.

Oct 8 2023, 6:53 AM · ARM

Oct 7 2023

oskar.holmlund_ohdata.se requested review of D42116: remove OMAP4 support.
Oct 7 2023, 5:58 AM · ARM

Sep 28 2023

oskar.holmlund_ohdata.se requested review of D42015: AM335x: am335x_dmtpps remove possibility to use tunable just support FDT.
Sep 28 2023, 7:14 PM · ARM
markj added a comment to D41759: arm: Allow in-kernel VFP instructions handling..

Why is the kernel getting into the undefined instruction handler? It should only use VFP instructions from within a specific section marked by the fpu_kern_* functions

Sep 28 2023, 3:28 PM · ARM

Sep 23 2023

karels added a comment to D41896: AM335x: ti_pinmux.c add pinconf-single to set of compatible strings.

Mike, no you need more patches for it to boot. You will get it this week.
Beaglebone black boots with some u-boot issues regarding the ethernet and USB due to DTS missmatch to the one provided by Linux..
Pocketbeagle will not boot if you have a uboot version >= 2003.01.

Sep 23 2023, 6:36 PM · ARM

Sep 20 2023

manu added a comment to D31311: simple-pm-bus driver.

So, apparently the goal of simple-pm-bus is only to enable runtime pm in the Linux kernel for the whole child tree, while simple-bus doesn't do that.
Apparently the bindings are wrong suggesting that either power-domain or clock is required and the Linux code seems to indicate this ...

Sep 20 2023, 8:45 AM · ARM
manu added reviewers for D31311: simple-pm-bus driver: ARM, arm64.
Sep 20 2023, 8:43 AM · ARM
manu added inline comments to D31311: simple-pm-bus driver.
Sep 20 2023, 8:43 AM · ARM

Sep 19 2023

oskar.holmlund_ohdata.se added a comment to D41896: AM335x: ti_pinmux.c add pinconf-single to set of compatible strings.

Mike, no you need more patches for it to boot. You will get it this week.
Beaglebone black boots with some u-boot issues regarding the ethernet and USB due to DTS missmatch to the one provided by Linux..
Pocketbeagle will not boot if you have a uboot version >= 2003.01.

Sep 19 2023, 8:00 AM · ARM

Sep 18 2023

karels added a comment to D41896: AM335x: ti_pinmux.c add pinconf-single to set of compatible strings.
In D41896#954928, @manu wrote:

Since TI port is dead

Sep 18 2023, 12:24 PM · ARM
manu added a reviewer for D41889: Add simple-pm-bus driver: ARM.
Sep 18 2023, 7:29 AM · ARM
manu requested changes to D41889: Add simple-pm-bus driver.

Based on the bindings it looks like that clock is required if power-domain is missing (and vice-versa) but TI doesn't seems to do that, what's the point of TI using this compatible if they do not use it properly ?

Sep 18 2023, 7:29 AM · ARM
manu added reviewers for D41888: AM335x: Add ti,clksel driver: ARM, arm64.
Sep 18 2023, 7:24 AM · ARM
manu requested changes to D41888: AM335x: Add ti,clksel driver.

Looks mostly ok, I guess TI loves to reimplement simple-bus like things ...
Same comments as Mike though.

Sep 18 2023, 7:24 AM · ARM
manu requested changes to D41896: AM335x: ti_pinmux.c add pinconf-single to set of compatible strings.

Since TI port is dead I think that this driver should be made generic and not patching it this way.
Both pinctrl-single and pinconf-single aren't specific for TI.

Sep 18 2023, 7:23 AM · ARM

Sep 17 2023

karels added a comment to D41896: AM335x: ti_pinmux.c add pinconf-single to set of compatible strings.

Seems fine to me, I could actually approve this one but I'll wait for others to take a look.

Sep 17 2023, 4:18 PM · ARM
karels added a comment to D41889: Add simple-pm-bus driver.

What does this driver actually do? It looks like its only role is to show up in the namespace.

Sep 17 2023, 4:18 PM · ARM
karels added a comment to D41888: AM335x: Add ti,clksel driver.

I'm not sure what this driver actually does, so I'm probably not the one to approve it. Just a few cosmetic issues.

Sep 17 2023, 4:17 PM · ARM
oskar.holmlund_ohdata.se requested review of D41896: AM335x: ti_pinmux.c add pinconf-single to set of compatible strings.
Sep 17 2023, 3:31 PM · ARM

Sep 16 2023

oskar.holmlund_ohdata.se requested review of D41889: Add simple-pm-bus driver.
Sep 16 2023, 5:29 PM · ARM
oskar.holmlund_ohdata.se requested review of D41888: AM335x: Add ti,clksel driver.
Sep 16 2023, 5:27 PM · ARM

Sep 7 2023

oskar.holmlund_ohdata.se closed D26552: Revert DTS for omap family for stable/12 and releng 12.2.
Sep 7 2023, 12:50 PM · ARM

Sep 6 2023

allanjude added reviewers for D41759: arm: Allow in-kernel VFP instructions handling.: markj, Klara.
Sep 6 2023, 3:34 PM · ARM
andrew added a comment to D41759: arm: Allow in-kernel VFP instructions handling..

Why is the kernel getting into the undefined instruction handler? It should only use VFP instructions from within a specific section marked by the fpu_kern_* functions

Sep 6 2023, 9:36 AM · ARM
alex.stetsenko_gmail.com requested review of D41759: arm: Allow in-kernel VFP instructions handling..
Sep 6 2023, 6:48 AM · ARM

May 23 2023

christos closed D39955: dtrace: implement dtrace_instr_size() for arm64.
May 23 2023, 2:20 PM · ARM, DTrace
markj accepted D39955: dtrace: implement dtrace_instr_size() for arm64.

Approved.

May 23 2023, 2:11 PM · ARM, DTrace

May 20 2023

bcr removed a reviewer for D26552: Revert DTS for omap family for stable/12 and releng 12.2: Core Team.

Remove core-team, as we do not need to get involved.
Would still like to see someone commit this...

May 20 2023, 1:47 PM · ARM

May 4 2023

christos updated the diff for D39955: dtrace: implement dtrace_instr_size() for arm64.

Fix styling error.

May 4 2023, 12:29 PM · ARM, DTrace
christos requested review of D39955: dtrace: implement dtrace_instr_size() for arm64.
May 4 2023, 12:28 PM · ARM, DTrace

Nov 28 2022

oskar.holmlund_ohdata.se closed D37502: TI AM335x fix compatible name.
Nov 28 2022, 7:17 AM · ARM

Nov 25 2022

manu accepted D37502: TI AM335x fix compatible name.
Nov 25 2022, 12:03 PM · ARM
oskar.holmlund_ohdata.se requested review of D37502: TI AM335x fix compatible name.
Nov 25 2022, 10:54 AM · ARM

Oct 13 2022

bcr added a comment to D26552: Revert DTS for omap family for stable/12 and releng 12.2.

Will someone commit this? It's been approved for a while...

Oct 13 2022, 6:25 PM · ARM

Sep 15 2022

oskar.holmlund_ohdata.se requested review of D36596: sysutils/u-boot-beaglebone: Fix for pocketbeagle.
Sep 15 2022, 10:13 PM · ARM

Jun 25 2022

hselasky closed D35553: protect arm busdma bounce page counters with bounce page lock.
Jun 25 2022, 10:07 AM · ARM

Jun 24 2022

andrew added a comment to D35553: protect arm busdma bounce page counters with bounce page lock.

It looks correct, however I don't know much about the 32-bit arm busdma code.

Jun 24 2022, 3:07 PM · ARM

Jun 23 2022

hselasky added a comment to D35553: protect arm busdma bounce page counters with bounce page lock.

Andrew: Do you have time to have a quick look here?

Jun 23 2022, 7:23 PM · ARM
hselasky added a reviewer for D35553: protect arm busdma bounce page counters with bounce page lock: andrew.
Jun 23 2022, 7:23 PM · ARM
hselasky accepted D35553: protect arm busdma bounce page counters with bounce page lock.
Jun 23 2022, 7:21 PM · ARM
hselasky updated the diff for D35553: protect arm busdma bounce page counters with bounce page lock.

Updated patch a bit. Maybe this piece of code can be removed altogether ...

Jun 23 2022, 7:21 PM · ARM
hselasky commandeered D35553: protect arm busdma bounce page counters with bounce page lock.
Jun 23 2022, 7:20 PM · ARM
hselasky added a comment to D35553: protect arm busdma bounce page counters with bounce page lock.

I've suggested some optimizations. Have a look at the PR.

Jun 23 2022, 9:33 AM · ARM
hselasky accepted D35553: protect arm busdma bounce page counters with bounce page lock.

Looks good.

Jun 23 2022, 8:34 AM · ARM

Jun 22 2022

rfyu28uyeg_snkmail.com requested review of D35553: protect arm busdma bounce page counters with bounce page lock.
Jun 22 2022, 11:23 PM · ARM

Feb 22 2022

manu accepted D26552: Revert DTS for omap family for stable/12 and releng 12.2.
Feb 22 2022, 2:58 PM · ARM

Dec 3 2021

emaste added a comment to D26552: Revert DTS for omap family for stable/12 and releng 12.2.

What is the current state of this issue?

Dec 3 2021, 7:25 PM · ARM

Nov 13 2021

oskar.holmlund_ohdata.se reclaimed D26552: Revert DTS for omap family for stable/12 and releng 12.2.
Nov 13 2021, 8:13 PM · ARM
oskar.holmlund_ohdata.se updated the summary of D26552: Revert DTS for omap family for stable/12 and releng 12.2.
Nov 13 2021, 8:12 PM · ARM

Nov 8 2021

bofh removed a member for ARM: ian.
Nov 8 2021, 8:42 PM

Jul 27 2021

manu added a comment to D31311: simple-pm-bus driver.

Any reason the clock are enabled after interrupts ? I suspect that some stuff will rely on the clock being activated at attach.
The bindings have this comment :

Hence, the bus controller's PM domain and/or
clock must be enabled for child devices connected to the bus (either
on-SoC or externally) to function.
Jul 27 2021, 9:52 AM · ARM

Jul 26 2021

oskar.holmlund_ohdata.se added a comment to D31311: simple-pm-bus driver.

D27889 are required to get AM335x to boot.

Jul 26 2021, 6:54 PM · ARM
oskar.holmlund_ohdata.se requested review of D31311: simple-pm-bus driver.
Jul 26 2021, 6:53 PM · ARM
oskar.holmlund_ohdata.se updated the diff for D27889: TI SoC rework clk support.

Update for latest DTS.
Previous I created clk_link in ti_prcm, but latest DTS introduce clkctrl in the very first ti,sysc nodes as a consequence the clk_link will be created in ti_sysc.c.
This patch alone will not boot the am335x, need a simplepmbus driver aswell.

Jul 26 2021, 6:48 PM · ARM
oskar.holmlund_ohdata.se added a comment to D27889: TI SoC rework clk support.
  • cleanup gpio gdbclk in ti_clk_clkctrl and use a TI_CLKCTRL_GATE subclock instead
  • prepare for am572x subtypes, am335x only use TI_CLKCTRL_GATE
  • Fix some wrong mappings like timer7 and so on
Jul 26 2021, 6:45 PM · ARM

Jul 22 2021

bz added a watcher for ARM: bz.
Jul 22 2021, 10:18 AM

Jul 18 2021

oskar.holmlund_ohdata.se updated the diff for D27889: TI SoC rework clk support.
Jul 18 2021, 10:05 PM · ARM
oskar.holmlund_ohdata.se closed D31164: AM335x: fix gpio_pin numbers in lookup table.
Jul 18 2021, 9:24 AM · ARM

Jul 13 2021

manu accepted D31164: AM335x: fix gpio_pin numbers in lookup table.
Jul 13 2021, 5:01 PM · ARM
oskar.holmlund_ohdata.se requested review of D31164: AM335x: fix gpio_pin numbers in lookup table.
Jul 13 2021, 4:14 PM · ARM

Jun 14 2021

oskar.holmlund_ohdata.se closed D30746: arm: AM335x ehrpwm fix bitmask.
Jun 14 2021, 6:49 AM · ARM

Jun 12 2021

manu accepted D30746: arm: AM335x ehrpwm fix bitmask.
Jun 12 2021, 9:57 AM · ARM
oskar.holmlund_ohdata.se requested review of D30746: arm: AM335x ehrpwm fix bitmask.
Jun 12 2021, 9:53 AM · ARM
oskar.holmlund_ohdata.se closed D29547: am335x_ehrpwm.c add support for flags (PWM_POLARITY_INVERTED).
Jun 12 2021, 7:04 AM · ARM
oskar.holmlund_ohdata.se closed D29546: am335x_ehrpwm.c remove sysctl interface.
Jun 12 2021, 6:36 AM · ARM

Apr 3 2021

freebsd-rj_obsigna.com accepted D29546: am335x_ehrpwm.c remove sysctl interface.

Note: I am a first time reviewer, and I hope that I do not something wrong.

Apr 3 2021, 1:42 PM · ARM

Apr 2 2021

manu accepted D29547: am335x_ehrpwm.c add support for flags (PWM_POLARITY_INVERTED).
Apr 2 2021, 1:21 PM · ARM
manu accepted D29546: am335x_ehrpwm.c remove sysctl interface.

I'll leave this for a few days in case someone have an objection.

Apr 2 2021, 1:19 PM · ARM
oskar.holmlund_ohdata.se requested review of D29547: am335x_ehrpwm.c add support for flags (PWM_POLARITY_INVERTED).
Apr 2 2021, 9:24 AM · ARM
oskar.holmlund_ohdata.se requested review of D29546: am335x_ehrpwm.c remove sysctl interface.
Apr 2 2021, 9:11 AM · ARM

Mar 11 2021

manu closed D29137: usr.sbin/pwm/pwm add support for flags.
Mar 11 2021, 8:59 AM · ARM
manu accepted D29137: usr.sbin/pwm/pwm add support for flags.
Mar 11 2021, 8:30 AM · ARM

Mar 9 2021

oskar.holmlund_ohdata.se added a comment to D29137: usr.sbin/pwm/pwm add support for flags.

.dD field in manual page needs to be updated.

Mar 9 2021, 10:05 AM · ARM
oskar.holmlund_ohdata.se updated the diff for D29137: usr.sbin/pwm/pwm add support for flags.

Remove share/man/man9/pwmbus.9
Fix space around &

Mar 9 2021, 10:02 AM · ARM
manu added a comment to D29137: usr.sbin/pwm/pwm add support for flags.

Looks ok, could you split the updated man page change not related with this review ?

Mar 9 2021, 9:00 AM · ARM
lwhsu added a comment to D29137: usr.sbin/pwm/pwm add support for flags.

.dD field in manual page needs to be updated.

Mar 9 2021, 8:54 AM · ARM
oskar.holmlund_ohdata.se requested review of D29137: usr.sbin/pwm/pwm add support for flags.
Mar 9 2021, 8:28 AM · ARM

Feb 21 2021

oskar.holmlund_ohdata.se requested review of D28841: am335x_dmtpps module complains about version missmatch ti_sysc.
Feb 21 2021, 6:22 PM · ARM

Feb 4 2021

oskar.holmlund_ohdata.se updated the diff for D27889: TI SoC rework clk support.

Update ti_prcm.c to add clk link in probe() instead of attach to avoid the need to declare syscon_generic.c attach as public.
Remove attach() function in ti_prcm.c and use inherited one from syscon_generic.c

Feb 4 2021, 12:23 AM · ARM

Jan 15 2021

oskar.holmlund_ohdata.se updated the diff for D27889: TI SoC rework clk support.

Remove syscon_generic_handle from syscon_generic.c and add into ti_prcm.c and ti_scm_syscon.c

Jan 15 2021, 12:29 AM · ARM
oskar.holmlund_ohdata.se updated the diff for D27889: TI SoC rework clk support.
  • Add parents for ti,clkctrl.
  • since the node scm_conf@0 (compatible "syscon", "simple-bus") needs to be attached as soon as posible during boot and syscon_generic are in pass BUS_PASS_DEFAULT I readded ti_scm_syscon.c and removed more or less everything but the probe() function and "subclass" syscon_generic. Added checks in probe() to ensure it not connect to other SoCs syscon nodes.
Jan 15 2021, 12:02 AM · ARM

Jan 5 2021

oskar.holmlund_ohdata.se abandoned D26552: Revert DTS for omap family for stable/12 and releng 12.2.

Yes, this revision is nothing to care about anymore.

Jan 5 2021, 3:41 PM · ARM

Jan 4 2021

oskar.holmlund_ohdata.se updated the diff for D27889: TI SoC rework clk support.

Fix cpu reset functions in ti_prcm.c

Jan 4 2021, 8:08 AM · ARM

Jan 2 2021

oskar.holmlund_ohdata.se added inline comments to D27889: TI SoC rework clk support.
Jan 2 2021, 12:05 PM · ARM
oskar.holmlund_ohdata.se requested review of D27889: TI SoC rework clk support.
Jan 2 2021, 11:52 AM · ARM

Dec 29 2020

emaste added a comment to D26552: Revert DTS for omap family for stable/12 and releng 12.2.

Not possible for 12.2; for 12.3 we need to make sure all of the required changes are merged to stable/12.

Dec 29 2020, 3:22 AM · ARM