- Mar 11, 2019
-
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
- Mar 05, 2019
-
-
David Frey authored
The temperatures being read back are higher than expected. Add some logs until the issue is resolved.
-
David Frey authored
-
- Mar 04, 2019
-
-
David Frey authored
Use the bme680 driver library provided by Bosch and package it as a Legato component. This provides a more complete driver implementation than the kernel module that was being used previously. Also integrate the proprietary BSEC library from Bosch to get more intelligence out of the sensor.
-
- Feb 13, 2019
-
-
David Frey authored
Update the driver to indicate that only the 2.13" display is supported since this is the only display we have tested.
-
David Frey authored
Store a pointer to the device properties struct in the device data rather than setting module scoped variables in the probe. The benefit of this is that the driver could conceivably be used to support two displays with different display properties simultaneously.
-
David Frey authored
-
- Jan 31, 2019
-
-
David Frey authored
-
David Frey authored
Set the max SPI speed to 4MHz, remove the corresponding TODO entry and also a TODO relating to previously completed endian changes.
-
David Frey authored
-
David Frey authored
Not merging the branch HEAD because the final commit is not required.
-
- Jan 21, 2019
-
-
David Frey authored
Call pcf85063_set_clkout_freq() rather than manually writing the control_2 register in the probe function.
-
David Frey authored
-
David Frey authored
- Replace spaces used for indent with tabs - Wrap lines only when necessary
-
David Frey authored
-
David Frey authored
-
Zahid Chowdhury authored
-
Zahid Chowdhury authored
-
- Jan 16, 2019
-
-
Zahid Chowdhury authored
-
- Jan 15, 2019
-
-
David Frey authored
There were two issues: - Boards with a matching DV6 EEPROM string were being marked as DV5. - Some early DV5 boards have EEPROM content indicating that they are DV4 boards, but they are actually DV5 boards. As a result, there are now two strings that are used to identify DV5 boards.
-
- Jan 11, 2019
-
-
David Frey authored
Fix a copy/paste error in the mangOH yellow module. Previously, the IMU variable was being checked after calling i2c_new_device to create the magnetometer. The impact of this bug is that a failed probe of the magnetometer would not have been detected during probe of the mangOH yellow driver.
-
- Jan 09, 2019
-
-
Thong Nguyen authored
Update the deffered IO delay to 1 HZ base on document from https://www.kernel.org/doc/Documentation/fb/deferred_io.txt
-
Thong Nguyen authored
Remove the endian-specific code from driver. It is not nesesary because ARM processors were little endians so dont need to check
-
Thong Nguyen authored
Use devm_gpio_request to remove the need to explicitly configure and free the GPIOs.
-
- Jan 08, 2019
-
-
David Frey authored
Support 9x15 and 9x07 modules on mangOH Green IoT slots 0 and 1 and mangOH Red IoT slot.
-
- Dec 21, 2018
-
-
David Frey authored
Add a Linux framebuffer driver for Waveshare e-ink displays written by Thong Nguyen <nxthongbk@gmail.com>. Only the 2.13 Inch display has been tested so far. See the README.md file for information on what is required to get this device working.
-
- Dec 11, 2018
-
-
Zahid Chowdhury authored
-
Zahid Chowdhury authored
-
- Dec 05, 2018
-
-
-
Zahid Chowdhury authored
Change wlan2 to wlan1 - Cypress & Mediatek are on different boards yellow vs. red, so reuse a lower numbered interface
-
- Nov 27, 2018
-
-
David Frey authored
The 9x15 based modules don't support the regmap_get_device function.
-
- Nov 22, 2018
-
-
David Frey authored
-
- Nov 21, 2018
-
-
Ashish Syal authored
-
Ashish Syal authored
-
- Nov 20, 2018
-
-
David Frey authored
-
David Frey authored
-
David Frey authored
-
David Frey authored
-