Hi Bing, > Some ARM versions of Chromebook need to download a new calibration > data from host driver to firmware. They do have EEPROM but still > need a piece of new calibration data in test mode. > > The cal-data is platform dependent. It's simpler and more feasible > to use device tree based cal-data instead of configuration file > based cal-data. > > This patch remove configuration file based cal-data downloading > and replace it using cal-data from device tree. > > When CONFIG_OF is not selected, or the specific property is not > present in the device tree, the calibration downloading will not > happen. > > Cc: Mike Frysinger <vapier@xxxxxxxxxxxx> > Cc: Amitkumar Karwar <akarwar@xxxxxxxxxxx> > Signed-off-by: Bing Zhao <bzhao@xxxxxxxxxxx> > Signed-off-by: Hyuckjoo Lee <hyuckjoo.lee@xxxxxxxxxxx> > --- > v2: add verbose commit messages (Marcel Holtmann) > > drivers/bluetooth/btmrvl_drv.h | 4 -- > drivers/bluetooth/btmrvl_main.c | 92 ++++++++--------------------------------- > drivers/bluetooth/btmrvl_sdio.c | 9 +--- > drivers/bluetooth/btmrvl_sdio.h | 2 - > 4 files changed, 18 insertions(+), 89 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html