Change contributions from rg to Rajan Gill

This commit is contained in:
Gregory Nutt 2017-08-17 14:17:43 -06:00
parent b594d43d24
commit 0447fb51bf
2 changed files with 5 additions and 5 deletions

View File

@ -13585,7 +13585,7 @@
* Fix a compile error: in sched_cpuload.c:Line136, the variables ts and
secs are not defined if CONFIG_CPULOAD_ONESHOT_ENTROPY = 0. However,
these variables are used regardless of CONFIG_CPULOAD_ONESHOT_ENTROPY at
lines~180:onwards. From rg (2017-01-22).
lines~180:onwards. From Rajan Gill (2017-01-22).
* CPU load: Correct computation of the nominal period to use when the
source is a oneshot timer (2017-01-22).
* Kernel Modules: Module initializer may now return a symbol table
@ -14346,7 +14346,7 @@
* Clicker2-STM32: Add support for Mikroelektronika Clicker 2 for
STM32. From Anthony Merlino (2017-03-21).
* Implement DMA support for the stm32f4 I2C. Max and I have verified
that it works on our systems. From rg (2017-03-21).
that it works on our systems. From Rajan Gill (2017-03-21).
* drivers/lcd/st7565.c: Use ST7565_POWERCTRL_INT instead of
ST7565_POWERCTRL_BRF. From Masayuki Ishikawa (2017-03-21).
* SMP Kconfig: Change the minimum SMP_NCPUS to 1. From Masayuki
@ -14388,7 +14388,7 @@
* Clicker2-STM32: Add some mostly bogus MAC initializatinon logic
(2017-03-23).
* STM32 I2C: Do not allow CONFIG_I2C_POLLED and CONFIG_I2C_DMA. From
rg (2017-03-23).
Rajan Gill (2017-03-23).
* stm32_flash: Need conditinal on non F4 targets. From David Sidrane
(2017-03-23).
* stm32_i2c_alt: Duplicate non CS dev of regval. From David Sidrane

View File

@ -13365,7 +13365,7 @@ detailed bugfix information):
- Fix a compile error: in sched_cpuload.c:Line136, the variables ts
and secs are not defined if CONFIG_CPULOAD_ONESHOT_ENTROPY = 0.
However, these variables are used regardless of
CONFIG_CPULOAD_ONESHOT_ENTROPY at lines~180:onwards. From rg.
CONFIG_CPULOAD_ONESHOT_ENTROPY at lines~180:onwards. From Rajan Gill.
- CPU load: Correct computation of the nominal period to use when the
source is a oneshot timer.
- Cancellation points: Fix some backward logic in conditional
@ -13809,7 +13809,7 @@ Additional new features and extended functionality:
From Mateusz Szafoni.
- STM32 F3: Add COMP support. From Mateusz Szafoni.
- STM32 F33: Support for COMP character driver. From Mateusz Szafoni.
- STM32 F4: Implement DMA support for the STM32F4 I2C. From rg.
- STM32 F4: Implement DMA support for the STM32F4 I2C. From Rajan Gill.
- STM32 F7: Add stm32 RNG support. This is copied from stm32l4.
Tested on STM32F746ZG board. From Juha Niskanen.
- STM32 L1: Add STM32L162VE to chip.h. From Juha Niskanen.