u-boot/drivers
Venkatesh Yadav Abbarapu 34da258bb0 spi: spi-uclass: Read chipselect and restrict capabilities
Read chipselect properties from DT which are populated using 'reg'
property and save it in plat->cs[] array for later use.

Also read multi chipselect capability which is used for
parallel-memories and return errors if they are passed on using DT but
driver is not capable of handling it.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
2024-10-09 09:01:54 -06:00
..
adc dm: adc: Add SPL_ADC Kconfig symbol for use of ADC in SPL 2024-08-09 18:35:23 +08:00
ata ata: sata_rescan must scan for block devices 2024-08-27 11:17:39 -06:00
axi
bios_emulator drivers: bios_emulator: Remove duplicate newlines 2024-07-22 10:53:04 -06:00
block Prepare v2024.10-rc3 2024-08-19 18:24:58 -06:00
bootcount Prepare v2024.10-rc5 2024-09-16 14:48:13 -06:00
bus
button
cache drivers: cache: Remove duplicate newlines 2024-07-22 10:53:04 -06:00
clk Prepare v2024.10-rc5 2024-09-16 14:48:13 -06:00
core dm: core: Make SPL_DM_SEQ_ALIAS select SPL_STRTO 2024-08-27 18:01:28 -06:00
cpu imx93: Add Low performance parts 9302/9301 support 2024-09-19 00:12:41 -03:00
crypto drivers/crypto: aspeed: Add Caliptra SHA ACC support 2024-09-16 16:37:17 -06:00
ddr imx9: Add 233Mhz DDR PLL frequency 2024-09-19 00:12:41 -03:00
demo
dfu drivers: dfu: Remove duplicate newlines 2024-07-22 10:53:05 -06:00
dma dma: ti: k3-udma: Add support for native configuration of chan/flow 2024-08-30 13:57:39 -06:00
extcon
fastboot
firmware include: export uuid.h 2024-09-12 17:35:37 +02:00
fpga drivers: fpga: Remove duplicate newlines 2024-07-22 10:53:05 -06:00
fuzz
fwu-mdata
gpio gpio: mxc_gpio: fix reading state of GPIO pins in output mode 2024-08-30 22:32:29 -03:00
hwspinlock
i2c Prepare v2024.10-rc3 2024-08-19 18:24:58 -06:00
input drivers: input: Remove duplicate newlines 2024-07-22 10:53:05 -06:00
iommu iommu: qcom-smmu: add sc7280-smmu-500 compatible 2024-09-06 10:47:47 +02:00
led Merge patch series "led: implement software blinking" 2024-07-30 14:31:24 -06:00
mailbox
memory
mfd
misc imx: ele_ahab: Add HUK derivation support 2024-08-30 15:50:36 -03:00
mmc mmc: consider cd-gpios in Synopsys DesignWare driver 2024-09-05 19:08:14 -06:00
mtd spi: spi-uclass: Read chipselect and restrict capabilities 2024-10-09 09:01:54 -06:00
mux
net driver: net: Add Aspeed AST2700 MDIO support 2024-09-11 20:34:48 +08:00
nvme Prepare v2024.07-rc5 2024-06-24 13:34:52 -06:00
pch
pci pci: mediatek: add support for upstream split PCIe node 2024-08-27 11:17:39 -06:00
pci_endpoint
phy phy: test: Implement sandbox PHY .set_mode and DM test 2024-09-09 17:18:04 +02:00
pinctrl Merge patch series "Arm: npcm: modify npcm8xx boot setting" 2024-09-16 16:43:53 -06:00
power Merge branch 'qcom-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon into next 2024-09-09 10:52:55 -06:00
pwm pwm: imx: Don't drop the enable bit once set 2024-09-11 17:02:36 -03:00
qe
ram ram: ast2700: Add DRAM controller initialization 2024-09-11 20:35:03 +08:00
reboot-mode
remoteproc remoteproc: uclass: Modify uc_pdata->name to use combination of device name and device's parent name 2024-08-27 11:17:39 -06:00
reset drivers: reset: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
rng Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung 2024-07-25 09:14:29 -06:00
rtc drivers: rtc: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
scsi drivers: scsi: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
serial sandbox: Drop video-sync in serial driver 2024-07-31 16:56:06 +02:00
sm
smem
soc soc: qcom: rpmh-rsc: add back __tcs_set_trigger() for SM8550/SM8650 2024-09-06 10:47:46 +02:00
sound drivers: sound: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
spi spi: spi-uclass: Read chipselect and restrict capabilities 2024-10-09 09:01:54 -06:00
spmi spmi: msm: correct max_channels for v5 controllers 2024-07-05 12:07:37 +02:00
sysinfo
sysreset drivers: sysreset: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
tee
thermal drivers: thermal: Remove duplicate newlines 2024-07-22 10:53:06 -06:00
timer timer: Add AST2700 IBEX timer support 2024-09-11 20:35:03 +08:00
tpm tpm: call tpm_tis_wait_init() after tpm_tis_init() 2024-08-06 14:01:14 +03:00
ufs
usb Merge patch series "Fix various bugs" 2024-09-18 13:07:19 -06:00
video video: Avoid setting global_data fb_base in video setup 2024-08-26 14:05:38 -06:00
virtio
w1
w1-eeprom
watchdog cyclic: Add a symbol for SPL 2024-07-31 16:51:54 +02:00
xen
Kconfig
Makefile dm: adc: Add SPL_ADC Kconfig symbol for use of ADC in SPL 2024-08-09 18:35:23 +08:00