Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Enable SHT drivers for raspberry pi #1062

Merged
merged 1 commit into from
Jul 15, 2015
Merged

config: Enable SHT drivers for raspberry pi #1062

merged 1 commit into from
Jul 15, 2015

Conversation

honggoff
Copy link
Contributor

The SHT temperature and humidity sensors are often used in weather
station projects.

Signed-off-by: David Frey david.frey@sensirion.com

The SHT temperature and humidity sensors are often used in weather
station projects.

Signed-off-by: David Frey <david.frey@sensirion.com>
@pelwell
Copy link
Contributor

pelwell commented Jul 14, 2015

These are just modules - no objection from me.

popcornmix added a commit that referenced this pull request Jul 15, 2015
config: Enable SHT drivers for raspberry pi
@popcornmix popcornmix merged commit d901846 into raspberrypi:rpi-4.0.y Jul 15, 2015
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Jul 16, 2015
See: raspberrypi/linux#1043

kernel: config: Enable SHT drivers for raspberry pi
See: raspberrypi/linux#1062

kernel: leds-gpio: Implement the brightness_get method
See: raspberrypi/linux#1064

kernel: config: Add SND_SOC_ADAU1701 module
See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753

kernel: BCM2835-V4L2: Return buffers to videobuf2 on shutdown
See: raspberrypi/linux#817

firmware: di_adv: Fix up top and bottom lines
See: http://forum.kodi.tv/showthread.php?tid=231092&pid=2053103#pid2053103

firmware: arm_loader: Set uart0_clkrate DT param from init_uart_clock
See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this pull request Jul 16, 2015
See: raspberrypi/linux#1043

kernel: config: Enable SHT drivers for raspberry pi
See: raspberrypi/linux#1062

kernel: leds-gpio: Implement the brightness_get method
See: raspberrypi/linux#1064

kernel: config: Add SND_SOC_ADAU1701 module
See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753

kernel: BCM2835-V4L2: Return buffers to videobuf2 on shutdown
See: raspberrypi/linux#817

firmware: di_adv: Fix up top and bottom lines
See: http://forum.kodi.tv/showthread.php?tid=231092&pid=2053103#pid2053103

firmware: arm_loader: Set uart0_clkrate DT param from init_uart_clock
See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753
neuschaefer pushed a commit to neuschaefer/raspi-binary-firmware that referenced this pull request Feb 27, 2017
See: raspberrypi/linux#1043

kernel: config: Enable SHT drivers for raspberry pi
See: raspberrypi/linux#1062

kernel: leds-gpio: Implement the brightness_get method
See: raspberrypi/linux#1064

kernel: config: Add SND_SOC_ADAU1701 module
See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753

kernel: BCM2835-V4L2: Return buffers to videobuf2 on shutdown
See: raspberrypi/linux#817

firmware: di_adv: Fix up top and bottom lines
See: http://forum.kodi.tv/showthread.php?tid=231092&pid=2053103#pid2053103

firmware: arm_loader: Set uart0_clkrate DT param from init_uart_clock
See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753
popcornmix pushed a commit that referenced this pull request Aug 11, 2021
Add several test cases for checking update_alu_sanitation_state() under
multiple paths:

  # ./test_verifier
  [...]
  #1061/u map access: known scalar += value_ptr unknown vs const OK
  #1061/p map access: known scalar += value_ptr unknown vs const OK
  #1062/u map access: known scalar += value_ptr const vs unknown OK
  #1062/p map access: known scalar += value_ptr const vs unknown OK
  #1063/u map access: known scalar += value_ptr const vs const (ne) OK
  #1063/p map access: known scalar += value_ptr const vs const (ne) OK
  #1064/u map access: known scalar += value_ptr const vs const (eq) OK
  #1064/p map access: known scalar += value_ptr const vs const (eq) OK
  #1065/u map access: known scalar += value_ptr unknown vs unknown (eq) OK
  #1065/p map access: known scalar += value_ptr unknown vs unknown (eq) OK
  #1066/u map access: known scalar += value_ptr unknown vs unknown (lt) OK
  #1066/p map access: known scalar += value_ptr unknown vs unknown (lt) OK
  #1067/u map access: known scalar += value_ptr unknown vs unknown (gt) OK
  #1067/p map access: known scalar += value_ptr unknown vs unknown (gt) OK
  [...]
  Summary: 1762 PASSED, 0 SKIPPED, 0 FAILED

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants