- 11 Mar, 2019 1 commit
-
-
David Frey authored
The BSEC temperature offset and ambient temperature required by the bme680 driver library are now supplied dynamically. Additionally, an openweathermap.org based ambient temperature API was added. This is of course only useful if the device will be outdoors.
-
- 07 Mar, 2019 2 commits
-
-
David Frey authored
-
Thong Nguyen authored
Add callinng init in ws_eink_display and sleep after displaying
-
- 06 Mar, 2019 3 commits
-
-
Zahid Chowdhury authored
-
Zahid Chowdhury authored
-
- 05 Mar, 2019 2 commits
-
-
David Frey authored
The temperatures being read back are higher than expected. Add some logs until the issue is resolved.
-
David Frey authored
-
- 04 Mar, 2019 1 commit
-
-
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.
-
- 18 Feb, 2019 1 commit
-
-
nxthong authored
Add fb_ioctl to framebuffer ops help to control deepsleep mode for waveshare eink display from user space. In user space can use ioctl(myfd, command,.) to set sleep mode or wakeup
-
- 13 Feb, 2019 3 commits
-
-
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
-
- 31 Jan, 2019 4 commits
-
-
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.
-
- 21 Jan, 2019 7 commits
-
-
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
-
- 16 Jan, 2019 1 commit
-
-
Zahid Chowdhury authored
-
- 15 Jan, 2019 1 commit
-
-
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.
-
- 11 Jan, 2019 1 commit
-
-
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.
-
- 09 Jan, 2019 3 commits
-
-
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.
-
- 08 Jan, 2019 1 commit
-
-
David Frey authored
Support 9x15 and 9x07 modules on mangOH Green IoT slots 0 and 1 and mangOH Red IoT slot.
-
- 21 Dec, 2018 1 commit
-
-
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.
-
- 11 Dec, 2018 2 commits
-
-
Zahid Chowdhury authored
-
Zahid Chowdhury authored
-
- 05 Dec, 2018 2 commits
-
-
-
Zahid Chowdhury authored
Change wlan2 to wlan1 - Cypress & Mediatek are on different boards yellow vs. red, so reuse a lower numbered interface
-
- 27 Nov, 2018 1 commit
-
-
David Frey authored
The 9x15 based modules don't support the regmap_get_device function.
-
- 22 Nov, 2018 1 commit
-
-
David Frey authored
-
- 21 Nov, 2018 2 commits
-
-
Ashish Syal authored
-
Ashish Syal authored
-