User Details
User Details
- User Since
- Jun 4 2014, 6:42 AM (352 w, 2 d)
Today
Today
avg committed R10:5084dde5f087: pchtherm: fix a wrong bit and a wrong register use (authored by Michal Vanco <michal.vanco@gmail.com>).
pchtherm: fix a wrong bit and a wrong register use
avg added a comment to D24077: New driver pchtherm(4), PCH installed thermal sensor..
Thu, Feb 18
Thu, Feb 18
Jan 20 2021
Jan 20 2021
LGTM. Thank you!
I did not realize that hardware can be this quirky.
Jan 19 2021
Jan 19 2021
avg committed R10:2c98edd6d6c7: htu21: driver for HTU21D I2C temperature and humidity sensor (authored by avg).
htu21: driver for HTU21D I2C temperature and humidity sensor
Dec 18 2020
Dec 18 2020
Dec 13 2020
Dec 13 2020
add myself to authors.ent (first commit)
further add myself to documentation
further add myself to www pages
Dec 11 2020
Dec 11 2020
Dec 10 2020
Dec 10 2020
avg added a comment to D27535: Handle return from KDB_WHY_TRAP on arm and mips.
It's been a while since I touched that kind of code, but I think that this change is good.
Dec 3 2020
Dec 3 2020
dtrace: honor LC_NUMERIC for %'d and alike, and LC_TIME for %T
Oct 28 2020
Oct 28 2020
MFC r365943: aw_usbphy: add support for device mode operation
Oct 19 2020
Oct 19 2020
avg committed rS366827: MFC r365402: musb/allwinner: add support for configuring phy as well as device….
MFC r365402: musb/allwinner: add support for configuring phy as well as device…
MFC r365401: musb/allwinner: add H3 support
Oct 16 2020
Oct 16 2020
MFC r366140: aw_pwm: fix programming of the period
MFC r366138: aw_pwm: remove the busy bit check
Oct 12 2020
Oct 12 2020
avg committed rP552123: retire my older email address.
retire my older email address
avg committed rS366646: MFC r365397: twsi: some variants clear interrupt flag by writing 0, others by….
MFC r365397: twsi: some variants clear interrupt flag by writing 0, others by…
MFC r363021 by manu: twsi: Fix for > Allwinner A20
avg committed rS366643: MFC r366144: pwm(8): fix potential duty overflow, use unsigneds for period and….
MFC r366144: pwm(8): fix potential duty overflow, use unsigneds for period and…
MFC r366142: aw_pwm: add a check and some comments related to long periods
MFC r366141: aw_pwm: ensure sane configuration, just in case
MFC r366139: aw_pwm: fix selection of the prescaler
MFC r366137: aw_pwm: trivially add H3 support
avg committed rS366638: MFC r365400: musb/allwinner: apply register filter in awusbdrd_bs_r_2() as well.
MFC r365400: musb/allwinner: apply register filter in awusbdrd_bs_r_2() as well
MFC r365398,r365399: Allwinner USB DRD support (musb_otg)
Oct 7 2020
Oct 7 2020
avg updated the diff for D26049: [PREVIEW] twsi: fixes, improvements, cleanups.
rebase
Oct 2 2020
Oct 2 2020
MFC r366143: pwm(8): do not exit with failure after successfully reading…
MFC r365396: twsi: use tsleep instead of pause for better responsiveness
MFC r365290: move definition of hw.i2c sysctl node from iicbb to iicbus
Sep 25 2020
Sep 25 2020
pwm(8): fix potential duty overflow, use unsigneds for period and duty
pwm(8): do not exit with failure after successfully reading configuration
aw_pwm: add a check and some comments related to long periods
aw_pwm: ensure sane configuration, just in case
aw_pwm: fix programming of the period
aw_pwm: fix selection of the prescaler
avg committed rS366138: aw_pwm: remove the busy bit check.
aw_pwm: remove the busy bit check
avg committed rS366137: aw_pwm: trivially add H3 support.
aw_pwm: trivially add H3 support
Sep 21 2020
Sep 21 2020
aw_usbphy: add support for device mode operation
MFC r363887 (by manu), r365395: allwinner: clk: Fix nm clock calculation
Sep 15 2020
Sep 15 2020
avg updated the summary of D26407: [PREVIEW] support for gpio interrupts on !intrng platforms.
MFC r365447: mmc_da: universally use uint8_t for the partition index
avg committed rS365741: MFC r365445: mmc_da: make sure that part_index is not used uninitialized in….
MFC r365445: mmc_da: make sure that part_index is not used uninitialized in…
MFC r365446: mmc_da: fix a typo and a too long line
Sep 11 2020
Sep 11 2020
avg requested review of D26407: [PREVIEW] support for gpio interrupts on !intrng platforms.
Sep 10 2020
Sep 10 2020
MFC r365288: twsi: replace a couple of errno codes with i2c error codes
MFC r365289: twsi: no need to compare boolean with boolean constant
Sep 9 2020
Sep 9 2020
Sep 8 2020
Sep 8 2020
mmc_da: universally use uint8_t for the partition index
mmc_da: fix a typo and a too long line
mmc_da: make sure that part_index is not used uninitialized in sddastart
Sep 7 2020
Sep 7 2020
avg requested review of D26348: aw_usbphy: add support for device mode operation.
musb/allwinner: add support for configuring phy as well as device mode
avg committed rS365401: musb/allwinner: add H3 support.
musb/allwinner: add H3 support
musb/allwinner: apply register filter in awusbdrd_bs_r_2() as well
fixup r365398: add a missed file with all the new Allwinner musb_otg code
Allwinner USB DRD support (musb_otg)
twsi: some variants clear interrupt flag by writing 0, others by writing 1
twsi: use tsleep instead of pause for better responsiveness
aw_clk_nm: fix incorrect use of abs()
avg committed rS365394: MFC r364149: aw_cir: in pulse encoding actual length is one greater than value.
MFC r364149: aw_cir: in pulse encoding actual length is one greater than value
MFC r364148: aw_cir: lower activation threshold to support NECx protocol
MFC r364145: gpiokeys: add evdev support
Sep 3 2020
Sep 3 2020
mac_framework.h: fix build with DEBUG_VFS_LOCKS and !MAC
avg added a comment to D26311: gpioled_acpi: driver for GPIO controlled LEDs declared using ACPI _DSD.
Related (to a degree) review request: D9876
avg requested review of D26311: gpioled_acpi: driver for GPIO controlled LEDs declared using ACPI _DSD.
avg updated the diff for D26307: aw_clk_nm: fix incorrect use of abs().
expose clk_freq_diff to other clk drivers
avg added a comment to D26307: aw_clk_nm: fix incorrect use of abs().
If this function to become more visible, do you think distance is still a good name?
Maybe something like freq_diff? Something else?
Thanks!
avg added a comment to D26307: aw_clk_nm: fix incorrect use of abs().
If this function to become more visible, do you think distance is still a good name?
Maybe something like freq_diff? Something else?
Thanks!
avg added a comment to D26307: aw_clk_nm: fix incorrect use of abs().
If this function to become more visible, do you think distance is still a good name?
Maybe something like freq_diff? Something else?
Thanks!
avg retitled D26049: [PREVIEW] twsi: fixes, improvements, cleanups from twsi: better support for some messages sequences, plus small cleanups to [PREVIEW] twsi: fixes, improvements, cleanups.
avg updated the diff for D26049: [PREVIEW] twsi: fixes, improvements, cleanups.
Update with the latest work in progress.
avg requested review of D26309: twsi: use tsleep instead of pause for better responsiveness.
avg requested review of D26308: twsi: some variants clear interrupt flag by writing 0, others by writing 1.
move defintion of hw.i2c sysctl node from iicbb to iicbus
twsi: no need to compare boolean with boolean constant
twsi: replace a couple of errno codes with i2c error codes
avg requested review of D26307: aw_clk_nm: fix incorrect use of abs().
Aug 28 2020
Aug 28 2020
avg committed rS364917: MFC r362047,r362048: rework how ZVOLs are updated in response to DSL operations.
MFC r362047,r362048: rework how ZVOLs are updated in response to DSL operations
avg committed rS364916: MFC r364147: aw_cir: minor cleanups.
MFC r364147: aw_cir: minor cleanups
avg committed rS364915: MFC r364146: aw_cir: add support for allwinner,sun6i-a31-ir (found, e.g., on h3).
MFC r364146: aw_cir: add support for allwinner,sun6i-a31-ir (found, e.g., on h3)
MFC r364344: iicmux: fix a sign error in comparison
MFC r364269 by eugen: Unbreak building cp2112(8) as a module...
MFC r363951,r364143,r364144: cp2112: driver for the namesake GPIO and I2C…
MFC r364154: hook gpiokeys.4 to the build
MFC r364155: hook cp2112.4 to the build
MFC r363948: ccu_sun8i_r: minor comment update
MFC r363905: gpiokeys: add a basic manual page
MFC r358864 by imp: Eliminate xpt_copy_path.
MFC r358662 by imp: xpt_async is submitting a CCB, not finishing it up,
MFC r354668 by imp: Fix a race between daopen and damediapoll