-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pinctrl driver for imx and meson #262
base: main
Are you sure you want to change the base?
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34ea723 - Browse repository at this point
Copy the full SHA 34ea723View commit details -
Configuration menu - View commit details
-
Copy full SHA for d411ad9 - Browse repository at this point
Copy the full SHA d411ad9View commit details -
iomuxc: rename pinmux driver to iomuxc, add MaaXBoard DTS and make a …
…working skeleton of static iomuxc driver Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for acf1f42 - Browse repository at this point
Copy the full SHA acf1f42View commit details -
iomuxc: remove old pinmux example
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 71aaf92 - Browse repository at this point
Copy the full SHA 71aaf92View commit details -
iomuxc: make DTS parsing script take in the SoC name as an argument
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for b4641c1 - Browse repository at this point
Copy the full SHA b4641c1View commit details -
iomuxc: removed driver implementation file from driver.c to iomuxc.c
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 41e689c - Browse repository at this point
Copy the full SHA 41e689cView commit details -
iomuxc: general clean up and switch to Microkit 1.4.0
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for bb2673b - Browse repository at this point
Copy the full SHA bb2673bView commit details -
iomuxc -> pinctrl: rename to match Linux's equivalent
Signed-off-by: Bill Nguyen <tiquay03@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fd374f3 - Browse repository at this point
Copy the full SHA fd374f3View commit details -
pinctrl: add Makefile snippet for pinctrl driver and move example sys…
…tem to example folder Signed-off-by: Bill Nguyen <tiquay03@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec4eb2e - Browse repository at this point
Copy the full SHA ec4eb2eView commit details -
pinctrl: rename pinmux.system to pinctrl.system
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 6f1541e - Browse repository at this point
Copy the full SHA 6f1541eView commit details -
pinctrl: add Makefile snippets
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 99583e5 - Browse repository at this point
Copy the full SHA 99583e5View commit details -
pinctrl: example system now compiles
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for d1da51c - Browse repository at this point
Copy the full SHA d1da51cView commit details -
pinctrl: move example system into a subfolder so we can have many pin…
…ctrl examples in the future Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for e8d9d2f - Browse repository at this point
Copy the full SHA e8d9d2fView commit details -
pinctrl: add libmicrokitco submodule to block on timer in pinctrl exa…
…mple Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 18577db - Browse repository at this point
Copy the full SHA 18577dbView commit details -
pinctrl: complete simple pinctrl example, redirecting serial
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for d8dd35c - Browse repository at this point
Copy the full SHA d8dd35cView commit details -
pinctrl: align 4 bytes in python DTS parse script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 51881ec - Browse repository at this point
Copy the full SHA 51881ecView commit details -
pinctrl: add client interface and proper logging to driver
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 85c62aa - Browse repository at this point
Copy the full SHA 85c62aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2278e - Browse repository at this point
Copy the full SHA 2c2278eView commit details -
pinctrl: pinctrl_driver.mk: compile with debug prints by default for now
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 7fbf26c - Browse repository at this point
Copy the full SHA 7fbf26cView commit details -
pinctrl: apply changes to echo server example to have pinmux driver i…
…ntegrated Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0ae316f - Browse repository at this point
Copy the full SHA 0ae316fView commit details -
pinctrl: implement proper driver logging
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 74a4346 - Browse repository at this point
Copy the full SHA 74a4346View commit details -
pinctrl: improve driver logging format
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for cb3cbe0 - Browse repository at this point
Copy the full SHA cb3cbe0View commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 2aace4a - Browse repository at this point
Copy the full SHA 2aace4aView commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 67176ab - Browse repository at this point
Copy the full SHA 67176abView commit details -
pinctrl: remove echo server copy from pinctrl example
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 78d9281 - Browse repository at this point
Copy the full SHA 78d9281View commit details -
pinctrl: add query DTS value call to driver and improve client interface
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 586eb28 - Browse repository at this point
Copy the full SHA 586eb28View commit details -
pinctrl: fix style in DTS python script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 1f90c8c - Browse repository at this point
Copy the full SHA 1f90c8cView commit details -
pinctrl: improve readability of driver code
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for ef6f48e - Browse repository at this point
Copy the full SHA ef6f48eView commit details -
pinctrl: add SION bit handling
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 17d4421 - Browse repository at this point
Copy the full SHA 17d4421View commit details -
pinctrl: split preprocessing into another loop
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 4ab0472 - Browse repository at this point
Copy the full SHA 4ab0472View commit details -
pinctrl: remove some logging and make memory write order the same as …
…u-boot's Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for ac12902 - Browse repository at this point
Copy the full SHA ac12902View commit details -
pinctrl: only write pad setting if the invalid bit is not set
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 692b8de - Browse repository at this point
Copy the full SHA 692b8deView commit details -
pinctrl: improve driver documentation and add GPR input registers han…
…dling Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 3885392 - Browse repository at this point
Copy the full SHA 3885392View commit details -
pinctrl: improve client protocol docs
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 6637d95 - Browse repository at this point
Copy the full SHA 6637d95View commit details -
pinctrl: remove Michael's note
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 437f583 - Browse repository at this point
Copy the full SHA 437f583View commit details -
pinctrl: implement init-time memory mapping contiguous check
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 03cd133 - Browse repository at this point
Copy the full SHA 03cd133View commit details -
pinctrl: emphasises importance of pinmux device memory contiguity in …
…example SDF Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for b6846b6 - Browse repository at this point
Copy the full SHA b6846b6View commit details -
pinctrl: update makefile snippet docs to reflect latest memory model
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 46e29b5 - Browse repository at this point
Copy the full SHA 46e29b5View commit details -
pinctrl: update serial redirect example system Makefile to support im…
…x8mq_evk and imx8mm_evk Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0729ee6 - Browse repository at this point
Copy the full SHA 0729ee6View commit details -
pinctrl: allow specifying the pinmux device name for python DTS parse…
… script Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for c340ec5 - Browse repository at this point
Copy the full SHA c340ec5View commit details -
pinctrl: update driver makefile snippet parameters docs and python in…
…vocation Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 371d2f9 - Browse repository at this point
Copy the full SHA 371d2f9View commit details -
pinctrl: disable compiler optimisation to catch bugs
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0eca42e - Browse repository at this point
Copy the full SHA 0eca42eView commit details -
pinctrl: add imx8mm dts in example system
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for f1e427d - Browse repository at this point
Copy the full SHA f1e427dView commit details -
pinctrl: fix missing parameters in imx8mq and imx8mm build steps
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for e74e989 - Browse repository at this point
Copy the full SHA e74e989View commit details -
pinctrl: for some reasons imx8mm uses uart2 for serial, handle that c…
…ase in serial redirect example system Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 17a3620 - Browse repository at this point
Copy the full SHA 17a3620View commit details -
pinctrl: add parameters validation to driver makefile snippet
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 73b8006 - Browse repository at this point
Copy the full SHA 73b8006View commit details -
pinctrl: add offset validation to driver
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for f253135 - Browse repository at this point
Copy the full SHA f253135View commit details -
pinctrl: add offset validation tests
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9fa4870 - Browse repository at this point
Copy the full SHA 9fa4870View commit details -
pinctrl: refactorise driver and add reset API
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 02b4075 - Browse repository at this point
Copy the full SHA 02b4075View commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 21adafd - Browse repository at this point
Copy the full SHA 21adafdView commit details -
pinctrl: finalise read mux API
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 6b24f9e - Browse repository at this point
Copy the full SHA 6b24f9eView commit details -
pinctrl: add reset after all tests pass in example client
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for ee66804 - Browse repository at this point
Copy the full SHA ee66804View commit details -
pinctrl: add document referenced
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for a6a720a - Browse repository at this point
Copy the full SHA a6a720aView commit details -
pinctrl: add testing documents to driver
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 7ccee62 - Browse repository at this point
Copy the full SHA 7ccee62View commit details -
pinctrl: add documentations for example system
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for e2c5378 - Browse repository at this point
Copy the full SHA e2c5378View commit details -
pinctrl: remove dependancy on libmicrokitco in example system
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for d9ab976 - Browse repository at this point
Copy the full SHA d9ab976View commit details -
pinctrl: fix grammar issue in example system doc
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 7790d11 - Browse repository at this point
Copy the full SHA 7790d11View commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for ec84eec - Browse repository at this point
Copy the full SHA ec84eecView commit details -
pinctrl: add WIP python script for extracting pinmux config from Odro…
…idC4 DTS Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 8f1bd7b - Browse repository at this point
Copy the full SHA 8f1bd7bView commit details -
pinctrl: add code explanation comments to meson pinmux parse script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for e9eb996 - Browse repository at this point
Copy the full SHA e9eb996View commit details -
pinctrl: add compiler memory barrier to imx register writes
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 95afeff - Browse repository at this point
Copy the full SHA 95afeffView commit details -
pinctrl: add comment to python scripts on where DTS can be found
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 3d1b542 - Browse repository at this point
Copy the full SHA 3d1b542View commit details -
pinctrl: add WIP odroidc4 pinmux mapping definiton
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 5afcda1 - Browse repository at this point
Copy the full SHA 5afcda1View commit details -
pinctrl: complete odroidc4 pinmux mapping definition
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 2034ae5 - Browse repository at this point
Copy the full SHA 2034ae5View commit details -
pinctrl: refactor odroidc4 dts parsing python script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for b5a639f - Browse repository at this point
Copy the full SHA b5a639fView commit details -
pinctrl: fix a few comment errors in odroidc4 dts parse python script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9c47b25 - Browse repository at this point
Copy the full SHA 9c47b25View commit details -
pinctrl: add purpose comment to odroidc4.py mux definition file
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for f522a7a - Browse repository at this point
Copy the full SHA f522a7aView commit details -
pinctrl: add WIP default odroidc4 pinmux data values
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 5861918 - Browse repository at this point
Copy the full SHA 5861918View commit details -
pinctrl: complete odroidc4 default pinmux initialisation table
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 7bd5e13 - Browse repository at this point
Copy the full SHA 7bd5e13View commit details -
pinctrl: remove reset protocol
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 542bdd5 - Browse repository at this point
Copy the full SHA 542bdd5View commit details -
pinctrl: add WIP documentation for pinmux driver
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 1b309ec - Browse repository at this point
Copy the full SHA 1b309ecView commit details -
pinctrl: add do not run warning to odroid c4 pinmux mapping python file
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 123aee0 - Browse repository at this point
Copy the full SHA 123aee0View commit details -
pinctrl: add makefile snippet for odroidc4
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for e817bf4 - Browse repository at this point
Copy the full SHA e817bf4View commit details -
pinctrl: add WIP skeleton driver for odroidc4
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 586ca49 - Browse repository at this point
Copy the full SHA 586ca49View commit details -
pinctrl: reorganise example system into board family
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 5dc5618 - Browse repository at this point
Copy the full SHA 5dc5618View commit details -
pinctrl: add copyright header to imx example SDF
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 302ae7c - Browse repository at this point
Copy the full SHA 302ae7cView commit details -
pinctrl: have a compiling and working pinmux example for odroid c4
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9636894 - Browse repository at this point
Copy the full SHA 9636894View commit details -
pinctrl: fix compile error in odroidc4 example system
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for ec9f887 - Browse repository at this point
Copy the full SHA ec9f887View commit details -
pinctrl/meson: only care about devices that are enabled in python par…
…se script and WIP converting to memory data Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 1a08d7d - Browse repository at this point
Copy the full SHA 1a08d7dView commit details -
pinctrl/meson: improve mapping between port and pads. Add representat…
…ion for memory value Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for a77e4a2 - Browse repository at this point
Copy the full SHA a77e4a2View commit details -
pinctrl: complete odroidc4 registers storage area in DTS parse script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 13bf2f3 - Browse repository at this point
Copy the full SHA 13bf2f3View commit details -
pinctrl: add DTS for kitty graphics vm and odroidc4 sel4 default
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for bfc45e5 - Browse repository at this point
Copy the full SHA bfc45e5View commit details -
pinctrl: fix typos in odroidc4 pinmux table
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for e7848d4 - Browse repository at this point
Copy the full SHA e7848d4View commit details -
pinctrl: implement WIP memory value conversion for odroid c4
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for b6def1f - Browse repository at this point
Copy the full SHA b6def1fView commit details -
pinctrl: add WIP enabled devices filter for imx
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 558e820 - Browse repository at this point
Copy the full SHA 558e820View commit details -
pinctrl: cleaned up odroidc4 parse script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for f89bc51 - Browse repository at this point
Copy the full SHA f89bc51View commit details -
pinctrl: complete meson peripherals memory mapping
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 20e2bc3 - Browse repository at this point
Copy the full SHA 20e2bc3View commit details -
pinctrl: fix typo in odroid c4 pinmux data
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 7ae1016 - Browse repository at this point
Copy the full SHA 7ae1016View commit details -
pinctrl: add AO memory mapping for meson parse script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 1acc301 - Browse repository at this point
Copy the full SHA 1acc301View commit details -
pinctrl: complete assembly writing for odroid/meson parse script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for c9fc97d - Browse repository at this point
Copy the full SHA c9fc97dView commit details -
pinctrl: update imx makefile snippet to be soc agnostic
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for c3d6448 - Browse repository at this point
Copy the full SHA c3d6448View commit details -
pinctrl: add magic to pinmux data output for odroid parse script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 2af2583 - Browse repository at this point
Copy the full SHA 2af2583View commit details -
pinctrl: update odroidc4 compat string in makefiles
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for a975145 - Browse repository at this point
Copy the full SHA a975145View commit details -
pinctrl: remove default initialisation from meson
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for b0e26dd - Browse repository at this point
Copy the full SHA b0e26ddView commit details -
pinctrl: update memory region docs for odroidc4
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for a4dc72c - Browse repository at this point
Copy the full SHA a4dc72cView commit details -
pinctrl: properly handle enabled vs disabled devices for imx
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 5a32572 - Browse repository at this point
Copy the full SHA 5a32572View commit details -
pinctrl: ensure makefile snippet does not drop assembly file when jus…
…t the driver.c is recompiled Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 60ea2c0 - Browse repository at this point
Copy the full SHA 60ea2c0View commit details -
pinctrl: patch odroidc4 echo server to use pinmux driver
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for c393bad - Browse repository at this point
Copy the full SHA c393badView commit details -
pinctrl: add WIP read mux call for meson driver, this needs to be rev…
…isited as the memory regions are discrete Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 1375767 - Browse repository at this point
Copy the full SHA 1375767View commit details -
pinctrl: fix a math issue in meson where the register width is not pr…
…operly set Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for bdb1b5a - Browse repository at this point
Copy the full SHA bdb1b5aView commit details -
pinctrl: update compatibility checking method and add warning for und…
…ocumented devices for meson Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for c255f9c - Browse repository at this point
Copy the full SHA c255f9cView commit details -
pinctrl: patch the example odroidc4 dts to enable the i2c
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9032971 - Browse repository at this point
Copy the full SHA 9032971View commit details -
pinctrl: restore meson default initialisation table
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 415b1a0 - Browse repository at this point
Copy the full SHA 415b1a0View commit details -
pinctrl: default initialise peripherals chip and refactor code
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 5bbd102 - Browse repository at this point
Copy the full SHA 5bbd102View commit details -
pinctrl: fix meson makeflie doc phyaddr error
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for ee7b57e - Browse repository at this point
Copy the full SHA ee7b57eView commit details -
i2c: disable pinmux initialisation from meson driver
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for bb98dd4 - Browse repository at this point
Copy the full SHA bb98dd4View commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for f25f7e3 - Browse repository at this point
Copy the full SHA f25f7e3View commit details -
pinctrl: add ASFLAGS to driver makefiles
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0ea6243 - Browse repository at this point
Copy the full SHA 0ea6243View commit details -
pinctrl: implement chip select protocol for read registers
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 2de20e4 - Browse repository at this point
Copy the full SHA 2de20e4View commit details -
pinctrl: implement read checking after write for registers
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9e6bfdc - Browse repository at this point
Copy the full SHA 9e6bfdcView commit details -
pinctrl: break meson memory range definnition into common header file
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0dcff7a - Browse repository at this point
Copy the full SHA 0dcff7aView commit details -
pinctrl: fix odroidc4 dts to enable hdmi device
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for b7c4c80 - Browse repository at this point
Copy the full SHA b7c4c80View commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for a211d73 - Browse repository at this point
Copy the full SHA a211d73View commit details -
pinctrl: track changes to parsing script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for a92a618 - Browse repository at this point
Copy the full SHA a92a618View commit details -
pinctrl: turn off GPIO for any muxed pads in meson
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for d4c954d - Browse repository at this point
Copy the full SHA d4c954dView commit details -
pinctrl: make pinctrl_memranges.h standalone
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0d9b181 - Browse repository at this point
Copy the full SHA 0d9b181View commit details -
pinctrl: fix incorrect base register address variable
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9f9201d - Browse repository at this point
Copy the full SHA 9f9201dView commit details -
pinctrl: fix missing newline in logging
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 3ae3f4a - Browse repository at this point
Copy the full SHA 3ae3f4aView commit details -
pinctrl: add undocumented HDMI pinmux registers for meson
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9a41bdd - Browse repository at this point
Copy the full SHA 9a41bddView commit details -
pinctrl: apply more stringent error checking for meson dts script
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 06415e5 - Browse repository at this point
Copy the full SHA 06415e5View commit details -
i2c: allow pinmux initialisation to be toggled in the makefile
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for ecd5a77 - Browse repository at this point
Copy the full SHA ecd5a77View commit details -
remove pinctrl driver from echo server
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 4c41e55 - Browse repository at this point
Copy the full SHA 4c41e55View commit details -
pinctrl: style: remove trailling whitespaces
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 794bfc9 - Browse repository at this point
Copy the full SHA 794bfc9View commit details -
pinctrl: style: remove trailling whitespaces...
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 909e563 - Browse repository at this point
Copy the full SHA 909e563View commit details -
pinctrl: style: run clang-format
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 472dfba - Browse repository at this point
Copy the full SHA 472dfbaView commit details -
i2c: disable pinmux initialisation
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 70f619a - Browse repository at this point
Copy the full SHA 70f619aView commit details -
i2c: update docs to reference LionsOS
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 18dca19 - Browse repository at this point
Copy the full SHA 18dca19View commit details -
i2c: integrate pinctrl driver into example's Make build system
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 9d406ce - Browse repository at this point
Copy the full SHA 9d406ceView commit details -
pinctrl: checkpoint, delete pinctrl example
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 6487bda - Browse repository at this point
Copy the full SHA 6487bdaView commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for e71caaf - Browse repository at this point
Copy the full SHA e71caafView commit details -
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 24503ce - Browse repository at this point
Copy the full SHA 24503ceView commit details -
i2c: fix driver makefile snippet style
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0e2ab3d - Browse repository at this point
Copy the full SHA 0e2ab3dView commit details -
ci: install py module devicetree for build_i2c_make
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 432826a - Browse repository at this point
Copy the full SHA 432826aView commit details -
ci: try pipx for py devicetree
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 980fbe6 - Browse repository at this point
Copy the full SHA 980fbe6View commit details -
licences: add GPL 2.0 only for DTS file from linux
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 1993f01 - Browse repository at this point
Copy the full SHA 1993f01View commit details -
i2c: give default python interpreter
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 24c4911 - Browse repository at this point
Copy the full SHA 24c4911View commit details -
echo_server: remove reference to pinctrl in build system
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 0ce9880 - Browse repository at this point
Copy the full SHA 0ce9880View commit details -
ci: temparily disable i2c building while discussions on the python DT…
…S parse script are ongoing Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 3380016 - Browse repository at this point
Copy the full SHA 3380016View commit details