User contributions for Knuxify
Appearance
21 January 2025
- 18:4518:45, 21 January 2025 diff hist −10 Mainline:Exynos 4/EMMC and SDHCI No edit summary current
- 18:4518:45, 21 January 2025 diff hist −54 Mainline:Exynos 4/EMMC and SDHCI No edit summary
- 18:4418:44, 21 January 2025 diff hist +4,428 N 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:4218:42, 21 January 2025 diff hist +1 Mainline:Exynos 4 No edit summary current
- 18:4218:42, 21 January 2025 diff hist +194 N 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:0915:09, 21 January 2025 diff hist +1,293 N 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..." current
- 14:4514:45, 21 January 2025 diff hist +42 Main Page No edit summary current
- 14:1314:13, 21 January 2025 diff hist +67 MediaWiki:Vector-2022.css No edit summary current
- 14:0814:08, 21 January 2025 diff hist +226 MediaWiki:Vector-2022.css No edit summary
- 14:0214:02, 21 January 2025 diff hist +519 N 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 {..."
- 10:2110:21, 21 January 2025 diff hist +39 Mainline:Broadcom Kona/Timers fixup formatting on register names
- 09:5309:53, 21 January 2025 diff hist +69 Mainline:Broadcom Kona/Timers clarify STCM{0,3}_SYNC order
- 09:5109:51, 21 January 2025 diff hist +128 Mainline:Broadcom Kona/Timers →Timer initialization in downstream
20 January 2025
- 19:4219:42, 20 January 2025 diff hist +11 Category:Mainline No edit summary current
- 19:4219:42, 20 January 2025 diff hist +32 N Category:Mainline Created page with "All pages related to mainlining."
- 19:2919:29, 20 January 2025 diff hist +1 Mainline:Broadcom Kona/Pin control (PADCTRL) →Pin description
- 19:2119:21, 20 January 2025 diff hist +3 Mainline:Broadcom Kona/Power Manager →Initialization current
- 19:1919:19, 20 January 2025 diff hist +28 Mainline:Broadcom Kona/Power Manager →Sequencer
- 19:1819:18, 20 January 2025 diff hist +13,671 N 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:1619:16, 20 January 2025 diff hist +1 Mainline:Broadcom Kona/Pin control (PADCTRL) No edit summary
- 19:1619:16, 20 January 2025 diff hist +1,896 N 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:1519:15, 20 January 2025 diff hist +100 Mainline:Broadcom Kona/BCM590xx/Regulators No edit summary
- 19:1319:13, 20 January 2025 diff hist +3 Mainline:Broadcom Kona/BCM590xx/Regulators No edit summary
- 19:1019:10, 20 January 2025 diff hist +9,484 N Mainline:Broadcom Kona/BCM590xx/Regulators 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:0319:03, 20 January 2025 diff hist 0 m Mainline:Onyx Go 6 Knuxify moved page Mainline:OnyxGo6 to Mainline:Onyx Go 6 without leaving a redirect
- 19:0319:03, 20 January 2025 diff hist +205 N Mainline:Onyx Go 6 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:0119:01, 20 January 2025 diff hist +52 Mainline:Broadcom Kona/Clocks No edit summary
- 19:0019:00, 20 January 2025 diff hist +1 Mainline:Broadcom Kona/Clocks →Policy engine
- 19:0019:00, 20 January 2025 diff hist +10,252 N Mainline:Broadcom Kona/Clocks import from my personal docs
- 18:5418:54, 20 January 2025 diff hist −114 Mainline:Broadcom Kona/Timers →Timer regs
- 18:5118:51, 20 January 2025 diff hist −534 Main Page No edit summary
- 18:0518:05, 20 January 2025 diff hist −15 Template:Subpages No edit summary current
- 18:0418:04, 20 January 2025 diff hist +2 Template:Subpages No edit summary
- 18:0418:04, 20 January 2025 diff hist +17 Mainline:Broadcom Kona No edit summary
- 18:0418:04, 20 January 2025 diff hist +259 Template:Subpages No edit summary
- 18:0218:02, 20 January 2025 diff hist −13 Template:Subpages No edit summary
- 18:0118:01, 20 January 2025 diff hist +1 Template:Subpages No edit summary
- 18:0018:00, 20 January 2025 diff hist +275 Template:Subpages No edit summary
- 17:5817:58, 20 January 2025 diff hist +288 N 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:5717:57, 20 January 2025 diff hist +224 N 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:5017:50, 20 January 2025 diff hist +6,525 N 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:2115:21, 20 January 2025 diff hist +164 N 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." current Tag: Visual edit: Switched