Main public logs
Appearance
Combined display of all available logs of dissonant.dev wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:33, 9 March 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/USB PHY (HSOTGCTRL) (Created page with "'''HSOTGCTRL''' is the USB2 PHY used in Broadcom Kona chips. == MDIO == MDIO most likely stands for [https://en.wikipedia.org/wiki/Management_Data_Input/Output Management Data Input/Output], a PHY management interface used primarily for Ethernet PHYs. While there is a standard for Ethernet MDIO registers, the USB MDIO does not appear to follow it, instead using its own values. Like the Ethernet MDIO, however, both the addresses and values are 16-bit. MDIO read/write r...")
- 11:16, 19 February 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/BCM590xx/PONKEY (Created page with "The BCM590XX PMU can handle a power-on key (the responsible section is nicknamed PONKEY). == Key press detection == When a key is pressed, the internal IRQ for a key press is raised; when it is released, the internal IRQ for a key release is raised. A driver can interpret these IRQs to toggle a key on/off (in downstream, it's wired up to <code>KEY_POWER</code> by default. === Debounce interval === A debounce interval can be configured independently for button press a...")
- 13:40, 11 February 2025 User account MLXProjects talk contribs was created by Knuxify talk contribs (requested via email) Tags: Mobile edit Mobile web edit
- 16:48, 7 February 2025 Knuxify talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: table.sticky-header thead { position: sticky; }")
- 16:46, 7 February 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/Pin control (PADCTRL)/BCM21664 pins (Created page with "This page contains a list of pinctrl pins on the BCM21664/BCM23550 PADCTRL. {| class="wikitable sortable sticky-header" |+ Caption text |- ! Pin name ! alt1<br><code>0b000</code> ! alt2<br><code>0b001</code> ! alt3<br><code>0b010</code> ! alt4<br><code>0b011</code> ! alt5<br><code>0b100</code> ! alt6<br><code>0b101</code> |- ! ADCSYN | GPEN09 | RESERVED | RESERVED | RESERVED | GPIO36 | RESERVED |- ! BATRM | BATRM | RESERVED | RESERVED | RESERVED | GPIO30 | RESERVED |-...")
- 08:48, 4 February 2025 Knuxify talk contribs uploaded a new version of File:Generate-dump-diff output example.png
- 08:47, 4 February 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/Introduction (Created page with "The following page is a general introduction to the Broadcom Kona platform and getting started with mainlining. == Chip introduction == '''Broadcom Kona''' is a series of chips primarily marketed for mobile use, released between 2012 and 2013. It comprises of the following chips: * BCM28145/BCM28155 (Capri) * BCM21654 (Rhea) * BCM21663/BCM21664 (Hawaii) * BCM23550 (Java) These chips all share similar components, with a similar internal register layout. They can be gr...")
- 08:43, 4 February 2025 Knuxify talk contribs created page File:Generate-dump-diff output example.png
- 08:43, 4 February 2025 Knuxify talk contribs uploaded File:Generate-dump-diff output example.png
- 20:30, 31 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/BCM590xx/Interrupts (Created page with "The BCM590xx PMIC exposes a series of interrupts. This page describes the operation of these interrupts. == Interrupt overview == The BCM59054 has '''128 IRQs'''; the BCM59056 has '''64 IRQs'''. On both chips, interrupt handling is the same. === Interrupt masking === Interrupts can be masked/unmasked by writing the relevant bit to <code>INTxMSK</code> registers. A value of <code>0</code> indicates that the interrupt is masked; a value of <code>1</code> indicates that...")
- 11:33, 31 January 2025 Knuxify talk contribs created page Template:Downstream (Created page with "<noinclude> <templatedata> { "params": { "repo": { "aliases": [ "1" ], "label": "Repository to link to", "type": "string", "suggestedvalues": [ "baffinlite" ], "required": true }, "file": { "aliases": [ "2" ], "label": "File to link to", "type": "string", "required": true } }, "description": "Link to file in downstream kernel repo", "format": "inline", "paramOrder": [ "repo", "file" ] } </templatedata> </n...")
- 10:36, 31 January 2025 Knuxify talk contribs moved page Mainline:BCM590xx/Regulators to Mainline:Broadcom Kona/BCM590xx/Regulators without leaving a redirect
- 10:35, 31 January 2025 Knuxify talk contribs moved page Mainline:Broadcom Kona/PMIC (BCM5905x) to Mainline:BCM590xx/Regulators
- 10:35, 31 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/BCM590xx (Created page with "This '''root page''' connects all pages related to the BCM590xx series of PMICs, in particular the BCM59054 and BCM59056. == Subpages == {{Subpages}}")
- 22:38, 23 January 2025 Knuxify talk contribs created page Template:Speculation (Created page with "<noinclude> <templatedata> { "params": { "1": { "aliases": [ "text" ], "label": "Text", "description": "Text to mark as speculative.", "type": "string", "required": true } }, "description": "Indicate that the text contained within is speculative in nature.", "paramOrder": [ "1" ], "format": "inline" } </templatedata> === Example === This is a paragraph {{Speculation|with some speculative information.}}. </noinclude><includeonly><span s...")
- 18:44, 21 January 2025 Knuxify talk contribs created page Mainline:Exynos 4/EMMC and SDHCI (Created page with "This page contains notes regarding porting downstream kernel SDHCI/EMMC data to mainline. Main EMMC node is <code>mshc_0</code>; the data for it is stored in structs <code>exynos_dwmci_pdata</code> and <code>exynos4_mshc_pdata</code>. See <code>Documentation/devicetree/bindings/mmc/mmc-controller.yaml</code>. Converting from those structs: === <code>exynos4_mshc_pdata</code> === '''Only if your device has <code>CONFIG_EXYNOS4_DEV_MSHC</code> enabled.''' * <code>cd_...")
- 18:42, 21 January 2025 Knuxify talk contribs created page Mainline:Exynos 4 (Created page with "This '''root page''' collects all pages related to Exynos 4 mainlining (with some bits relevant to the Samsung Galaxy 3 8.0). Category:Mainline [[Category:SoC] == Subpages == {{subpages}}")
- 15:09, 21 January 2025 Knuxify talk contribs created page Meta:Infrastructure (Created page with "This page acts as an overview of dissonant.dev's infrastructure. == Servers == dissonant.dev currently operates on two servers: * '''<code>franky</code>''' - the main VPS, a [https://www.hetzner.com/ Hetzner] CX22 node. (2x2.1GHz, 4GB RAM, 40GB storage) * '''<code>pandemonica</code>''' (a.k.a ''pandy'') - tiny VPS hosting fxtumblr/tpmblr.com; kindly provided by [https://sdomi.pl/ sdomi]. (1x4.2GHz, 2GB RAM, 10GB storage) Decomissioned servers: * '''<code>arisu</code...")
- 14:02, 21 January 2025 Knuxify talk contribs created page MediaWiki:Vector-2022.css (Created page with " html.skin-theme-clientpref-night { --background-color-base: #161718; --color-progressive: #cbdaff; --color-visited: #d2cbff; } html.skin-theme-clientpref-night .mw-logo-container { filter: unset !important; color: #fff; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os { --background-color-base: #161718; --color-progressive: #cbdaff; --color-visited: #d2cbff; } html.skin-theme-clientpref-os .mw-logo-container {...")
- 19:42, 20 January 2025 Knuxify talk contribs created page Category:Mainline (Created page with "All pages related to mainlining.")
- 19:18, 20 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/Power Manager (Created page with "* Base address: <code>0x35010000</code> <span id="revisions"></span> == Revisions == There exist two revisions of the Power Manager: REV0 (capri) and REV2 (hawaii, java). Here is a list of known differences: * A second set of voltage controllers is introduced in REV02. ** To go with the second VO, a second sequencer command bank is introduced. * A new i2c command, <code>PWRMGR_I2C_APB_READ_OFFSET</code>, is introduced in REV02. This register contains i2c data and i2c...")
- 19:16, 20 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/Pin control (PADCTRL) (Created page with "The pin controller in the BCM21664/BCM23550 appears to be ''somewhat'' similar to BCM28155, judging by the mainline driver. * BCM21664 has '''155''' pins; each pin can also have '''6''' functions. * BCM28155 has '''268''' pins; each pin can also have '''4''' functions. The downstream pinmux driver is located at <code>arch/arm/plat-kona/pinmux.c</code>, with per-platform settings defined in <code>arch/arm/mach-{codename}/{codename}_pinmux.c</code>. These files also cont...")
- 19:10, 20 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/PMIC (BCM5905x) (Created page with "== Revisions == BCMPMU_59054_ID is ID for 59054 BCMPMU_59054A1_ANA_REV refers to A1 which has ACLD, A0 does not == Downstream driver notes == * The downstream driver used is BCM59xxx, which despite the name is only for the BCM59054 ** In the tree there are also drivers for BCM59056, a handful of other PMUs including BCM59055, and BCM590xx (which confusingly is '''not''' the same as BCM59xxx). * The whole driver is fragmented as it's an MFD device, but the most import...")
- 19:03, 20 January 2025 Knuxify talk contribs moved page Mainline:OnyxGo6 to Mainline:Onyx Go 6 without leaving a redirect
- 19:03, 20 January 2025 Knuxify talk contribs created page Mainline:OnyxGo6 (Created page with "This '''root page''' groups together various notes related to mainlining the ONYX BOOX Go 6, hereafter referred to as the Onyx Go 6. Category:Mainline Category:Device == Subpages == {{subpages}}")
- 19:00, 20 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/Clocks (import from my personal docs)
- 17:58, 20 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona (Created page with "This '''root page''' connects pages for reverse-engineering of Broadcom Kona SoCs (with a focus on the BCM21664/BCM23550.) For more information, see [https://github.com/bcm-kona-mainline/ bcm-kona-mainline on GitHub]. Category:Mainline Category:SoC == Subpages == {{Subpages}}")
- 17:57, 20 January 2025 Knuxify talk contribs created page Template:Subpages (Created page with "<noinclude> <templatedata> { "params": {}, "description": "List subpages of the page.", "format": "block" } </templatedata> </noinclude><includeonly>{{Special:PrefixIndex/{{FULLPAGENAME}}|hideredirects=yes}}</includeonly>")
- 17:50, 20 January 2025 Knuxify talk contribs created page Mainline:Broadcom Kona/Timers (Created page with "The Kona platform has three timers: * HUB/AON * Slave/Peripheral * (BCM23550 only) Core The driver for the timers is split up into three files: * <code>arch/arm/plat-kona/kona_timer.c</code> * <code>arch/arm/plat-kona/timer.c</code> * <code>arch/arm/plat-kona/localtimer.c</code> - setup for the local tick timer (local, I assume, means "CPU-local" - meaning each channel belongs to a different CPU core) All timers use the same driver. == Timer operation == Each timer...")
- 15:21, 20 January 2025 Knuxify talk contribs created page Mainline (Created page with "Mainline pages contain information regarding mainlining various devices; usually these pages also contain general research done on these devices and their chipsets.") Tag: Visual edit: Switched
- 14:56, 20 January 2025 MediaWiki default talk contribs created page Main Page