Hello, after lots of research and trial and error, this is my first contribution to the linux kernel. These patches lay the foundation for supporting the Samsung Galaxy Note 10.1 device family. To the best of my knowledge there are around 16 devices which use almost identical hardware inside with exceptions being the modem and one of the sensors. The first instance which I'm currently testing on is the N8010 which is the wifi only version that is identical to the N8013. There are some missing components still, but it's a start. v1: https://lore.kernel.org/linux-samsung-soc/20201024144421.34435-1-martin.juecker@xxxxxxxxx/ v2: https://lore.kernel.org/linux-samsung-soc/20201031175836.47745-1-martin.juecker@xxxxxxxxx/ Changes in v3: - copyright changed - indentation fix Changes in v2: - lots of label adjustments, some removed - unused ehci node removed - unused serials removed - compatible string is now samsung,n8010 instead of samsung,n801x - removed unused imports - voltage regulator name for TSP changed to match vendor kernel - i2c numbering starting from 1 now - two missing gpio configurations added - added vdd supply to adc node - added all regulators to max77686 node - pinctrl configs sorted by pin name Cheers Martin