Ben Maddocks
Ben Maddocks
ha I haven't tried it in a while, switched to a homebrew stm32h7 option but. if spidev is all you need then a simple few lines in the kernel driver...
I don't I'm actually looking forward to checking that! Will hopefully be home soonish..So just double checking you just need spidev? no specific platform data or whatnot? If so well...
ok so finished the tiny patch rebooted, gpios work fine with old ver 1 method using sysfs files, for some reason at least gpioset is broken but gpiohammer works just...
ok here it is diff --git a/drivers/spi/spi-dln2.c b/drivers/spi/spi-dln2.c index d319dc357fef..c706199b116c 100644 --- a/drivers/spi/spi-dln2.c +++ b/drivers/spi/spi-dln2.c @@ -77,9 +77,16 @@ #define DLN2_TRANSFERS_CANCEL 0 #define DLN2_RPM_AUTOSUSPEND_TIMEOUT 2000 +static char *name; +module_param(name, charp,...
crap forgot to mention if you get a compile error about the word "host" switch it to "master" just means your running a slightly older kernel. Also have i2c/spi/gpio drivers...
Awesome! I have been sticking with using custom values/names so that it wouldn't interfere with peoples normal operation but I can def add something for this chip. Is it a...
Very cool, I'm guessing they are using ft232h. Yeah I didn't want any contention between ftdi-sio and my drivers is why I used the usb descriptor hack by patching the...
Awesome! Thank you so much! Besides a spelling mistake this i believe is my first time receiving fixes, very cool. I personally hadnt seen this issue so was totally unaware!...
Hopefully ill have time to check this out tomorrow (fingers crossed) any chance you could describe the setup you used to get the error so i could recreate this? Unfortunatly...
ah did u program the eeprom with the 16ton name? does it show up in i2cdetect -l? if its loading and showing in i2cdetect then modinfo the kernel kodule u...