[PATCH v3 0/4] Split PCIe node to comply with hardware design

2020-07-16 Thread chuanjia.liu
space due to the allocation size is not right in v1. chuanjia.liu (4): dt-bindings: PCI: Mediatek: Update PCIe binding PCI: mediatek: Use regmap to get shared pcie-cfg base arm64: dts: mediatek: Split PCIe node for MT2712/MT7622 ARM: dts: mediatek: Update mt7629 PCIe node .../bindings/pci

[PATCH v2 0/4] Spilt PCIe node to comply with hardware design

2020-05-27 Thread chuanjia.liu
work properly if the irq number which required is more than 32. Split the PCIe node for MT2712/MT7622 platform to fix MSI issue and comply with the hardware design. change note: v2: change the allocation of mt2712 PCIe MMIO space due to the allcation size is not right in v1. chuanjia.liu (4

[PATCH v3] pinctrl:mediatek:add EINT support to virtual GPIOs

2018-12-24 Thread chuanjia.liu
From: Chuanjia Liu Virtual gpio only used inside SOC and not being exported to outside SOC. Some modules use virtual gpio as eint and doesn't nedd SMT. So this patch add EINT support to virtual GPIOs. Signed-off-by: Chuanjia Liu --- change note: v3 : 1. modify subject and description 2. m

[PATCH v2] pinctrl:mediatek:add judgment conditions

2018-12-17 Thread chuanjia.liu
From: Chuanjia Liu This patch avoid return err when virtual gpio set SMT. Signed-off-by: Chuanjia Liu --- change note: v2 : 1. delete virtual gpio number 2. add judgment conditions --- drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion