Commit Graph

7556 Commits (10b84fe1b59b4f8b485057b911f2d5bdd9b1c9a4)

Author SHA1 Message Date
Simon Glass 765a1b1eb3 rockchip: Add serial support 10 years ago
Simon Glass bc7b2f431d dm: Provide better debugging when a device fails to bind 10 years ago
Simon Glass 3346c87625 dm: Improve handling of a missing uclass 10 years ago
Simon Glass e3563f2ec7 mmc: Support bypass mode with the get_mmc_clk() method 10 years ago
Simon Glass 6a436c9182 dm: led: Tidy up SPL options for the led and led-gpio 10 years ago
Simon Glass c5acf4a2b3 pinctrl: Add the concept of peripheral IDs 10 years ago
Simon Glass 458a070076 pinctrl: Add help text to Kconfig 10 years ago
Masahiro Yamada 9c6a3c6772 pinctrl: sandbox: add sandbox pinctrl driver 10 years ago
Masahiro Yamada d90a5a30de pinctrl: add pin control uclass support 10 years ago
Masahiro Yamada e6cabe4a6d dm: core: allow device_bind() to not return a device pointer 10 years ago
Simon Glass d616ba5f5b dm: tpm: Convert LPC driver to driver model 10 years ago
Simon Glass b697e0ff5b dm: tpm: Convert I2C driver to driver model 10 years ago
Simon Glass 21baf15b4e dm: tpm: sandbox: Convert TPM driver to driver model 10 years ago
Simon Glass f255d31f90 dm: tpm: Add a uclass for Trusted Platform Modules 10 years ago
Simon Glass 42c8ec56c5 tpm: tpm_tis_i2c: Tidy up delays 10 years ago
Simon Glass e56e20eb86 tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix 10 years ago
Simon Glass a53b79a255 tpm: tpm_tis_i2c: Simplify init code 10 years ago
Simon Glass 13894bdba4 tpm: tpm_tis_i2c: Move definitions into the header file 10 years ago
Simon Glass 605152a803 tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip 10 years ago
Simon Glass 13932b09bb tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip 10 years ago
Simon Glass 7c73537e8e tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific 10 years ago
Simon Glass b382e02124 tpm: tpm_tis_i2c: Drop unnecessary methods 10 years ago
Simon Glass 4cd7b7834c tpm: Move the I2C TPM code into one file 10 years ago
Simon Glass 07470d6f5b tpm: Convert drivers to use SPDX 10 years ago
Simon Glass a7d660bc49 tpm: Add Kconfig options for TPMs 10 years ago
Simon Glass 3a3f8e946b tpm: Remove old pre-driver-model I2C code 10 years ago
Bin Meng e0bb89b14b drivers: kconfig: Sort driver menu in alphabetical order 10 years ago
Bin Meng 99385b6b67 drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu 10 years ago
Bin Meng 776d2ef06b drivers: kconfig: Move "Generic Driver Options" menu to the top 10 years ago
Marek Vasut 628d792c07 dm: core: Add Kconfig for simple bus driver 10 years ago
Simon Glass 4e9838c102 dm: Use dev_get_addr() where possible 10 years ago
Yousong Zhou 28f69b9a22 sunxi: mmc: set transfer timeout according to byte_cnt. 10 years ago
Hans de Goede d90ba790d8 mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig 10 years ago
Boris Brezillon ddd37fe865 sunxi_nand_spl: clear status flags in SPL implementation 10 years ago
Hans de Goede 6a08d65acc sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END 10 years ago
Hans de Goede e526861687 sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI 10 years ago
Hans de Goede 24a06c964f sunxi_nand_spl: Add support for backup boot partitions 10 years ago
Hans de Goede 2b8a01a99d sunxi_nand_spl: Auto detect nand configuration parameters 10 years ago
Hans de Goede f5916d1856 sunxi_nand_spl: Parametrize lowlevel read functions 10 years ago
Hans de Goede 0a247554c2 sunxi_nand_spl: Properly config page-size in the nand ctl register 10 years ago
Hans de Goede 022a99d8b2 sunxi_nand_spl: Add support for sun4i and sun5i SoCs 10 years ago
Hans de Goede 008ac1dfe0 sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off 10 years ago
Hans de Goede 2a43973f64 sunxi_nand_spl: Add proper cache flusing 10 years ago
Hans de Goede 5d65c67bf1 sunxi_nand_spl: Turn off clocks when we're done with the nand 10 years ago
Hans de Goede f62bfa56da sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary 10 years ago
Hans de Goede 9da5fca55c sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode 10 years ago
Hans de Goede 630cf2e762 sunxi_nand_spl: We only need to reset the nand chip once 10 years ago
Hans de Goede 10d069b797 sunxi_nand_spl: Drop unnecessary temp buf 10 years ago
Hans de Goede 7806b75a05 sunxi: musb: Drop no longer accurate comment in Kconfig help text 10 years ago
Hans de Goede 7a0bbe64d8 sunxi: axp221: Allow specifying dcdc2 voltage via Kconfig 10 years ago