| Commit message (Expand) | Author | Files | Lines |
2016-05-21 | iio: humidity: hdc100x: correct humidity integration time mask | Alison Schofield | 1 | -1/+1 |
2016-05-14 | iio: pressure: bmp280: fix error message for wrong chip id | Akinobu Mita | 1 | -2/+2 |
2016-05-04 | iio: light: bh1780: return after write | Linus Walleij | 1 | -1/+1 |
2016-05-04 | iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels() | Dan Carpenter | 1 | -1/+1 |
2016-05-04 | iio: bmi160: Fix ODR setting | Daniel Baluta | 1 | -2/+2 |
2016-05-04 | iio: bmi160: Fix output data rate for accel | Daniel Baluta | 1 | -6/+6 |
2016-05-03 | staging: comedi: mite: tidy up module init/exit | H Hartley Sweeten | 1 | -2/+1 |
2016-05-03 | staging: comedi: mite: document the remaining exported functions | H Hartley Sweeten | 2 | -4/+28 |
2016-05-03 | staging: comedi: mite: move the mite dma arm/disarm/reset functions | H Hartley Sweeten | 2 | -36/+45 |
2016-05-03 | staging: comedi: mite: move mite_prep_dma() | H Hartley Sweeten | 2 | -86/+92 |
2016-05-03 | staging: comedi: mite: tidy up mite dma channel request/release | H Hartley Sweeten | 2 | -67/+91 |
2016-05-03 | staging: comedi: mite: move the mite ring functions | H Hartley Sweeten | 2 | -132/+150 |
2016-05-03 | staging: comedi: mite: tidy up kernel messages in mite_steup() | H Hartley Sweeten | 1 | -29/+21 |
2016-05-03 | staging: comedi: mite: do mite_steup() as part of mite_attach() | H Hartley Sweeten | 5 | -110/+101 |
2016-05-03 | staging: comedi: mite: document mite_alloc()/mite_detach() | H Hartley Sweeten | 5 | -37/+53 |
2016-05-03 | staging: comedi: mite: use prefered form for passing a struct size | H Hartley Sweeten | 1 | -5/+6 |
2016-05-03 | staging: comedi: mite: introduce mite_free_dma_descs() | H Hartley Sweeten | 1 | -17/+16 |
2016-05-03 | staging: comedi: mite: remove mite member 'channel_allocated' | H Hartley Sweeten | 2 | -10/+8 |
2016-05-03 | staging: comedi: mite: rename mite member 'mite_io_addr' | H Hartley Sweeten | 3 | -53/+44 |
2016-05-03 | staging: comedi: mite: tidy up mite_init_ring_descriptors() | H Hartley Sweeten | 1 | -12/+10 |
2016-05-03 | staging: comedi: mite: rename mite_ring member 'descriptors' | H Hartley Sweeten | 2 | -15/+15 |
2016-05-03 | staging: comedi: mite: rename mite_ring member 'descriptors_dma_addr' | H Hartley Sweeten | 2 | -9/+9 |
2016-05-03 | staging: comedi: mite: rename 'struct mite_dma_descriptor_ring' | H Hartley Sweeten | 6 | -43/+37 |
2016-05-03 | staging: comedi: mite: rename 'struct mite_dma_descriptor' | H Hartley Sweeten | 2 | -6/+6 |
2016-05-03 | staging: comedi: mite: rename 'struct mite_struct' | H Hartley Sweeten | 5 | -29/+28 |
2016-05-03 | staging: skein: cleanup: align code to parentheses | Manu Kumar | 1 | -6/+6 |
2016-05-03 | staging: skein: cleanup: removed unnecessary cast spaces | Manu Kumar | 4 | -19/+19 |
2016-05-03 | staging: skein: cleanup: Fixed operator whitespace | Manu Kumar | 2 | -16/+16 |
2016-05-03 | staging: skein: cleanup: fixed new lines | Manu Kumar | 2 | -2/+3 |
2016-05-03 | staging: wilc1000: rename result in handle_get_mac_address | Chaehyun Lim | 1 | -4/+4 |
2016-05-03 | staging: wilc1000: change data type of result in handle_get_mac_address | Chaehyun Lim | 1 | -1/+1 |
2016-05-03 | staging: wilc1000: change handle_get_mac_address's return type to void | Chaehyun Lim | 1 | -7/+3 |
2016-05-03 | staging: wilc1000: fix comparison style of if statement in handle_get_ip_address | Chaehyun Lim | 1 | -1/+1 |
2016-05-03 | staging: wilc1000: rename result in handle_get_ip_address | Chaehyun Lim | 1 | -4/+4 |
2016-05-03 | staging: wilc1000: change data type of result in handle_get_ip_address | Chaehyun Lim | 1 | -1/+1 |
2016-05-03 | staging: wilc1000: change handle_get_ip_address's return type to void | Chaehyun Lim | 1 | -6/+2 |
2016-05-01 | Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct) | Jacky Boen | 1 | -2/+1 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed extraneous spaces | Jacky Boen | 1 | -2/+2 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed extraneous parentheses | Jacky Boen | 1 | -15/+15 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed extraneous indentation | Jacky Boen | 1 | -1/+1 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed unnecessary else branch | Jacky Boen | 1 | -3/+2 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed brace style | Jacky Boen | 1 | -2/+1 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed newlines style | Jacky Boen | 1 | -6/+1 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed block comments style | Jacky Boen | 1 | -3/+6 |
2016-05-01 | Staging: drivers: rtl8188eu: fixed typo | Jacky Boen | 1 | -1/+1 |
2016-05-01 | Staging: drivers: rtl8188eu: move constants to the right in comparisons | Jacky Boen | 1 | -2/+2 |
2016-05-01 | staging: i4l: act2000: remove extra space | Sudip Mukherjee | 1 | -6/+6 |
2016-05-01 | staging: i4l: act2000: remove blank line after brace | Sudip Mukherjee | 1 | -1/+0 |
2016-05-01 | staging: i4l: act2000: do not assign in if | Sudip Mukherjee | 1 | -3/+6 |
2016-05-01 | staging: i4l: act2000: fix use of return | Sudip Mukherjee | 1 | -1/+1 |